/*Déclaration générale*/
body {
	/*height: 100%;*/
	/*background-color: #CCCCCC;*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
.titreSection {
	border-bottom: solid 5px #000033;
	margin: 0px;
	margin-bottom: 5px;
}
#contenant {
	width: 763px;
	position: relative;
	/*margin-left: -383px;*/
	/*left: 50%;*/
	margin: 0px 17px;
}

#page {
	background-color: #FFFFFF;
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	border: 1px solid #000033;
	text-align:left;
	position: relative;
	padding: 0.01px 0px;
	height: 520px;
}
#contenu_gauche {
	float: left;
	clear: left;
	width: 220px;
	text-align: right;
	margin-bottom: 40px;
}
#contenu_gauche_sondage {
	float: left;
	clear: left;
	text-align: left;
	margin-bottom: 40px;
	vertical-align:top;
}
#contenu_droite {
	margin-bottom: 40px;
	clear: right;
	float: right;
	padding: 0px;
	margin-right: 115px;
	width: 425px;
}
#contenu_total {
	margin: 0px;
	/*margin-bottom: 40px;*/
	padding: 0px;
	/*height:100%;*/
	z-index:-1;
}