@charset "utf-8";
 
/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li 
{
margin: 0;
padding: 0;
list-style-type: none;
position:relative;
} 

#menu 
{
position: relative;
top: 0;
left: 0;
z-index:100;
width: auto;
font-size:small;
font-family: "Trebuchet MS",Zapf-Chancery, cursive;
text-decoration: none;
font-weight: bold;
text-align:left;
background-color: #f3f3f3;
padding: 0px;
color: white;
width:auto;
}

#menu dd 
{

background: none;
}

#menu dl 
{
float: left;
width: 33%;
margin: 0 1px;
}

#menu dt 
{
cursor: pointer;
text-align: center;
font-weight: bold;
background: black;
color: white;
border: 1px solid white;
}

#menu li 
{
text-align: center;
background: none;
}

#menu li a, #menu dt a 
{
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
color: #eee;
}







/*
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border-color: #ccc #888 #555 #888; 
}


a {
font-size:small;
font-family: "Trebuchet MS",Zapf-Chancery, cursive;
    
color:white;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #888;
text-decoration: none;
margin: 0;
padding: 2px 3px;

/*
text-decoration: none;
color: black;
color: #222;
*/
}


/*
ANCIEN CODE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1



#menu 
{
    width: auto;
    background-color: #f3f3f3;;
    float: left;
    font-size:small;
    font-family: "Trebuchet MS",Zapf-Chancery, cursive;
    text-decoration: none;
    font-weight: bold;
    text-align:left;
    
    height: 25px;
    padding: 0px;
    color: #black;
}

#menu a
{
    
    font-size:small;
    font-family: "Trebuchet MS",Zapf-Chancery, cursive;
    display: block;
    color:white;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #888;
    text-decoration: none;
    margin: 0;
    padding: 2px 3px;
}

#menu a:hover 
{
    color: white;
    background: none;
}

#menu a:visited
{
    color: white;
    background: none;
}
#menu a:link
{
    color: white;
    background: none;
}

#menu h2
{
    width:100%;
    color: white;
    background: #000;
    text-transform: none;
    font-size:small;
    font-family: "Trebuchet MS",Zapf-Chancery, cursive;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #888;
    margin: 0;
    padding: 2px 3px;
}

#menu li 
{
    position:static;
    width:auto;
}



#menu ul 
{
    
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33%;
    float: left;
}
#menu ul:hover  
{
    
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33%;
    float: left;
}


#menu ul ul 
{
     width:200px;
    position:relative;
      top: 0;
    left: 0%;
    bottom:100%
   margin-top:-25px;
 
     
    z-index: 500;
}

#menu ul ul:hover 
{
     width:200px;
       position:relative;
      top: 0;
    left: 0%;
    bottom:100%
   margin-top:-25px;
   
   
   position:absolute;
 
    
    z-index: 500;
}


#menu ul ul ul 
{
    position:relative;
     width:150px;
    
    top: 0;
    left: 100%;
   margin-top:-25px;
}
#menu ul ul ul:hover  
{
    position:relative;
     width:150px;
    
    top: 0;
    left: 0%;
    bottom:100%
   margin-top:-25px;
}

div#menu ul

{display: relative;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

*/