body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin:0;
	padding:0;
	width:100%;	
	background:#665f51 url('bg.gif') repeat-x;
	color:#000;
	position:relative;
}

p {
	text-align:justify;
}

a { color:#fff;text-decoration:underline; outline:none; }
a:hover { color:#660000;text-decoration:none; }

.link a { color:#fff;text-decoration:none; }
.link a:hover { color:#ff0000;text-decoration:none; }

.linkb a { color:#000000;text-decoration:none; }
.linkb a:hover { color:#ff0000;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:980px;
	margin:auto;
	position: relative;
}

#top {
	float:left;
	clear:both;
	background:url('top.gif') no-repeat top center;
	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') no-repeat top center;
	width:100%; height:110px;

	position:relative;
}

#main div.top ul.menu {
	position:absolute;
	left:0px;top:0px;
	float:left;
	margin:0; padding:0;
	list-style-type:none;
}

#main div.top ul.menu li {
	float:left;
	width:122px;
	height:100px;
	text-align:center;
}

#main div.top ul.menu li a {
	display:block;
	width:100%;
	height:100%;
}

#main div.top ul.menu li a:hover, #main div.top ul.menu li a.active {
	display:block;
	width:100%;
	height:100%;
}

#main div.top ul.menu li.accueil a {
	background:url('menu_accueil.gif') no-repeat top center;
}

#main div.top ul.menu li.accueil a:hover, #main div.top ul.menu li.accueil a.active {
	background:url('menu_accueil.gif') no-repeat bottom center;
}

#main div.top ul.menu li.a a {
	background:url('menu_a.gif') no-repeat top center;
}

#main div.top ul.menu li.a a:hover, #main div.top ul.menu li.a a.active {
	background:url('menu_a.gif') no-repeat bottom center;
}

#main div.top ul.menu li.b a {
	background:url('menu_b.gif') no-repeat top center;
}

#main div.top ul.menu li.b a:hover, #main div.top ul.menu li.b a.active {
	background:url('menu_b.gif') no-repeat bottom center;
}

#main div.top ul.menu li.c a {
	background:url('menu_c.gif') no-repeat top center;
}

#main div.top ul.menu li.c a:hover, #main div.top ul.menu li.c a.active {
	background:url('menu_c.gif') no-repeat bottom center;
}

#main div.top ul.menu li.d a {
	background:url('menu_d.gif') no-repeat top center;
}

#main div.top ul.menu li.d a:hover, #main div.top ul.menu li.d a.active {
	background:url('menu_d.gif') no-repeat bottom center;
}

#main div.top ul.menu li.e a {
	background:url('menu_e.gif') no-repeat top center;
}

#main div.top ul.menu li.e a:hover, #main div.top ul.menu li.e a.active {
	background:url('menu_e.gif') no-repeat bottom center;
}

#main div.top ul.menu li.vendus a {
	background:url('menu_vendus.gif') no-repeat top center;
}

#main div.top ul.menu li.vendus a:hover, #main div.top ul.menu li.vendus a.active {
	background:url('menu_vendus.gif') no-repeat bottom center;
}

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

#main div.maintop {
	float:left;
	clear:both;
	background:url('cadre_fond.gif') repeat-y left;
	width:100%;
	min-height:280px; _height:280px;
}

#main div.main {
	float:left;
	clear:both;
	
	background:url('cadre_fond_top.gif') no-repeat top left;
	width:100%;
}

#main div.data {
	margin:10px 30px 10px 30px;
}

#main div.bottom {
	float:left;
	clear:both;
	
	background:url('cadre_bottom.gif') no-repeat top left;
	width:100%; height:89px;
	position:relative;
}

#main div.bottom p {
	position:absolute;
	top:25px; left:20px;
	font-size:9px;
	color:#ffffff;
	width:960px;
	text-align:left;
}

#main div.bottom a {
	color:#ffffff;
}

/* BOX */
div.box {
	float:left;
	clear:both;
	width:200px;
	
	margin:0px 0px 10px 0px;
	padding:0;
}

div.box div.box_top {
	float:left;
	clear:both;
	width:100%;
	
	background:url('box_top.gif') no-repeat top left;
	height:20px;
}

div.box div.box_bottom {
	float:left;
	clear:both;
	width:100%;
	
	background:url('box_bottom.gif') no-repeat bottom left;
	height:27px;
}

div.box ul {
	float:left;
	clear:both;
	width:100%;
	list-style-type:none;
	margin:0; padding:0;

	background:url('box_fond.gif') repeat-y center;
}

div.box ul li {
	float:left;
	clear:both;
	width:90%;
	padding:2px;
	padding-left:10px;
}

div.box ul li.titre {
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#990000;
}

div.box ul li a {
	color:#333333;
	cursor:pointer;
}

div.box ul li a.active {
	font-weight:bold;
	text-decoration:none;
}

div.box ul li a:hover {
	color:#990000;
}

/* 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:#990000;
}

form.contact div label {
	float:left;
	width:20%;
	text-align:right;
}

form.contact div input, form.contact div textarea {
	float:right;
	width:75%;
}

/* form_annonce */
form.annonce sup {
	color:#cc0000;
}

form.annonce fieldset {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	clear:both;
	background:#fff;
}

form.annonce fieldset legend {
	font-weight:bold;
	color:#bd1220;
	padding:8px;
	padding-bottom:2px;
	text-transform:uppercase;
	/margin-bottom:10px;
}
