*{
	padding: 0px;
	margin: 0px;
	border: none;
}
html, body{
	width: 100%;
	height: 100%;
}
html{
	background-color: #bbbbbb;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-image: url(../img/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#fond2{
	position: absolute;
	width: 50%;
	height: 560px;
	right: 0;
	top: 0;
	background-image: url(../img/fond2.gif);
	background-repeat: repeat-x;
	z-index: 5;
}
div#main{
	position: relative;
	clear: right;
	z-index: 10;
	width: 997px;
	height: 568px;
	margin: auto;
	/*margin-top: 102px;*/
	top: 14px;
}
div#gauche{
	width: 176px;
	height: 568px;
	background-image: url(../img/gauche.jpg);
	background-repeat: no-repeat;
	float: left;
}
div#middle{
	width: 401px;
	height: 568px;
	background-image: url(../img/middle.jpg);
	background-repeat: no-repeat;
	margin-left: 176px;
}
div#droite{
	width: 420px;
	height: 568px;
	background-image: url(../img/droite.jpg);
	background-repeat: no-repeat;
	float: right;
}
