/* css brillaxis

*/
a {
	color:#2f7411;
	text-decoration:none;
}
a:hover {color:#9abc94;}
/*-------- localisation - logo ----------------*/
div.localisation {
	width:200px;
	position:absolute;
	top:15px;
	left:10px;
	height:90px;
	}

/*---------- menuhaut ----------------*/

ul#menuhaut {
	margin-left:210px;
	list-style-type: none;
	text-transform: uppercase;
}

ul#menuhaut li {
	font-size:0.9em;
	float: left;
	border-right:1px solid #8689BC;

	padding:0;
}

ul#menuhaut a {
	display:block;
	padding:0 8px;
	color:#0F2669;
	font-weight:bold;
}
ul#menuhaut a:hover {
	background-color:#0F2669;
	color:#fff;
	font-weight:bold;
}



/*------ panier -------------*/
div#panier {
	text-align:center;
	width:200px;
	position: absolute;
	top:60px;
	height:90px;
	left:790px;
	background:url('../img/bg_panier.gif') no-repeat;
	color:#fff;
	font-size:.95em;
}

div#panier h2 {margin-top:5px;}

div#panier p {
	font-size:.95em;
	margin-top:24px;
	margin-bottom:0}

div#panier a {
	/*background:url('../img/bg_a_panier.gif') no-repeat;*/
	display:block;
	margin:0px auto 0 auto;
	text-align:center;
	width:140px;
	height:24px;
	font-weight: bold;
	line-height:20px;
	padding-bottom:2px;
}

/*---- le pavé rechercher */
form#quick_find {
	width:200px;
	margin:20px 0 10px 10px;
	text-align:left;
	font-size:0.9em;
}
form#quick_find input {
	height:20px;
}
/*---------- menugauche ----------------*/
div#menugauche {
	margin-left:5px;
	width:200px;
	text-align:left;
	background:#8689BC url('../img/haut_menugauche.gif') no-repeat top left;
	padding-top:20px;
}
div#menugauche ul, li {
	list-style-type: none;
}
div#menugauche ul {
	background:url('../img/bas_menugauche.gif') no-repeat bottom;
	padding-bottom:51px;
	}
div#menugauche ul li.allproducts {
	margin-top:20px;
}
div#menugauche ul li a {
	display:block;
	width:186px;
	margin:5px 0 0 5px;
	padding:2px;
	background-color: #0F2669;
	color:#fff;
	font-weight:bold;

}
div#menugauche ul li ul {
	margin-left: 5px;
	margin-top:0px;
	font-size: 0.9em;
	background:none;
	padding-bottom:5px;
}
div#menugauche ul li ul li a {
	background:url('../img/ss_rub.gif') no-repeat left 3px;
	width:170px;
	padding-left:17px;
}
div#menugauche ul li a:hover {
	color:#999;
	}
/* Le pavé inscription neswletter */
div#newsletter {
 	width:200px;
 	margin:15px auto 25px auto;
 	height: 100px;
 	background:url('../img/pbg_newsletter.gif') no-repeat top;
}
#newsletter p {
	margin-top:0;
	padding: 2px 5px;
	font-weight:bold;
	text-align: center;
	color:#0F2669;
}
#newsletter a {
	display:block;
	width:129px;
	height: 22px;
	margin:0 auto;
	padding:0;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

#newsletter a:hover, #panier a:hover {
	color:#ccc;
}
/*--------- footer ------------------*/
div#footer ul {
	clear:both;
	list-style-type: none;
	text-transform: uppercase;
	font-size:.8em;
	background:url('../img/bg_pied.gif') no-repeat top;
	padding:8px 5px 6px 5px;
}

div#footer li {
	display:inline;
	padding:10px;
}

div#footer li a {
	color: #fff;
}

