/*-----------------------------------------------------------------------------------------------------------------------------------
	BODY - Mise en forme général du body 
-----------------------------------------------------------------------------------------------------------------------------------*/
body { margin:0; padding:0; background: #fff url(/images/bg.gif); background-repeat:repeat-x;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}


/*-----------------------------------------------------------------------------------------------------------------------------------
	HEADER - Entête du site 
-----------------------------------------------------------------------------------------------------------------------------------*/ 
#header {width: 700px; height: 113px; margin:0 auto 0 auto; padding:0;}

/*-----------------------------------------------------------------------------------------------------------------------------------
	MENU SECONDAIRE - sous-menu des onglets
-----------------------------------------------------------------------------------------------------------------------------------*/ 
#menuSecondaire {width: 100%; height: 25px; margin:0 auto 0 auto; padding: 0 0 0 0; color:#FFFFFF;}
#menuSecondaire ul {margin: 0; padding:0; list-style:none; font-size: 10px;}
#menuSecondaire li  {display:inline; border-left: #fff solid 1px; padding-left: 12px; padding-right:10px;}
#menuSecondaire li a:link { text-decoration: none; color:#fff;}
#menuSecondaire li a:visited { text-decoration: none; color:#fff;}
#menuSecondaire li a:hover { text-decoration: underline; color:#fff;}


/*-----------------------------------------------------------------------------------------------------------------------------------
	CONTENU - Contient les DIV (division) : 1)Menu gauche, 2)Zone de texte, 3)Menu droit
-----------------------------------------------------------------------------------------------------------------------------------*/
#contenu {width: 960px;  margin:41px auto 0 auto;}

	/* Zone de texte */
	#zoneTexte {float:center; width: 960px;}
	#zoneTexte p {font: 11px; color:#6b6b6b; line-height: 19px; text-align:justify;}
	#zoneTexte a:link { text-decoration: underline; color:#413e3e;}
	#zoneTexte a:visited { text-decoration: underline; color:#413e3e;}
	#zoneTexte a:hover { text-decoration: none; color:#0076df;}
	.positionDroit {float:right; margin-left: 15px; border:none;}

/*-----------------------------------------------------------------------------------------------------------------------------------
	FOOTER DU SITE
-----------------------------------------------------------------------------------------------------------------------------------*/ 


/* footer */
#footer {width: 100%; height: 43px; margin-top:40px; padding-top: 5px; background:url(/images/footerBg.gif) top repeat-x;}
#footer p {font-size: 9px; text-align: center; color:#6b6b6b;}
#footer a:link { text-decoration: underline; color:#413e3e;}
#footer a:visited { text-decoration: underline; color:#413e3e;}
#footer a:hover { text-decoration: none; color:#0076df;}


/*-----------------------------------------------------------------------------------------------------------------------------------
   AUTRES CLASSES UTILES 
-----------------------------------------------------------------------------------------------------------------------------------*/

.spacer {clear: both; visibility:hidden; margin:0; padding:0;} /* Patch bug IE6 */
.boutonFormulairetchat {width: 175px; height:20px;font-size:9px;font-weight: bold; color: #000; border:1px solid #e8e1cf; background-color: #fff; margin: 2px 0 0; padding:0;}
