/*Definition du corps*/
BODY {
      background-color : #E4F1FA;
	  font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333;
      margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
      padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}




p {line-height: 1.8em;
  margin: 0 0 1em; padding:0;}

ul li {line-height: 1.8em; list-style-type: square;}

h3 {font: 1.5em Georgia, Times, serif; letter-spacing: 0; text-transform: none;
  margin-bottom: 0.25em; color: #160053;}

h4 {
  font: bold 11px Verdana, sans-serif;
  text-transform: uppercase; 
  letter-spacing: 2px;
  margin: 12px 0 3px;
  color:#3aabbe;}


h5 {color: #333; font: 0.9em Verdana, sans-serif;
  text-transform: uppercase; letter-spacing: 0.33em;}

/*Font et couleur utilisé sur le Site*/

TD{
FONT-SIZE:11;
FONT-FAMILY:verdana;
COLOR:#000000;
}

.table_menu  { border-collapse: collapse; border-spacing: 0; }
.td_menu {padding:0;}

.table_menu_entete {padding:0; margin: 0 0 0 250px;
height:45px;
}

.a_menu_entete {
height: 2.3em;
padding: 0;
font: bold 12px Arial, Helvetica, sans-serif; overflow: hidden;
display: block; padding: 0 8px 0 8px;
color: #160053;
margin-top:10px;
text-decoration:none;
}

.a_menu_entete:hover {
	color:#70c622;
    text-decoration:underline;

}

/*Titre des sections en haut de page*/

.titre_section, h2{
font: 1.8em Georgia, Times, serif; 
margin: 0.5em 0 0.5em 0; letter-spacing: 1px;
COLOR:#160053;
}


td.titre_sous_section {
  font: bold 11px Verdana, sans-serif;
  text-transform: uppercase; 
  letter-spacing: 2px;
  margin: 0 0 1.5em 0;
  color:#3aabbe;}


/*Lien cliquable utilisé à intérieur du site*/

td.td_contenu a:link, td.td_contenu a:visited {color: #160053; text-decoration:underline; }

td.td_contenu a:hover {color:#70c622;}

td.td_contenu {padding:10px 0 0 15px;}

/*Lien pour le menu de gauche si pas image active*/

.a_menu {
text-decoration: none;
color:000000;
font-size: 11; 
font-family: verdana;
hover color:#FF0000;
}

/*Lien pour le menu haut si pas image active*/
.a_menu_haut {
text-decoration: none;
color:000000;
font-size: 11; 
font-family: verdana;
hover color:#FF0000;
}

/*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;
} 