/* CSS du menu horizontal,BETSY 3.5 */

#menu   {
	background-image: url(../imgs/fondmenu.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 240px;
	left: 50px;
	padding: 0 0 0 20px;
	z-index: 100;
	width: 500px;
	height: 84px;
	max-width: 500px;
	margin-top: 0;
	margin-left: 0;
	display: block                         }
.menu ul   {
	padding: 0;
	position: absolute;
	width: auto;
	display: block    }
/*Rubriques niveau 1*/
.menu li ul  {
	background-color: #e2e270;
	margin: 0;
	width: 150px;
	overflow: visible;
	visibility: hidden ;
	white-space: nowrap;
	display: block; }
/*Rubriques niveau 2*/
.menu li li ul {
	clear: both;
	position: absolute;
	left: 100%;
	width: auto   ;
	margin-top: -20px; }
    
.menu li{
	list-style:none;
	width:auto;
	height:auto;
	display:inline;
	display/**/:block;
	float:none;
	float/**/:left;
	margin:0;
	padding:0; }
    
.menu li li{
	display:block;
	float:none; }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }
.menu a        {
	font-weight: bold;
	font-size: 11px;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	line-height: 10px;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 2px 12px 2px 2px;
	display: block ;
	white-space: nowrap; }
.menu h1                    {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	margin: 0;
	padding-top: 15px; }
.menu h2               {
	color: white;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 1px;
	padding: 5px 2px 0;
	border: #1b4f64   }
.menu h3          {
	color: black;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	background-color: #d6d6d6;
	text-align: left;
	margin: 0;
	padding-top: 2px     }
.menu h1 a         {
	color: #a4a4a4;
	font-size: 11px;
	font-weight: bold;
	font-stretch: narrower; }
.menu h2 a      {
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-left: 1px  }
.menu h3 a   {
	color: black;
	font-size: 11px ;
	font-weight: normal; }
