@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url('fond.gif');
}

a { color:#511010; text-decoration:none; }
a:hover { color:#666; text-decoration:underline; }

#container {
	width:1000px;
	margin:auto;
	position:relative;
}

#top {
	float:left;
	width:100%;
	clear:both;
	
	height:168px;
	
}

#top1 {
	position:absolute;
	left:0; top:0;
	width:1000px; height:168px;
	background:url('top.jpg') top center no-repeat;
}


#top2 {
	position:absolute;
	left:0; top:0;
	width:61px; height:398px;
	background:url('top2.gif') top center no-repeat;
}

#main {
	float:left;
	width:100%;
	clear:both;
	
	background:url('main.gif') top center repeat-y;
	min-height:550x;
	_height:550px;
}

#main div.left {
	float:left;
	width:318px;
	margin-left:61px;
	
	_margin-left:32px;
}

#main div.left div.data_left {
	float:left;
	width:114px;
	text-align:center;
}

#main div.left div.data_right {
	float:right;
	margin-top:50px;
}

#main div.left div.data_right ul {
	list-style-image:url('puce.gif');
	margin:0;
	margin-top:10px;
	padding:0;
	padding-left:24px;
}

#main div.left div.data_right ul li {
	margin-bottom:5px;
}

#main div.left div.data_right ul li a {
	color:#000;
	text-decoration:none;
}

#main div.left div.data_right ul li a:hover {
	color:#540606;
	text-decoration:underline;
}

#main div.right {
	float:right;
	width:568px;
	margin-right:32px;
	margin-top:20px;
	
	_margin-right:0px;
	_padding-right:32px;
}

#main div.right ul.menu {
	float:left;
	clear:both;
	width:567px;
	
	list-style-type:none;
	margin:0; padding:0;
	height:41px;
	background:url('menu_fond.gif') repeat-x;
}

#main div.right ul.menu li {
	float:left;
	width:110px;
	height:100%;
}

#main div.right ul.menu li a strong {
	display:block;
	padding-top:12px;
}

#main div.right ul.menu li a {
	display:block;
	width:100%; height:100%;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}

#main div.right ul.menu li a:hover {
	/*text-decoration:underline;*/
	background:url('menu.gif') no-repeat;
}

#main div.right div.page {
	float:left;
	clear:both;
	width:100%;
	
	margin-top:12px;
	min-height:500px;
	_height:500px;
}

#bottom {
	float:left;
	width:100%;
	clear:both;
	
	height:97px;
	background:url('bottom.gif') bottom center no-repeat;
	
	position:relative;
}

#bottom div.bottom1 {
	position:absolute;
	left:52px; bottom:4px;
	width:330px; height:276px;
	background:url('bottom1.gif') bottom center no-repeat;
}

#bottom div.copyright {
	position:absolute;
	left:0; bottom:-20px;
	width:1000px;
	text-align:center;
	font-size:10px;
}

/* FORMULAIRE VOTRE AVIS */
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#eef3f5;
}

input, textarea {
	border-width : 1px;
}
*>input, *>textarea {
	border-color : #333;
}

div.page form.avis {
	float:left; clear:both;
	margin:0; padding:0;
}

div.page form.avis fieldset {
	border:1px solid #ccc;
	padding:0; margin:0;
}

div.page form.avis legend {
	font-weight:bold;
	color:#bf967b;
	padding:10px;
}

div.page form.avis div.line {
	float:left;
	clear:both;
	margin-bottom:10px;
	width:100%;
}

div.page form.avis label {
	float:left;
	width:110px;
	font-weight:bold;
}

div.page form.avis input, div.page form.avis textarea {
	float:right;
	width:400px;
}
/* FIN*/