/* CSS Document */
*{
      padding: 0px;
      margin: 0px;
}
body {
	background-color:#afaaa3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

img {
	border:0;
}

#conteneur{
    position:relative;
    margin:auto;
    width:1000px;
    height:600px;
}

#b_blanche {
	background-color:#FFFFFF;
	width:1000px;
	height:72px;
	margin-top:20px;
	margin-bottom:4px;
}

#b_marron {
	background-color:#969087;
	width:1000px;
	height:11px;
	margin-bottom:4px;
}

#corp {
	background-image:url(../images_intro/corp.jpg);
	width:1000px;
	height:300px;
}
#corp_bas_gauche {
	float:left;
	background-color:#FFFFFF;
	width:503px;
	height:129px;
	margin-bottom:4px;
}
#corp_bas_droit {
	float:left;
	background-color:#FFFFFF;
	width:496px;
	height:129px;
	margin-bottom:4px;
}

#b_footer {
	background-color:#969087;
	width:1000px;
	height:18px;
	text-align:center;
	clear:both;
}
#b_footer label {
	font-size:11px;
	color:#FFFFFF;
}