/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float: left;
	width:1000px;
	height:44px;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:url(img/menu.jpg);

}


/* Menu_deroulant
-------------------------------------------------------- */


dl, dt, dd, ul, 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;
	width: 250px;
}

#menu_deroulant dt {
	cursor: pointer;
	margin: 0px;
	text-indent:-5000px;
	height:44px;
}

/******************FRANCAIS********************/

#menu_deroulant dt.bt_collection_fr {
	background:url(img/bt_collection.png);
	margin-left:12px;
}

#menu_deroulant dt:hover.bt_collection_fr {
	background:url(img/bt_collection.png) 0px 44px;
}

#menu_deroulant dt.bt_histoire_fr {
	background:url(img/bt_histoire.png);
position:relative;
right:50px;
}

#menu_deroulant dt:hover.bt_histoire_fr {
	background:url(img/bt_histoire.png) 0px 44px;
}

#menu_deroulant dt.bt_entretien_fr {
	background:url(img/bt_entretien.png);
position:relative;
right:50px;
}

#menu_deroulant dt:hover.bt_entretien_fr {
	background:url(img/bt_entretien.png) 0px 44px;
}

#menu_deroulant dt.bt_boutique_fr {
	background:url(img/bt_boutique.png);
	margin-left:-42px;
}

#menu_deroulant dt:hover.bt_boutique_fr {
	background:url(img/bt_boutique.png) 0px 44px;
}

/********************************************************/

/******************ANGLAIS********************/

#menu_deroulant dt.bt_collection_en {
	background:url(img/bt_collection_en.png);
	margin-left:12px;
}

#menu_deroulant dt:hover.bt_collection_en {
	background:url(img/bt_collection_en.png) 0px 44px;
}

#menu_deroulant dt.bt_histoire_en {
	background:url(img/bt_histoire_en.png);
position:relative;
right:50px;
}

#menu_deroulant dt:hover.bt_histoire_en {
	background:url(img/bt_histoire_en.png) 0px 44px;
}

#menu_deroulant dt.bt_entretien_en {
	background:url(img/bt_entretien_en.png);
position:relative;
right:50px;
}

#menu_deroulant dt:hover.bt_entretien_en {
	background:url(img/bt_entretien_en.png) 0px 44px;
}

#menu_deroulant dt.bt_boutique_en {
	background:url(img/bt_boutique_en.png);
	margin-left:-42px;
}

#menu_deroulant dt:hover.bt_boutique_en {
	background:url(img/bt_boutique_en.png) 0px 44px;
}

/********************************************************/

#menu_deroulant dd#smenu1 {
	display: none;
	border-left: 1px solid #b2913b;
	border-right: 1px solid #b2913b;
	border-bottom: 1px solid #b2913b;
	width:170px;
	position:relative;
	left:50px;
	top:-2px;
}

#menu_deroulant dd#smenu4 {
	display: none;
	border-left: 1px solid #b2913b;
	border-right: 1px solid #b2913b;
	border-bottom: 1px solid #b2913b;
	width:150px;
	position:relative;
	left:10px;
	top:-2px;
}

#menu_deroulant li {
	text-align: center;
	background: #0d6944;
}

#menu_deroulant li a, #menu_deroulant dt a {
	color: #f1cf75;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu_deroulant li a:hover, #menu_deroulant li a:focus {
	background: #095c3b;
}

/* Menu gauche
-------------------------------------------------------- */

#menu_gauche {
	width:200px;
	height:100%;
	float:left;
	margin:auto auto 20px; auto;
}

.blocgauche_haut {
	background:url(img/blocGauche_haut.png) no-repeat;
	width:198px;
	height:18px;
}

.blocgauche_haut p {
	color:#fee8d4;
	font-family:Garamond, Georgia;
	font-size:18px;
	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;

}