/** Feuille de styles  */  

/** Styles généraux de base **/
body 			{ 	font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-size: 11px; color: #161d4d; margin: 0px; padding-top: 0px; border: 0px none; background-color:#ffffff; }

.background_accueil  {   background-image:url(../images/accueil/accueil_background.gif); background-repeat: repeat-x; background-position:top left}
.background_commun  {   background-image:url(../images/commun/commun_background.gif); background-repeat: repeat-x; background-position:top left}


/** Titres et textes **/ 
/* Note : La balise h1 devrait être utilisée 
une seule fois dans une page pour facilité le référencement */
h1 			{	font-size: 18px; font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-weight: normal; margin-bottom: 0px; margin-top: 3px; line-height: 20px; }
h2          {	font-size: 16px; font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-weight: normal; margin-bottom: 0px; margin-top: 3px; line-height: 18px; }
h3          {	font-size: 14px; font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-weight: normal; margin-bottom: 0px; margin-top: 3px; line-height: 16px; }
h4          {	font-size: 12px; font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-weight: normal; margin-bottom: 0px; margin-top: 3px; line-height: 14px; }
h5          {	font-size: 10px; font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-weight: normal; margin-bottom: 0px; margin-top: 0px; line-height: 12px; } 
h6          {	font-size: 9px; font-family: Verdana, Helvetica, Arial, "Trebuchet MS"; font-weight: normal; margin-bottom: 0px; margin-top: 0px; line-height: 11px; } 

/* Couleur de premier plan  */
.or         {   color: #b58b40;  }
.bleu       {   color: #161d4d;  }
.blanc      {   color: #ffffff;  }
.noir       {   color: #000000;  }

/* Couleur de fond  */
.fond_or         {   background-color: #b58b40;  }
.fond_bleu       {   background-color: #161d4d;  }
.fond_blanc      {   background-color: #ffffff;  }
.fond_noir       {   background-color: #000000;  }


/** Styles des textes   **/
.caps                       {   text-transform: uppercase;  }
.under                      {   text-decoration: underline;  }
.bold                       {   font-weight: bold;          }
.normal                     {   font-weight: normal;        }    
.letterspace                {   letter-spacing: -1px;        }
.clean                      {   text-decoration: none;  } 
.justify                    {   text-align:justify;    }
.lineheight                 {   line-height: 16px;          }



.espacement_contenu         {   margin-left:30px; margin-right:20px }

.contour                    {   border: 1px solid #b58b40 }

/** Textes spéciaux      **/
.avertissement 				{	color: #D21920; font-size: 12px;    } 
.confirmation 				{	color: #446825; font-size: 12px;    } 
.obligatoire 				{	color: #D21920; font-size: 16px;    } 

