/* CSS Document */

html, body {
	background-image:url(../images/plv-presentoir.png);
	background-repeat:repeat-x;
	background-color:#d4d46b;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{color:#b9c23c; border:none;}
a:visited{color:#b9c23c}
a:hover{color:#b9c23c; /*color:#075b68*/}
:focus{-moz-outline-style: none;}
h1{
	font-size:16px;
	color:#d3d36a;
	margin-bottom:10px;
}
h2{
	font-size:14px;
	margin-left:20px;
}

img{
border:none;
}

ul{
 	margin-top:10px;
	margin-bottom:10px;
}

strong{
	color:#d3d36a;
}

div#index-milieu br{
line-height:16px;

}

div#header-a{
	width:957px;
	height:163px;
	background-image:url(../images/plv-2.png);
	background-repeat:no-repeat;
	
}

div#header-b{
	width:957px;
	height:163px;
	background-image:url(../images/publicite-lieu-vente-2.png);
	background-repeat:no-repeat;
	
}
div#text-header{
	padding-left:340px;
	padding-top:50px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
}


div#footer{
	margin-top:-50px; text-align:center; font-weight:bold;

}
div#footer a{
	color:#FFFFFF;
}
div#footer a:hover{
	color:#FFFFFF;
}

#footer-WA{
color:#999999;
font-size:10px;
}
div#footer-WA a{
	color:#999999;
}
div#footer-WA a:hover{
	color:#999999;
}
/**/

.menu{
	height:111px;
	width:600px;
	padding-top:36px;
	padding-left:350px;
	text-align:right;
	font-weight:bold;
	font-size:13px;
}

.menu a{color:#666666; text-decoration:none;}
.menu a:visited{color:#666666}
.menu a:hover{color:#075b68;}

.nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	/*overflow: hidden ;*/		/* Création du contexte de formatage */
	/*height:111px;*/
}
.nav_active {
	background: url(images/over.png) left top no-repeat ;
}
.nav li {
	float: left;
	width: 88px;
	height:111px;
	border: 0;
	margin-right: 1px;
}
.nav li a {
	display: block ;
	height:25px;
	text-align: center ;
	text-decoration: none ;
	padding-top:87px;
}
.nav li a:hover, #nav li a:focus, #nav li a:active {
	background: url(images/over.png) left top no-repeat ;
}

.nav .sousmenu
{
	overflow: hidden;
	margin-left:8px;
	height: 0;
	width:400px;
	overflow: hidden;
	z-index:40;
	position:relative;	
	background-color: #c3ce76;
	white-space:nowrap;
	text-align:left;
}

.nav .sousmenu a {
	background: none;
	height:auto;
	padding: 4px;
	padding-top: 4px;
	width: auto;
	text-align:left;
}

.nav .sousmenu a:hover {
	background: none;
	height:auto;
}