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

ul#menu {
	width: 100%;
	list-style-type: none;
	text-align: left;
	border-top: solid 2px #3f1702;
	margin: 0px;
  	padding: 0px;
	font-size: 1em;
}	  
ul#menu ol {
	display: none;
	text-align: right;
	list-style-type: none; 
}
ul#menu li, ul#menu a {
	display:block;
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	color: #3F1702;
	font-weight: bolder;
}
ul#menu li {
  border-bottom: solid 2px #3f1702;
  line-height: 2.1em;
  /*padding: 2px;*/
}
ul#menu ol li {
  border-bottom: none;
}
/*ul#menu ol li:before {
  content: "- ";
}*/
ul#menu a {
  text-decoration: none;
  outline: none;
}
ul#menu a:hover {
	color: #3f1702;
	/*background-color:#9966FF;*/
	font-weight:bold;	/*padding: 2px;*/
}
ul#menu a:active {
	color: #3f1702;
	/*background-color:#9966FF;*/
	font-weight:bolder;
	/*padding: 2px;*/
	}
	

ul#barre {
 padding:0;
 margin:0;
 list-style-type:none;
 }
ul#barre li {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	line-height:0.9em;
	font-weight: bolder;
 margin-left:10px;
 float:left; /*pour IE*/
 color:#696969;
 }
ul#barre li a {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
 display:block;
 float:left;   
 width:auto;
/* background-color:#6495ED;*/
 color:#696969;
 text-decoration:none;
 text-align:center;
 padding:2px;
 border:1px solid;
/* pour avoir un effet "outset" avec IE :
 border-color:#DCDCDC #696969 #696969 #DCDCDC;*/
 border-color:#696969 #696969 #696969 #696969;
 }
ul#barre li a:hover {
 background-color:#D3D3D3;
 color:#672123;
/* border-color:#696969 #DCDCDC #DCDCDC #696969;*/
 border-color:#696969 #696969 #696969 #696969;
 } 
 
