 /*------------------------------------------------------*
  *-------------    ICARE-NET.COM ---  CSS DECO  ----*
  *------------------------------------------------------*/

body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	/*background-image: url(../images/deco/bg_site.gif);*/
	background-repeat: repeat-y;
	background-position: left;

	
}

body#archi {
	background-color:#B8CFE3;
	/*background-image: url(../images/deco/bg_site_archi.gif);
	background-repeat: repeat-y;
	background-position: left;*/
}

body#aea {
	background-color:#E5C3B4;
	/*background-image: url(../images/deco/bg_site_aea.gif);	
	background-repeat: repeat-y;
	background-position: left;*/
}

body#inter {
	background-color:#C6DCC3;
	/*background-image: url(../images/deco/bg_site_inter.gif);	
	background-repeat: repeat-y;
	background-position: left;*/
}

#general {
	width: 980px;
}
body#archi #col_gauche, body#aea #col_gauche, body#inter #col_gauche{
	width: 220px;
	float: left;
}

#col_gauche {
	width: 271px;
	float: left;
}
#flash_gauche {
	height: 185px;
	width:213px;
/*	border-bottom: 1px solid #A7A7A7;*/
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	float: Aucune;
}

body#archi #flash_gauche, body#aea #flash_gauche, body#inter #flash_gauche {
	height: 145px;
	width:213px;
/*	border-bottom: 1px solid #A7A7A7;*/
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
/*#nav {
	height: 300px;
	background-image: url(../images/deco/deg_gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #A7A7A7;
}*/

body#aea #nav, body#archi #nav, body#inter #nav {
	height: 301px;
	width:213px;
}

body#aea #nav1, body#archi #nav1, body#inter #nav1{
	margin-left: 15px;
	margin-top: 0px;
}

#nav1 {
	margin-left: 5px;
	padding-left: 15px;
	float: none;
}

#col_droite {
	width: 703px;
	height: 1024px;
	float: left;
	border-width: 1px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	border-style: solid;
	border-color: #A7A7A7;
}
#texte_pres {
	width: 660px;
	text-align: justify;
	margin-left: 20px;
	padding-top: 5px;
}
#contenu_bas {
	width: 660px;
	margin-left: 20px;
	padding-top: 20px;
}


body#archi #header_droit, body#aea #header_droit, body#inter #header_droit {
	height: 200px;
	border-bottom: 1px solid #A7A7A7;
	padding-bottom:0px;
	margin-bottom:0px;
}

#header_droit {
	height: 301px;
	border-bottom: 1px solid #A7A7A7;
}

body#archi, body#aea, body#inter {
	height: 200px;
/*	border-bottom: 1px solid #A7A7A7;*/
	padding-left: 15px;
	width:220px;
	padding-bottom:0px;
}

#header_gauche {
	/*border-bottom: 1px solid;*/
	text-align: left;
	background-color: #FFFFFF;
	border-color: #FA5F03;
	border-left: 1px solid;
	border-right: 1px solid;
	border-right-color: #FA5F03;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow:auto;
	float: left;
}

#logos {
	height: 185px;
	border-bottom: 1px solid #A7A7A7;
}
#clear {
	width: 100%;
	clear: both;
}


.border_right {
	border-right: 1px solid #A7A7A7;
}
#nav_AEA td {
	text-align: center;
}

#nav_AEA {
	margin-top: 10px;
}

#nav_AEA a.haut {
	text-decoration: none;
	color: #666666;
	background-image: url(../images/deco/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	display: block;
	padding: 4px 0px 4px 0px;
}

#nav_AEA a.haut:hover {
	background-position: right;
	color: #999999;
}

#nav_AEA a.bas {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 4px 0px 4px 0px;
	background-color: #A7A7A7;
}

#nav_AEA a.bas:hover{
	background-position: right;
	color: #999999;
	background-color: #E6E6E6;
}

#tele {
}
#tele table td {
	padding: 5px;
	font-size: 9px;
}
#tele table td a {
	text-decoration: none;
	color: #666666;
}
#tele table td a:hover {
	background-color: #DBD7D8;
}


#zone_defilante {
	margin-top:5px;
	margin-left:5px;
	width: 660px;
	height: 300px;
	margin-bottom:5px;
	overflow: auto;
	}
.liste {
	margin-top: 5px;
	background-color: #EAEAEA;
	font-size: 10px;
	color: #666666;
}

#frm select {
font-size:10px;
border:1px solid #999;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;
}


/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:115px;
padding:7px 0;
color:#000;
background:#BAC5A0;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:115px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}

/*menu aea*/



.menu_aea ul{
list-style-type:none;
padding:0;
margin:0;
}


/* make the top level links horizontal and position relative so that we can position the sub level */
.menu_aea li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu_aea table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu_aea a, .menu_aea :visited {
display:block;
font-size:10px;
width:115px;
padding:7px 0;
color:#000;
background:#FA5F03;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu_aea :hover{
color:#444;
background:#FFA875;
}

/* hide the sub level links */
.menu_aea ul ul {
visibility:hidden;
position:absolute;
width:115px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu_aea ul :hover ul{
visibility:visible;
}


/*menu archi*/


.menu_archi ul{
list-style-type:none;
padding:0;
margin:0;
}


/* make the top level links horizontal and position relative so that we can position the sub level */
.menu_archi li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu_archi table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu_archi a, .menu_archi :visited {
display:block;
font-size:10px;
width:115px;
padding:7px 0;
color:#000;
background:#3E8FDA;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu_archi :hover{
color:#444;
background:#6FA7DA;
}

/* hide the sub level links */
.menu_archi ul ul {
visibility:hidden;
position:absolute;
width:115px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu_archi ul :hover ul{
visibility:visible;
}

/* - - - - - - - - - - TABLEAU REFERENCES - - - - - - - - - -*/
#liste{
overflow:auto;
height:250px;
padding:2px;}

#fiche{
overflow:auto;
height:400px;
}

#references td {
background-color:#FFFFFF;
}

.tableau_ref{
border-style:solid;
border-width:1px;
border-color:#A7A7A7;}


.ap_proj {
float:left;
margin-right:5px;
border:0px;
}


/* - - - - - - - - - - TABLEAU ACTUS- - - - - - - - - -*/
#liste_actus{
	padding:2px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	overflow:auto;
	width: 250px;
	overflow:auto;
	padding:2px;
	height: 265px;
}

#fiche_actus{
	font-size: 9px;
	font-weight: normal;
	color: #FA5F03;
	overflow:auto;
height:350px;
}

#actus td {
background-color:#FFFFFF;
}

.tableau_actus{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding: 0px 0px 20px 0px;
}

.ap_actus {
	border:0px;
	float:Aucune;
	text-align: center;
}
.texte_actus {
	color: #333333;
	font-size: 10px;

}

.actus a{
	border:0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FA5F03;
	font-size: 12px;
	font-weight: bold;
}
.actus a:hover{
	border:0px;
	color: #333333;
	text-decoration: none;
}

 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 400px;
	margin: 0 auto;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #666666;
	background-color: #fff;
	color: #000;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: solid 0px #000; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	font-size:12px;
	color: #FA5F03;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	padding-left:40px;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	text-align: left;
	width: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #fff;
	border: solid #666666 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #FA5F03;
	border: solid 1px #FA5F03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*
