body {
	margin: 0;
	background: #e4ad53 url(../img/CDS_01.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #963;
}
#conteneur {
	width: 700px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	border: solid 1px #fff;
	margin-top: -260px;
}
#gauche {
	width: 350px;
	float: left;
}
#droite {
	width: 350px;
	float: right;
}
#un, #deux, #trois, #quatre {
	width: 350px;
	height: 260px;
}
#un {
	background-image: url(../img/CDS_06.jpg);
}
#deux {
	background-image: url(../img/CDS_07.jpg);
}
#trois {
	background-image: url(../img/CDS_11.jpg);
}
#quatre {
	background-image: url(../img/CDS_10.jpg);
}
#pied {
	text-align: center;
	background-color: #EDCD94;
	height: 30px;
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	border: solid 1px #fff;
	margin-top: 270px;
}
#pied a {
	color: #F60;
}
#pied p {
	margin: 2px 0 0 0;
}

#sequane {
	position: absolute;
	right: 1%;
	bottom: 0;
	top: 99%;
	width: 50px;
	height: 54px;
	margin-left: -50px;
	margin-top: -54px;
}
#sequane img {
	border: none;
}

