html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
font-family: arial;
background:#CCFFCC;
font-size:12px;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}

#content {overflow:auto; position:absolute; z-index:3;padding:10px; top:150px; bottom:50px; left:160px; right:0;}

* html #content {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:150px solid #fff; border-bottom:50px solid #fff; border-left:160px solid #fff;}


#haut {position:absolute; margin:0; top:0; left:0; display:block; width:100%; height:150px; background:url(galerieimages/haut.jpg) #2D2E35; background-position:0 0; background-repeat:no-repeat; font-size:4em; z-index:5; overflow:hidden; color:#fff;}
#bas {position:absolute; margin:0; bottom:0; left:0; display:block; width:100%; height:50px; font-size:1em; z-index:5; overflow:hidden; background:url(galerieimages/bas.jpg); color:#fff; color:#fff;}

#left {position:absolute;left:0; top:150px; bottom:50px; width:160px; background:url(galerieimages/menu.jpg) #aaa; font-size:14px; z-index:4; background-repeat:no-repeat;}
#leeeeeft {position:absolute; left:0; top:150px; height:100%; width:160px; background:url(galerieimages/menu.jpg) #aaa; font-size:14px; color:#fff;z-index:4; background-repeat:no-repeat;}

* html #left {position:absolute; height:100%; top:0; bottom:0; border-top:150px solid #fff; z-index:4; border-bottom:50px solid #fff; color:#fff;}






#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:100px;}


#mentions {position:relative; top:350px; left:5px; background:#F3EF07; border:1px solid #000; padding:3px; color:#8B170B; width:140px;text-align:center; font-size:10px; font-weight: bold;}
#fenetrebas {position:absolute; top:5px; left:240px; height:30px; background:#F3EF07; border:1px solid #000; padding:5px; font-size:11px; color:#c00;width:310px;font-weight: bold;}


#mentions a {text-decoration: none;
color: #990099;
}

#mentions a:hover{text-decoration: underline;
color: #000099;
}

.menu {
z-index:1000;
font-size:95%;
position: absolute;
top: 2em;
left: 4px;
width: 11em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#9999CC;
height:20px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:22px;
width:149px;
color:#000;
border: 1px solid gray;
font-size: 12px;
font-weight: bold;
text-align: center;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#8B170B; background:#FDFB5E;}

.menu :hover > a {
color:#8B170B; 
background:#FDFB5E;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.menu_actif {background: #FDFB5E;}
