#centre_acceuil {
    text-align:left;
    width: 1000px;
	margin: auto;
	color:#FFFFFF;
}


.corps_gauche{
	margin-left: 13px;
	margin-right:15px;
	margin-top:5px;
	float:left;
	width:200px;
	height:400px;
	background-color:#003E7B;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-moz-border-radius-bottomleft : 10px;
	-moz-border-radius-bottomright : 10px;
}

.corps_centre {		
	margin-left: 25px;
	margin-right:0px;
	margin-top:12px;
	float:left;
	width:500px;
	height:380px;
	background-color:#FFFFFF;
}
.corps_droite{	
	margin-left: 0px;
	margin-right:15px;
	margin-top:5px;
	width: 1em;
	float:right;
	width:200px;
	height:400px;
	background-color:#003E7B;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px;
	-moz-border-radius-bottomleft : 10px;
	-moz-border-radius-bottomright : 10px;

}
