/*********************************** Menu ***********************************/

dl, dt, dd, ul, li {
        margin: 0;
        padding: 0;
        list-style-type: none;
		text-align:left; 
}
#menu {
        width:238px;
		/* background-image:url(img/degrade_vert.jpg); */
		background-repeat:repeat-y;
		background-position:bottom;
        float:left;
}

#menu dt {
        cursor: pointer;
        line-height: 20px;        
       /* background-image:url(../img/background_menu.gif); */
        background-repeat:repeat-x;
        width:238px;
        height:25px;
        border-bottom:1px solid white;
		text-align:left;
}


#menu dt a {
        padding-top:1px;
        color:#A86B37;
        font-size:13px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration: none;
        /*background-image:url(../img/puce_menu.gif);*/
        background-position: left center;
        background-repeat: no-repeat;
        display:block;
        text-indent:20px;
}

#menu dt a:hover {
        text-decoration:underline;
}  

#menu dd {
        position: absolute;
        z-index: 100;
        margin-left: -238px;
        margin-top: -27px;
        width:238px;
        background: #B3B2B7;
}

#menu_normal li {
	/* background-image:url(../img/background_menu.gif); */
	background-repeat:repeat-x;
	width:238px;
	height:25px;
	display:block;

}

#menu_normal a {
        padding-top:1px;
	background-repeat: no-repeat;
	width:238px;
	display:block;
	text-indent:10px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#menu_normal a:hover {
	text-decoration:underline;
	color:white;
	background-color:#999999;
	display:block;	
}

#menu_special li {
	background-image:url(../img/background_menu2.gif);
	background-repeat:repeat-x;
	width:238px;
	height:25px;
	display:block;
	border-bottom:1px solid white;
}

#menu_special a {
    padding-top:1px;
	/*background-image:url(../img/puce_menu2.gif);*/
	background-position: left center;
	background-repeat: no-repeat;
	width:238px;
	display:block;
	text-indent:20px;
	color:#A86B37;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#menu_special a:hover {
	text-decoration:underline;

}

#newsletter {
	background-image:url(../img/background_newsletter.gif);
	background-repeat:repeat-x;
	float:left;
	
	width:238px;
	height:58px;
	
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#tel {
	float:left;
	line-height:16px;
	margin-top:250px;
	height:30px;	
	width:238px;
	color:#A86B37;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;

}



#newsletter input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-color:#768996;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
}


#recherche {
	background-image:url(../img/background_recherche.gif);
	background-repeat:no-repeat;
	
	width:185px;
	height:59px;
	border-bottom:1px solid white;

	
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	padding-left:20px;
	
}

#recherche input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-color:#768996;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
}

#recherche select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
	border-color:#768996;
	border-style:solid;
	border-width:1px;
	margin-top:5px;
}

