
div#conteneur
{
	width: 1000px;
	margin:0 auto;
	border:none;
	height:auto;
	text-align:center;
	
}

div#contenu
{
	width: 1000px ;
	margin:auto;
	text-align: center ;
	border: 0px;
	height:auto;
	background-color:#FFF;
	float:left;
}


div#barre
{
	width: 1000px ;
	background:url(barre_menu.gif) no-repeat center;
	margin:auto;
	text-align: center ;
	border: 0px;
	height:37px;
}
div#espace
{
	width: 1000px ;
	margin:auto;
	text-align: center ;
	border: 0px;
	height:30px;
	background-color:#FFF;
}


div#gauche
{
	width: 240px ;
	margin:auto;
	float:left;
	text-align: center ;
	border: 0px;
	height:auto;
	background-color:#FFF;
}

div#header
{
	width: 1000px;
	height: 249px;
	margin: 0px;
	border: 0px;
	margin:auto;
}

div#header2
{
	width: 1000px;
	background:url(header.jpg) no-repeat center;
	height: 199px;
	margin: 0px;
	border: 0px;
	margin:auto;
}

div#footer
{
	
	width: 100%;
	height: 63px;
	margin: 0px;
	border: 0px;
	margin:auto;
	background:url(images/index_24.jpg) no-repeat;
	text-align:center
}


div#content
{
	width:760px;
	float:left;
	height:auto;
	border:0px;
	vertical-align:top;
	margin-top:0;
	background-color:#FFF;
}

div#bloc1
{
	width:360px;
	float:left;
	height:auto;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	margin-top:0;
}

div#bloc2
{
	width:360px;
	float:left;
	height:auto;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	margin-top:0;
}

div#content_espace
{
	position:relative;
	width:946px;
	float:left;
	height:auto;
	border:0px;
	vertical-align:top;
	margin-top:0;
	background:#ebf6fc;
}


