body {
	background-color: #F4CE80;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-style: normal;
	font-weight: normal;
	color: #CC0099;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: none;
	color: #660099;
	text-decoration: underline;
}
/** MENU **/
.arrowlistmenu{
width: 150px;
}
.arrowlistmenu .menuheader{
font: bold 12px Arial;
color: #660099;
background: black url(images/menu_fond.gif) repeat-x center left;
text-transform: uppercase;
padding: 4px 0 4px 5px;
cursor: hand;
cursor: pointer;
border-bottom: 1px solid #ffffff;
}
.arrowlistmenu .openheader{ 
background-image: url(images/menu_fond.gif);
}
.arrowlistmenu h3{
margin: 0;
padding: 0;
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowlistmenu ul li a{
color: #660099;
background-color: #fbe5ef;
display: block;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}
.arrowlistmenu ul li a:hover{
color: #ffffff;
background-color: #f09abe;
}
