#cadre{
	position:absolute;
	left: 50%; 
    top: 50%;
	margin-top: -310px; /*moitié de la hauteur */
    margin-left: -500px; /* moitié de la largeur */
}

#content_left{
	width:220px;
	min-height:288px;
	float:left;
	padding:0 0 0 10px;
	margin:0;
}

#content_middle{
	width:466px;
	min-height:288px;
	float:left;
	margin:0 0 0 15px;
}

#ombre_middle{
	width:466px;
	min-height:288px;
	float:left;
	background-image:url(../../../images/fond_home.png);
	background-repeat:repeat-y;
}

#bottom_middle{
	width:466px;
	height:8px;
	float:left;
	background-image:url(../../../images/fond_bottom_home.png);
	background-repeat:no-repeat;
}

#content_right{
	width:230px;
	min-height:288px;
	float:right;
	margin:0 27px 0 0;
}

/*****Moteur*********/
#thematique{
	height:50px;
	background-image:url(../../../images/fond_moteur2.png);
	background-repeat:no-repeat;
}

#themes{
	padding-top:30px;
}


/********************/

#content_bottom{
	width:967px;
	clear:both;
	padding:0 0 0 10px;
}

#footer{
	float:right;
	margin:0 55px 0 0;	
}
