<!-- 

body {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #CCCC99;
background-image: url('./fond2.jpg');
font-size: 14;
margin-left:*em;
}
h1{
font-size: 18;
display:inline;
}
h2{
font-size: 14;
display:inline;
}
h3{
font-size: 12;
display:inline;
}
th {
text-align: left;
}
td {
vertical-align: top;
text-align: left;
}
menu{
position:left;
    /* solve a Opera7/IE display bug */
width:150px;
width/**/:150px;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
margin:0;
padding:0;
}
    
menu span{
   display:none;
    }
    
menu ul{
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:152px;
    width/**/:150px;
    }
    
menu li ul{
    visibility:hidden;
    }
            
menu li ul{
    margin-left:150px; /* be careful */
    margin-top:-24px;
    }
    
menu a{
    text-align:center;
    background-color: #ff9;
    color:#000;
    text-weight:bold;
    display:block;
    width:150px;
    border-bottom: 1px #000 solid;
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
    }
    
menu a:hover{
    background-color: #aaf;
    }
    
/* for a mozilla better display with key nav */
menu a:focus{
    background-color: #aaf;
}

menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
menu li{
    width:150px;
    display:block;    
    float:left;  
    list-style:none;
    margin:0;
    padding:0;
    }
    
/* IE PC selector */
html .menu li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
    
a.linkOver{
    background-color: #eee;
    }

#global{
width: 100%;
height: 100%;
}
#haut{
width: *px;
height: *px;
float: right;
margin-rigth: 20px;
margin-bottom: 5px;
color: #000000;

border: 0px solid #ffffff
}
#page{
color: #000000;
text-ALIGN:left;
width: *px;
height: *px;
float: left;
margin-left: 5px;
margin-rigth: 5px;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
border: 0px solid #ffffff;
}
#bas{
width: *px;
height: *px;
margin-rigth: 0px;
margin-bottom: 0px;
fond-size: 8;
color: #000000;
border: 0px solid #ffffff;
}

-->
