/* Menu general
-------------------------------------------------------- */
#menuGeneral {
	float: left;
	width:750px;
	height:44px;
	padding: 0;
	margin-top: 67px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Menu_deroulant
-------------------------------------------------------- */
#menu_deroulant dl, #menu_deroulant dt, #menu_deroulant dd, #menu_deroulant ul, #menu_deroulant li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu_deroulant {
	z-index:100;
	width: 1000px;
	float:left;
	position:relative;
	top:0px;
}
#menu_deroulant dl {
	float: left;
}
#menu_deroulant dt {
	cursor: pointer;
	margin: 0px;
	text-indent:-5000px;
	height:44px;
}
/******************FRANCAIS********************/
#menu_deroulant dt#bt_collection_fr {
	background:url(img_v2/bt_collection.png);
	position:relative;
	right:2px;
	width: 169px;
}
#menu_deroulant dt:hover#bt_collection_fr {
	background:url(img_v2/bt_collection.png) 0px 44px;
}
#menu_deroulant dt#bt_histoire_fr {
	background:url(img_v2/bt_histoire.png);
	position:relative;
	right:4px;
	width: 133px;
}
#menu_deroulant dt:hover#bt_histoire_fr {
	background:url(img_v2/bt_histoire.png) 0px 44px;
}
#menu_deroulant dt#bt_entretien_fr {
	background:url(img_v2/bt_entretien.png);
	position:relative;
	right:2px;
	width: 296px;
}
#menu_deroulant dt:hover#bt_entretien_fr {
	background:url(img_v2/bt_entretien.png) 0px 44px;
}
#menu_deroulant dt#bt_boutique_fr {
	background:url(img_v2/bt_boutique.png);
	margin-left:-1px;
	width: 152px;
}
#menu_deroulant dt:hover#bt_boutique_fr {
	background:url(img_v2/bt_boutique.png) 0px 44px;
}
/********************************************************/
/******************ANGLAIS********************/
#menu_deroulant dt#bt_collection_en {
	background:url(img_v2/bt_collection_en.png);
	position:relative;
	right:2px;
	width: 169px;
}
#menu_deroulant dt:hover#bt_collection_en {
	background:url(img_v2/bt_collection_en.png) 0px 44px;
}
#menu_deroulant dt#bt_histoire_en {
	background:url(img_v2/bt_histoire_en.png);
	position:relative;
	right:4px;
	width: 133px;
}
#menu_deroulant dt:hover#bt_histoire_en {
	background:url(img_v2/bt_histoire_en.png) 0px 44px;
}
#menu_deroulant dt#bt_entretien_en {
	background:url(img_v2/bt_entretien_en.png);
	position:relative;
	right:2px;
	width: 296px;
}
#menu_deroulant dt:hover#bt_entretien_en {
	background:url(img_v2/bt_entretien_en.png) 0px 44px;
}
#menu_deroulant dt#bt_boutique_en {
	background:url(img_v2/bt_boutique_en.png);
	margin-left:-1px;
	width: 152px;
}
#menu_deroulant dt:hover#bt_boutique_en {
	background:url(img_v2/bt_boutique_en.png) 0px 44px;
}
/********************************************************/
#menu_deroulant dd#smenu1 {
	display: none;
	border-top: 10px solid #b0a8a2;
	width:784px;
	position:absolute;
	left:-32px;
	top:44px;
	box-shadow: 0px 2px 5px #000; 
	background: #cdc5bf;
	z-index:99;
}
#menu_deroulant dd#smenu4 {
	display: none;
	border-top: 10px solid #b0a8a2;
	width:784px;
	position:absolute;
	left:-32px;
	top:44px;
	box-shadow: 0px 2px 5px #000; 
	background: #cdc5bf;
}
#menu_deroulant ul{
width: 100% ;
padding:10px 25px;
height:62px;
}
#menu_deroulant li {
	text-align: left;
	width : 33%;
	float:left;
	list-style:url('img_v2/puce.gif');
}
#menu_deroulant li a, #menu_deroulant dt a {
	color: #73675c;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu_deroulant li a:hover, #menu_deroulant li a:focus {
	color:#150d09;
	font-weight:bold;
}
/* Menu gauche
-------------------------------------------------------- */
#menu_gauche {
	width:200px;
	height:100%;
	float:left;
	margin:0 10px 20px 0;
}
.blocgauche_haut {
	background:url(img/blocGauche_haut.png) no-repeat;
	width:198px;
	height:18px;
}
.blocgauche_haut p {
	color:#fee8d4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	margin:0 0 0 10px;
	padding 0;
	position:relative;
	top:4px;
}
.blocgauche_milieu {
	background:url(img/blocGauche_milieu.png);
	width:198px;
	padding-top:10px;
}
.blocgauche_bas {
	background:url(img/blocGauche_bas.png) no-repeat;
	width:198px;
	height:18px;
	/*margin-bottom:15px;*/
}
#shoesOnTheMonth {
	position:relative;
	margin-bottom:3px;
}
