body {
	font-size:11px;
    font-family:VERDANA;
	color:#673A11;
	line-height:13px;
	vertical-align:top;
	padding:0px;
	padding:0; 
	margin:0; 
	background:#e5e5e5
}
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px VERDANA;
color: #623100;
margin: 0;
padding: 0;
background-color: #dcd4c1 ;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #dcd4c1 ;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #673A11;
display: block;
padding: 0.1px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 95%;
background-color: #FBE1B0;
}

.arrowlistmenu ul li a:visited{
color: #673A11;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #673A11;
background-color: #ffffff;
}

#marqueecontainer{
position: relative;
height: 100px; /*marquee height */
width: 200px; /*marquee width */
overflow: hidden;
border: 0px solid black;
padding: 0px;
padding-left: 4px;
}

h1.scroll {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 0.9em;
	color:#590000; 
}

a{color:#91732C; text-decoration:underline} 

div.hide{
position: relative;
width: 0px; /*marquee width */
height: 0px; /*marquee height */
overflow: hidden;

}

.letterspacing {
	LETTER-SPACING: 6px;
}
 .subletterspacing {
	LETTER-SPACING: 2px;
}

div.cadre{
position: relative;
border: 1px solid black;
padding: 5px;
padding-left: 5px;
}

td.titre_produit {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ffffff; TEXT-DECORATION: none
}
