/*Definition du corps*/

BODY {
      background-color : #FFFFFF;
     font-family : Verdana;
      color : #172C40;
      margin: 0px; 
      }

.tableau_global  { border: 1px solid #FFFFFF;}

.table_contenu {   }
.td_contenu {padding:20}


.table_menu {
 border-collapse: collapse; border-spacing: 0; 
}

.td_menu {
padding-bottom:0; padding-left:40; padding-right:10; padding-top:10
}


.table_menu_haut {
border-collapse: collapse; border-spacing: 0; 
}

.td_menu_haut {
padding-bottom:0; padding-left:0; padding-right:0; padding-top:0
}

/*Font et couleur utilisé sur le Site*/

TD{
FONT-SIZE:11;
FONT-FAMILY:verdana;
COLOR:#172C40;
}

/*Titre des sections en haut de page*/

.titre_section{
FONT-SIZE:13;
font-weight:bold;
FONT-FAMILY:verdana;
COLOR:#233344;
text-transform:uppercase;
padding-bottom:20;
}

/*Lien cliquable utilisé à intérieur du site*/


A:hover {color:#19ACF3;}

A {
text-decoration: none;
color:2064AA;
font-size: 11; 
font-family: verdana;
hover color:#000000;
}


/*Lien pour le menu de gauche si pas image dactivé*/

.a_menu {
text-decoration: none;
color:FFFFFF;
font-size: 12; 
font-family: Arial, Helvetica, sans-serif;
}

.a_menu:hover {
text-decoration: none;
color:E9EC11;
font-size: 12; 
font-family: Arial, Helvetica, sans-serif;
}

/*Lien pour le menu haut si pas dimage activé*/
.a_menu_haut {
text-decoration: none;
color:E9EC11;
font-size: 12; 
font-family: Arial, Helvetica, sans-serif;
line-height: 35px;
padding-left: 20;
}

a_menu_haut:hover {
text-decoration: none;
color:FFFFFF;
font-size: 12; 
font-family: Arial, Helvetica, sans-serif;
line-height: 35px;
padding-left: 20;
}


/*Bouton submit utilisé sur le site*/

.submit_button{
   color:#000000;
   FONT-SIZE:11;
   FONT-FAMILY:verdana;
   background-color:#ECE9D8;
   }

/*Utilisé pour copyright bas de page*/

.copyright{
FONT-SIZE:10;
FONT-FAMILY:verdana;
font-weight:bold;
COLOR:FFFFFF;
}


/*Champs texte dans admin*/

.field{
   color:#000000;
   FONT-SIZE:11;
   FONT-FAMILY:verdana;
   background-color:#F5F5F5;
}

/*Style pour autocomplete dans la section consommation*/

.page_name_auto_complete li{ 
padding:1px;  
list-style:none;
background-color:#F2F2F2;
cursor: pointer; 

FONT-SIZE:11;
FONT-FAMILY:verdana;
}
.cadre1 {
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9EC11;
	border-right-color: #E9EC11;
	border-bottom-color: #0D4983;
	border-left-color: #E9EC11;
	background-color: #3671A9;
}
.cadre {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9EC11;
	border-right-color: #E9EC11;
	border-bottom-color: #0D4983;
	border-left-color: #E9EC11;
		background-color: #3671A9;
}