* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #332a37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	background-image: url(images/img_01.jpg);
	background-repeat: repeat-x;
}
#top {
	height: 65px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/img_03.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#mid2 {
	background-image: url(images/img_12.jpg);
	background-repeat: no-repeat;
	background-color: #332a37;
	padding-top: 25px;
}
#sites {
	background-color: #39313d;
	text-align: center;
}
.sites {
	margin: 20px;
}

#entrer {
	background-image: url(images/entrer.jpg);
	height: 65px;
	width: 81px;
	background-position: top;
	float: left;
	margin-left: 400px;
}
#entrer:hover {
	background-image: url(images/entrer.jpg);
	height: 65px;
	width: 81px;
	background-position: bottom;
	float: left;
	margin-left: 400px;
}
#sortir {
	background-image: url(images/sortir.jpg);
	height: 65px;
	width: 81px;
	background-position: top;
	float: left;
	margin-left: 20px;
}
#sortir:hover {
	background-image: url(images/sortir.jpg);
	height: 65px;
	width: 81px;
	background-position: bottom;
	float: left;
	margin-left: 20px;
}
.clear {
	clear: both;
}
#mid {
	background-image: url(images/img_08.jpg);
	height: 148px;
	width: 800px;
}


#contener {
	width: 800px;
	margin: auto;
}
#footer {
	color: #FFF;
}
a {
	color: #FC6;
}
a:hover {
	color: #F90;
}

