body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin:0;
	padding:0;
	width:100%;
	
	background:#645a4a/* url('fond.gif') top repeat-x*/;
	color:#fff;
	
	position:relative;
}

a { color:#fff;text-decoration:underline; }
a:hover { color:#4e3200;text-decoration:none; }

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
}

input, textarea {
	border-width : 1px;
}
*>input, *>textarea {
	border-color : #333;
}

#container {
	width:1000px;
	margin:auto;
}

#top {
	float:left;
	clear:both;
	background:url('top.gif') center top no-repeat;
	width:100%; height:109px;
}

#top a {
	display:block;
	width:100%; height:100%;
}

#top a h1 {
	display:none;
}

#main {
	float:left;
	clear:both;
	width:100%;
}

#main div.top {
	float:left;
	clear:both;
	
	background:url('cadre_top.gif') center top no-repeat;
	width:100%; height:100px;

	position:relative;
}

#main div.top ul.menu {
	position:absolute;
	right:115px; bottom:0;
	
	float:left;
	margin:0; padding:0;
	list-style-type:none;
}

#main div.top ul.menu li {
	float:left;
	width:90px;
	height:100px;
	text-align:center;
}

#main div.top ul.menu li a {
	display:block;
	width:100%;
	height:100%;
	background:url('menu.gif') no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#c1b8ac;
}

#main div.top ul.menu li a:hover, #main div.top ul.menu li a.active {
	display:block;
	width:100%;
	height:100%;
	background:url('menu_hover.gif') no-repeat;
	
	color:#fff;
}

#main div.top ul.menu li a strong {
	display:block;
	padding-top:40px;
}

#main div.main {
	float:left;
	clear:both;
	
	background:url('cadre_fond.gif') center repeat-y;
	width:100%;
}

#main div.main div.data {
	margin:30px;
	margin-top:20px;
	margin-bottom:10px;
}

#main div.bottom {
	float:left;
	clear:both;
	
	background:url('cadre_bottom.gif') center top no-repeat;
	width:100%; height:54px;
	position:relative;
}

#main div.bottom p {
	position:absolute;
	top:8px; left:0;
	font-size:8px;
	color:#4e3200;
	width:1000px;
	text-align:center;
}

#main div.bottom a {
	color:#4e3200;
}

/* BOX */
div.box {
	float:left;
	clear:both;
	width:200px;
	
	margin:0;
	padding:0;
	margin-bottom:20px;
}

div.box div.box_top {
	float:left;
	clear:both;
	width:100%;
	
	background:url('box_top.gif') top center no-repeat;
	height:19px;
}

div.box div.box_bottom {
	float:left;
	clear:both;
	width:100%;
	
	background:url('box_bottom.gif') bottom center no-repeat;
	height:19px;
}

div.box ul {
	float:left;
	clear:both;
	width:100%;
	list-style-type:none;
	margin:0; padding:0;

	background:url('box_fond.gif') center repeat-y;
}

div.box ul li {
	float:left;
	clear:both;
	width:90%;
	padding:2px;
	padding-left:20px;
}

div.box ul li.titre {
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#f8dead;
}

div.box ul li a.active {
	font-weight:bold;
	text-decoration:none;
}

div.box ul li a:hover {
	color:#f8dead;
}

/* CONTACT */
form.contact {
	margin:0; padding:0;
	width:820px;
}

form.contact div.left {
	float:left;
	width:400px;
}

form.contact div.right {
	float:right;
	width:400px;
	margin-left:20px;
}

form.contact div.right div, form.contact div.left div {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:10px;
}

form.contact div sup {
	color:#ffee00;
}

form.contact div label {
	float:left;
	width:20%;
	text-align:right;
}

form.contact div input, form.contact div textarea {
	float:right;
	width:75%;
}