/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	background-color: #762F06;
	margin: 0px;
	text-align: center
}
#container {
	width: 780px;
	text-align: justify;
	margin: 0px auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 68px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#header #langue {
	display:block;
	float:right;
	padding: 5px;
	margin: 0px;
	text-align: right;
}
#main {
	background-image: url(images/fond_main1.jpg);
	height: 418px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	position: relative;
}
#main #infos {
	display:block;
	padding: 5px;
	margin: 150px 0px;
	text-align: right;
	width: 460px;
	height: 250px;
	position: absolute;
	left: 310px;
	top: 15px;
	z-index: 10;
}
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	height: 62px;
	background-repeat: no-repeat;
	padding: 3px;
	margin: 0px;
	top: 0px;
}
#footer .adresse {
	color: #582304;
	font-size: 8pt;
	font-weight: bold;
	margin: 10px 0px 0px 30px;
}
#footer .adresse a {
	color: #582304;
	font-size: 8pt;
	font-weight: bold;
}
#footer .numero {
	color: #000000;
	font-size: 12pt;
	margin: 10px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .mentions {
	color: #000000;
	font-size: 8pt;
	margin: 0px 0px 0px 30px;
}
#footer .mentions a{
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}
