/* css brillaxis

*/
a {
	color:#666;
	text-decoration:none;
}
a:hover {color:#333}
/*-------- localisation - logo ----------------*/
div.localisation {
	width:200px;
	position:absolute;
	top:30px;
	left:10px;
	height:90px;
	}

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

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

ul#menuhaut li {
	float: left;
	border-right:1px solid #8689BC;
	padding:0;
}

ul#menuhaut a {
	display:block;
	padding:0 16px;
	font-size:0.9em;
	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:40px;/*70*/
	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:14px;
	margin-bottom:0}

div#panier a {
	background:url('../img/bg_a_panier.gif') no-repeat;
	display:block;
	margin:5px 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:20px;
	padding-left:3px;
	text-transform: uppercase;
	}
div#menugauche ul li.allproducts {
	margin-top:20px;
}
div#menugauche ul li a {
	display:block;
	width:190px;
	margin:5px 0 0 5px;
	padding:2px;
	color:#fff;
	font-weight:bold;
	margin:0;
	font-size: 0.9em;

}
div#menugauche ul li ul {
	text-transform: none;
	margin-top:0px;

	background:none;
	padding-bottom:10px;
	padding-left:0;
}
div#menugauche ul li ul li a {
	width:170px;
	padding-left:13px;
}

div#menugauche ul li a:hover {
	color:#999;
	}
div#menugauche ul li ul li ul {
	margin-left : 1em;
}
/* Le pavé inscription neswletter */
div#newsletter {
	display:none;
 	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;
}

