@charset "utf-8";
/* CSS Document */

.menu a{color: #333333; text-decoration:none;}
.menu a:visited{color:#005560; }
.menu a:hover{color:#005060;}

.menu{
	height:100px;
	width:600px;
	margin-top:-105px;
	padding-left:350px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menu active{
	background: url(../images/presentoirs.png);
}

.menu li {
float: left;
	width: 86px;
	height:111px;
	border: 0;
	text-align:center;
	margin-right:2px;
	color:#333333;
	}
	
	.menu li a {
	padding-top:85px;

	text-decoration:none;
	}

.menu li a:hover, #menu a:focus, #menu a:active {
	background:url(../images/presentoirs.png);
	color:#005560;s
}

/***** Le menu ***/
/*div.floated {
	width: auto;
	float: left;
	margin-left: 1em;
}*/

.nav .sousmenu
{
	overflow: hidden;
	margin-left:8px;
	height: 0;
	width:400px;
	z-index:40;
	position:relative;	
	background: url(../images/presentoirs-plv.png);
	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;
}

.nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	/*overflow: hidden ;*/		/* Création du contexte de formatage */
	/*height:111px;*/
}
.nav_active {
	background: url(../images/presentoirs.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/presentoirs.png) left top no-repeat  ;
}


