/*
CSS by Ben @ Bexter
*/

html, body, table{
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	padding: 0;
	margin: 0;
	background: #660000 url(images/bg-bdvs.jpg) repeat-x;
}
#site{
	position: absolute;
	width: 768px;
	left: 50%;
	margin-left: -384px;
	background: #FFF;
}
#header{
	width: 768px;
	height: 80px;
	background: transparent url(images/header.jpg) no-repeat;
}
#header h1 {
	padding: 0px;
	margin: 0px;
}
#header a {
	display: block;
	width: 180px;
	height: 75px;
}
#header strong {
	display: none;
}
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 655px;
	padding: 0px 0px 0px 113px;
	height: 28px;
	background: transparent url(images/menu.jpg) no-repeat;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#menu ul li a{
	display: block;
	height: 23px;
	margin: 0;
	padding: 0;
}
#menu ul li strong{
display: none;
}
li#menu_01 a { width: 58px; }
li#menu_02 a { width: 58px; }
li#menu_03 a { width: 53px; }
li#menu_04 a { width: 87px; }
li#menu_05 a { width: 82px; }
li#menu_06 a { width: 118px; }
li#menu_07 a { width: 97px; }
li#menu_08 a { width: 102px; }
li#menu_01 a:hover { background: transparent url(images/menu-on.jpg) -113px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(images/menu-on.jpg) -171px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(images/menu-on.jpg) -229px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(images/menu-on.jpg) -282px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(images/menu-on.jpg) -369px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(images/menu-on.jpg) -451px 0px no-repeat; }
li#menu_07 a:hover { background: transparent url(images/menu-on.jpg) -569px 0px no-repeat; }
li#menu_08 a:hover { background: transparent url(images/menu-on.jpg) -666px 0px no-repeat; }
#active01 { background: transparent url(images/menu-on.jpg) 0px 0px no-repeat; }
#active02 { background: transparent url(images/menu-on.jpg) -53px 0px no-repeat; }
#active03 { background: transparent url(images/menu-on.jpg) -129px 0px no-repeat; }
#active04 { background: transparent url(images/menu-on.jpg) -235px 0px no-repeat; }
#active05 { background: transparent url(images/menu-on.jpg) -307px 0px no-repeat; }
#active06 { background: transparent url(images/menu-on.jpg) -375px 0px no-repeat; }
#active07 { background: transparent url(images/menu-on.jpg) -444px 0px no-repeat; }
#active08 { background: transparent url(images/menu-on.jpg) -444px 0px no-repeat; }
/* second-level lists */
#menu ul li ul { 
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
	z-index: 5;
}
#menu ul li ul li a{
	background: #FF9900;
	padding: 2px 0px 0px 5px;
	width: 97px;
	z-index: 15;
	text-decoration: none;
	color: #660000;
}
#menu ul li ul li a:hover{
	background: #FFC25D;
	color: #330000;
}
#menu ul li ul li{
	width: 97px;
	z-index: 10;
}
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#menu ul li>ul {
	top: auto;
	left: auto;
	width: 97px;
}
/* lists nested under hovered list items */
#menu ul li:hover ul, li.over ul { 
	display: block;
}
/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* début - contenu du site */
/*----------------------------------------------------------------------*/
#contenu{
	width: 768px;
	padding: 0px;
	margin: 0px;
}
#contenu p{
}
#contenu strong{
	font-size: 110%;
}
#sidebar{
	float: left;
	width: 210px;
	padding: 10px 0px;
	margin: 0px;
	color: #6C0000;
}
#sidebar h2{
	height: 16px;
	padding: 2px 0px 0px 20px;
	margin: 0px;
	font-size: 10px;
	text-transform: uppercase;
	background: transparent url(images/sidebar-h2.jpg) no-repeat;
	color: #fff;
}
#sidebar p{
	padding: 5px 5px 5px 15px;
	margin: 0px;
	font-size: 10px;
}
#sidebar a{
	color: #6C0000;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FFF;
	background-color: #E8581C;
}
#sidebar form{
	padding: 0px;
	margin: 0px;
}
#sidebar input{
	font-size: 10px;
}
.sidezone{
	margin: 0px;
	padding: 7px 0px;
	background: transparent url(images/sidebar-p.jpg) repeat-y;
}
.user{
	width: 120px;
}
.pass{
	width: 100px;
}
.clef{
	width: 90px;
}
.mag01{
	width: 152px;
}
#sidebar select{
	font-size: 10px;
}
#conteneur{
	float: right;
	width: 530px;
	padding: 10px 0px;
}
#conteneur a{
	text-decoration: none;
	color: brown;
	font-weight: bold;
}
#conteneur a:hover{
	color: #660000;
}
.contexte{
	width: 510px;
}
.titrenom{
/*	background: #FFD58D;*/
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px;
	margin: 0px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.celltitre{
	background: #FFD58D;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px;
	margin: 0px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
}
.cellplus{
	clear: both;
	border: 1px solid #FFD58D;
	background: #FEF5E6;
	margin-bottom: 10px;
}
.cellplus p{
	padding: 0px 10px;
	margin: 10px 0px;
}
.cellplus h2{
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	padding: 0px 10px;
	margin: 10px 0px;
}
.cellgauche{
	float: left;
	width: 250px;
}
.celldroite{
	float: right;
	width: 250px;
}
.fiche{
	width: 236px;
	height: 140px;
	padding: 0px 5px;
	margin: 2px;
	float: left;
	background: #FFFAF0;
	border: 1px solid #FFE1AE;
}
.sitemap{
	clear: both;
	display: list-item;
}
/* -------------------- liens de la page d'accueil -------------------- */
#link ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#link ul li {
	display: inline;
}
#link00 a{
	display: block;
	width: 200px;
	height: 20px;
	background: transparent url(images/link-accueil-vendre.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
}
#link01 a{
	display: block;
	width: 480px;
	height: 20px;
	background: transparent url(images/link-accueil-achat-depos.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
	margin: 5px 10px;
}
#link02 a{
	display: block;
	width: 480px;
	height: 20px;
	background: transparent url(images/link-accueil-estime.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
	margin: 5px 10px;
}
#link03 a{
	display: block;
	width: 480px;
	height: 20px;
	background: transparent url(images/link-accueil-conditions.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
	margin: 5px 10px;
}
#link10 a{
	display: block;
	width: 200px;
	height: 20px;
	background: transparent url(images/link-accueil-consult.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
}
#link11 a{
	display: block;
	width: 480px;
	height: 20px;
	background: transparent url(images/link-accueil-selection.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
	margin: 5px 10px;
}
#link12 a{
	display: block;
	width: 480px;
	height: 20px;
	background: transparent url(images/link-accueil-magasin.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
	margin: 5px 10px;
}
#link13 a{
	display: block;
	width: 480px;
	height: 20px;
	background: transparent url(images/link-accueil-evenement.jpg) no-repeat;
	text-decoration: none;
	text-indent: -3000em;
	margin: 5px 10px;
}
.tablehead{
	background: #A92801;
	color: #fff;
	font-weight: bold;
}
.tabletr1{
	background: #FFD5A6;
}
.tabletr2{
	background: #FFCD95;
}
.tabletotal{
	background: #F49571;
	color: #660000;
	font-weight: bold;
}
/* -------------------- tableau page acheter -------------------- */
.cellcat01{
	padding: 4px 2px 2px 2px;
	float: left;
	width: 336px;
/*	height: 15px;
	border-right: 1px solid #fff;*/
	border-top: 1px solid #fff;
}
.cellcat02{
	padding: 4px 2px 2px 2px;
	float: left;
	width: 60px;
/*	height: 15px;
	border-right: 1px solid #fff;*/
	border-top: 1px solid #fff;
}
.cellcat03{
	padding: 4px 2px 2px 2px;
	float: left;
	width: 60px;
/*	height: 15px;
	border-right: 1px solid #fff;*/
	border-top: 1px solid #fff;
}
.cellcat04{
	padding: 4px 2px 2px 2px;
	float: left;
	width: 39px;
/*	height: 15px;*/
	border-top: 1px solid #fff;
	text-align: center;
}
.cellcat06{
	padding: 4px 2px 2px 2px;
	float: left;
	width: 25px;
/*	height: 15px;*/
	border-top: 1px solid #fff;
	text-align: center;
}
.moreinfo{
	background: #FEF5E6;
	padding: 0px 1px;
	font-size: 9px;
	border: 1px solid #A52A2A;
}
.cellcat05{
	clear: both;
	padding: 2px;
/*	width: 490px;*/
	border-top: 1px solid #fff;
	background: #FEF0D3;
}
/*----------------------------------------------------------------------*/
/* fin - contenu du site */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* début - geolocalisation */
/*----------------------------------------------------------------------*/
.tooltips{
	position: absolute;
	background: #FFF;
	border: 1px solid #660000;
	padding: 2px;
	margin: 0px;	
	width: 220px;
}
#d13{
	position: absolute;
	top: 555px;
	left: 636px;
	background: transparent url(images/point.gif) no-repeat;
}
#d13 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d13 strong{
	display: none;
}
#d64{
	position: absolute;
	top: 579px;
	left: 420px;
	background: transparent url(images/point.gif) no-repeat;
}
#d64 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d64 strong{
	display: none;
}
#d64600{
	position: absolute;
	top: 558px;
	left: 358px;
	background: transparent url(images/point.gif) no-repeat;
}
#d64600 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d64600 strong{
	display: none;
}
#d34{
	position: absolute;
	top: 557px;
	left: 575px;
	background: transparent url(images/point.gif) no-repeat;
}
#d34 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d34 strong{
	display: none;
}
#d26{
	position: absolute;
	top: 460px;
	left: 613px;
	background: transparent url(images/point.gif) no-repeat;
}
#d26 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d26 strong{
	display: none;
}
#d93{
	position: absolute;
	top: 256px;
	left: 508px;
	background: transparent url(images/point.gif) no-repeat;
}
#d93 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d93 strong{
	display: none;
}
#d34000{
	position: absolute;
	top: 544px;
	left: 593px;
	background: transparent url(images/point.gif) no-repeat;
}
#d34000 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d34000 strong{
	display: none;
}
#d79{
	position: absolute;
	top: 388px;
	left: 423px;
	background: transparent url(images/point.gif) no-repeat;
}
#d79 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d79 strong{
	display: none;
}
#d77{
	position: absolute;
	top: 268px;
	left: 531px;
	background: transparent url(images/point.gif) no-repeat;
}
#d77 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d77 strong{
	display: none;
}
#d02{
	position: absolute;
	top: 246px;
	left: 523px;
	background: transparent url(images/point.gif) no-repeat;
}
#d02 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d02 strong{
	display: none;
}
#d13127{
	position: absolute;
	top: 555px;
	left: 619px;
	background: transparent url(images/point.gif) no-repeat;
}
#d13127 a{
	display: block;
	width: 15px;
	height: 15px;
}
#d13127 strong{
	display: none;
}
/*----------------------------------------------------------------------*/
/* fin - geolocalisation */
/*----------------------------------------------------------------------*/

#footer{
clear: both;
	width: 768px;
	height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 9px;
	color: #fff;
	background: transparent url(images/footer.jpg) no-repeat;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
#footer ul li{
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	color: #243185;
	font-size: 10px;
}
#footer ul li a{
	color: #243185;
}
#footer ul li a:hover{
	color: #FFF;
}
#footer p{
	clear: both;
	padding: 6px 0 0 0;
	margin: 0;
}
#nofloat{
	clear: both;
	margin: 0;
	padding: 0;
}
