/* CSS Document */

body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

#centre {
	position:absolute;
	width: 808px;
	height: 326px;
	top: 50%;
	left: 50%;
	margin-left: -404px;
	margin-top: -163px;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
}

#fond_dupli {
	position:absolute;
	height:326px;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-left: -50%;
	margin-top: -163px;
	background-image:url(images/fond_dupli.gif);
	background-repeat:repeat-x;
}

#adresse {
	position: absolute;
	width: 400px;
	height: 50px;
	left: 50%;
	margin-top: 202px;
	margin-left: -200px;
}

.Style1 {
	font-family:Verdana;
	font-size:10px;
	color:#444444;
	text-align:center;
}

.Style1 a:link, .Style1 a:visited {
	color:#be0e0e;
	text-decoration:none;
}

.Style1 a:hover, .Style1 a:focus {
	color:#000000;
	text-decoration:underline;
}

#entrees {
	position:absolute;
	width:126px;
	height:84px;
	margin-top:127px;
	margin-left:95px;
}

.Style2 {
	text-align:right;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	line-height:5px;
}

.Style2 a:link, .Style2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.Style2 a:hover, .Style2 a:focus {
	color:#ffa200;
	text-decoration:none;
}