﻿
/* structure */
.menu {
	float:right;
	width: 160px;
	position:relative; 
	top:160px;
	margin-right:0.8em;

}


/* sub-navigation */

/* Titres Sections*/
.menu h1 {
	background:#5B1E1A;
	color: #FBD956;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px; 
	margin: 0;
	border-bottom:1px;
	border-bottom-color:#FFCC66;
	border-bottom-style:solid;  
}

.menu h1 a{
	padding-left: 8px;	/* retrait*/
	display: block;
	text-decoration:none;
	color:#FBD956; 
}

.menu h1 a:hover {
	background: #EB5425;
	color: #000;
	text-decoration:none; 
}

/* Bloc Hidden/showed */
.menu ul {
	display: block;
	margin: 0; 
	padding: 0;
}

/* Lignes (sections) */
.menu li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.menu li a {
	color: #FF9933;
	display: block;
	padding: 2px 0 2px 12px; /* top right bottom left*/
	width: 148px;
	text-decoration: none;
}
.menu li a:hover {
	background: #330000;
	color:#FFCC00; 
}

