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

.cadremenuprincipal {
	/*background-color:#472110;*/
	display:block;
	width:100%;
	height:43px;
	position:absolute;
	line-height:42px;
	color:#E3BE86;
	z-index:97;
	margin-top:172px;
}
#menuAuCentre{
	position:absolute;
	width:1000px;
	left: 50%; 
	margin-left: -500px; /* moitié de la largeur */
	z-index: 1;
}
.accroche{
	font-size: 18px;
	margin: 0px 0px 0px 5px;
	text-align:left;
	float:left;
	display:block;
	padding-left:15px;
}
.menuprincipal{
	font-family:"Arno Pro", Times, serif;
	font-size: 13px;
	margin: 0px 10px 0px 0px;
	text-align:right;
	float:right;
	display:block;
	width:630px;
}
.menuprincipal2{
	font-family:"Arno Pro", Times, serif;
	font-size: 13px;
	margin: 0px 10px 0px 0px;
	text-align:right;
	float:right;
	display:block;
	width:630px;
	color:#E3BE86;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;*/
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
/*width: 140px;*/
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/*background: #ccc;
border: 1px solid gray;*/
}
#menu dd {
border: 1px solid #30180d;
width: 120px;
}
#menu li {
text-align: left;
list-style-type: none;
width: 120px;
background:#431400;
line-height:25px;
}
#menu li a, #menu dt a {
color:#d3b185;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
width:100%;
}
#menu dl a:hover{
color: #30180d;
}

/* LE COMPTOIR D'HORTENSE*/
.dl_hortense{
float: left;
width: 200px;
margin: 0 1px;
color:#d3b185;
}
.dt_hortense {
cursor: pointer;
text-align: center;
font-weight: bold;
}
.dt_hortense a:hover{
background:#f24437;
color: #30180d;
}

/* MON COMPTE */
.dl_compte {
float: left;
width: 100px;
margin: 0 1px;
color:#996666;
}
.dt_compte {
cursor: pointer;
text-align: center;
font-weight: bold;
}
.dt_compte a:hover{
background: #b25652;
color: #30180d;
}

/* MON PANIER */
.dl_panier {
float: left;
width: 100px;
margin: 0 1px;
color:#996666;
}
.dt_panier {
cursor: pointer;
text-align: center;
font-weight: bold;
}
.dt_panier a:hover{
background: #b4c61e;
color: #30180d;
}

/* CONTACT */
.dl_contact {
float: left;
width: 70px;
margin: 0 1px;
color:#996666;
}
.dt_contact {
cursor: pointer;
text-align: center;
font-weight: bold;
}
.dt_contact a:hover{
background: #89bf92;
color: #30180d;
}

/* LES PRODUITS */
.dl_produits{
float: left;
width: 120px;
margin: 0 1px;
}
.dt_produits {
cursor: pointer;
text-align: center;
font-weight: bold;
}
.dt_produits a:hover{
background: #ff7e00;
}
.li_produits a:hover{
background: #ff7a35;
}
.menuprincipal2 a:link{
	text-decoration: underline;
	color:#E3BE86;
}
.menuprincipal2 a:visited {
	text-decoration: underline;
	color:#E3BE86;
}

.menuprincipal2 a:hover {
	text-decoration: underline overline;
	color:#FF0000;
}
.menuprincipal2 a:active {
	text-decoration: underline;
	color:#E3BE86;
}
