/* DÉBUT LAYOUT */
#page
{
	padding:0px;
	margin:0 auto;
	width:950px;
}
#header
{
	width:950px;
	height:67px;
	margin:0 auto;
	background-color:#3e1a09;
	/* background:url(../img/filetBodyHeader.gif) repeat-x; */
}
#mainContent
{
	width:920px;
	min-height:509px;
	padding:15px 15px 0 15px;
	_padding-bottom:7px;
	/* background:url(../img/fondOmbre.gif) no-repeat top left; */
}

#homeContent
{
	width:890px;
	background-color:#230f05;
	padding:12px 15px;
	/* background:url(../img/filetFondHomeContent.gif) repeat-x; */
}

#subContent
{
	width:890px;
	background-color:#230f05;
	padding:12px 15px 15px 15px;
	_padding-bottom:0;
	min-height:700px;
}

#colGauche
{
	width:610px;
	float:left;

}

#colDroite
{
	width:270px;
	float:right;
	height:180px;
}

#subContent div#doubleCol
{
	
}
#footer
{
	clear:both;
	width:auto;
	height:auto;
	margin:10px auto 0 auto;
}
/* FIN LAYOUT */
 