/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border:0px;
}

#contentHaut {
	background-color:#767576;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(/img/index/contentHaut.png);
	background-repeat:repeat-x;
}

#contentBas {
	background-color:#767576;
	background-image:url(/img/index/contentBasFooterHaut.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-width : 1020px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.contentLargeur {
	width:992px;
	margin:auto;
}

	
/* *********************************** partie principale du content ********************************* */
	
#whiteContent {
	padding-top:30px;
}
	
#whiteContentHaut {
	width:992px;
	padding:0;
	margin:0;
	position:relative;
	top:3px;
}
	
#whiteContentMilieu {
	width:992px;
	background-image:url(/img/index/whiteContentMilieu.png);
	background-repeat:repeat-y;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
	
#whiteContentBas {
	width:992px;
	height:6px;
	background-image:url(/img/index/whiteContentBas.png);
	background-repeat:no-repeat;
}

#whiteContentMilieuLeft {
	float:left;
	width:600px;
	margin:16px 20px 20px 20px!important;
	margin:16px 10px 20px 10px;
	color:#666666;
}
	
/* ****************************** elements generaux **************************** */

.clear {
	clear:both;
	height:0;
	border:0;
	margin:0;
	padding:0;
}

.messageErreur {
	width:588px;
	height:41px;
	background-color:#fdc6c6;
	background-image:url(/img/header/bgdClassErreur.png);
	background-repeat:no-repeat;
	margin-top:3px;
}

.messageErreur p {
	color:#fe191c;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:13px;
}

.messagePositif {
	width:588px;
	height:41px;
	background-color:#d7f0bf;
	background-image:url(/img/header/bgdClassPositif.png);
	background-repeat:no-repeat;
	margin-top:3px;
}

.messagePositif p {
	color:#1a970c;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:13px;
}


