body { text-align: left; margin: 0; padding: 0; background: #66308f url(images/bg_info-plus.gif) no-repeat 50% 0; font-family: Verdana, Geneva, Arial, Helvetica;	font-size: 12px; color: #ffffff;}
body, div, td, textarea, select {font-family: Verdana, Arial, Helvetica; font-size: 12px; text-align: justify;}
input {font-family: Verdana, Arial, Helvetica; font-size: 12px;}

#global{width: 600px; margin: 0px auto; padding: 0px; text-align: left; overflow: hidden;}
	#container{float: left; width: 600px; margin: auto; padding: 0px 0px 0px 0px; overflow: hidden}
		#header{float: left; height: 180px; }
		#contenu{float: left; width: 600px;}
		#footer{float: left; width: 600px; padding-top: 100px; text-align: center; overflow: hidden;}
			

/********** Styles sur les images **********/
img{border: 0px;}
.image{ float: left;}
.noborder{ border: 0px;}

/********** Styles sur les liens **********/
/* Défaut */
a:link{font-size: 11px; color: #ffffff;	text-decoration: none;}
a:visited{font-size: 11px; color: #ffffff;	text-decoration: none;}
a:hover{font-size: 11px; color: #ffffff; text-decoration: underline;}

/* Lien du footer */
a.lienFooter:link{font-size: 11px; color: #666666;	text-decoration: none;}
a.lienFooter:visited{font-size: 11px; color: #666666;	text-decoration: none;}
a.lienFooter:hover{font-size: 11px; color: #666666; text-decoration: underline;}

/********** Styles sur les textes **********/
.centrer{text-align: center;}
.gras{font-weight: bold;}
.italique{font-style: italic;}
.grasItalique{	font-style: italic;	font-weight: bold;}
.etoile{ color: #ff0000;}
.loi{ color: #dea387; text-align: justify;}
.txtErreur{	color: #ff0000;}
.txtCorrect{ color: #00ff00;}


/********** Style sur l'effet Afficher/Cacher une div **********/
.cache {	display: none;	visibility: hidden; overflow: hidden; position: absolute;}
