
/* BLOCK HEADER  */
#header
{ margin: 0 auto; clear:both;}

/* BLOCK CONTENU*/
#contenant
{ margin-left : auto; margin-right:auto;  clear:both; }

/* MENU HAUT HORIZONTAL */
#menuh
{ z-index:100; overflow:visible;  }

/*MENU DE DROITE VERTICAL */
#menug
{ float:right; margin-bottom:20px; position:relative;z-index:9; }


/* BLOCK EDITABLE EN DESSOUS DU SITE */
#bas
{ margin:20px auto 0 auto; clear:both;}


/* MENU HAUT */
#menuh #nav { display: block; padding: 0; margin:0; position: relative; }
#menuh #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; text-align:left; position: relative;   }
#menuh #nav a { display: block; float:left; }
#menuh #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0;z-index:10000; }
* html #menuh #nav ul { line-height: 0; } /* IE6 "fix" */
#menuh #nav ul a { zoom: 1; } /* IE6/7 fix */
#menuh #nav ul li { float: none; }
#menuh #nav ul li a { float: none; display:block; }
#menuh #nav ul ul { top: 0; }
#menuh #nav ul { 
	width: 200px;
    text-align:left;
}
#menuh #nav ul ul { 
	left: 201px; 
}



