<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page {
	width: 996px;
	margin: 20px auto 40px auto;
	text-align: left;
	position: relative;
}

#conteneur {
	height: auto;
	background: transparent url(/css/img/fnd/fnd_contenu.png) repeat-y 0 0;
}

#entete {
	height: 149px;
	text-align: center;
}
#entete img {
	margin-right: 6px;
}

#contenu {
	position: relative;
	padding: 30px 0 0 17px;
	height: auto;
	overflow: auto;
}

#contenu .index {
	overflow: auto;
}

#contenu_bottom {
	height: 35px;
	background: url(/css/img/fnd/fnd_contenu_bottom.png) no-repeat 0 top;
}

/*---------------------------------------------------------------*/
/*------------- Config des boites dans content_left -------------*/
/*---------------------------------------------------------------*/

#content_left {
	float: left;
	width: 753px;
	margin: 50px 0 0;
	padding: 0;
}

body .index #content_left {
	margin: 0;
}

#content_left_top {
	height: 10px;
	background: url(/css/img/fnd/fnd_content_left_top.png) no-repeat left top;
}

#content_left_middle {
	position: relative;
	z-index: 1000;
	height: auto;
	padding: 0 40px 0 10px;
	background: #fff url(/css/img/fnd/fnd_content_left_middle.png) repeat-y left top;
}

body .index #content_left_middle {
	padding: 30px 50px 5px 40px;
}

body .index #content_left_middle p {
	margin: 10px 0 10px 0;
}

#content_left_bottom {
	height: 31px;
	background: #fff url(/css/img/fnd/fnd_content_left_bottom.png) no-repeat left bottom;
}
/*---------------------------------------------------------------*/
/*------------- Config des boites dans content_right ------------*/
/*---------------------------------------------------------------*/

#content_right {
	float: left;
	width: 220px;
	margin-top: 50px;
}

body .index #content_right {
	margin: 0;
}

#content_right_top {
	height: 10px;
	background: url(/css/img/fnd/fnd_content_right_top.png) no-repeat left top;
}

#content_right_middle {
	height: auto;
	padding: 20px 20px 0 15px;
	background: #fff url(/css/img/fnd/fnd_content_right_middle.png) repeat-y left top;
}

#content_right_bottom {
	height: 31px;
	background: #fff url(/css/img/fnd/fnd_content_right_bottom.png) no-repeat left bottom;
}
/*--------------------------*/
/*------ pied de page ------*/
/*--------------------------*/

#pied {
	clear: both;
	height: auto;
}

</pre></body></html>