/** MENU **/
div#nav ul {
margin: 0; 
padding: 0;
}
div#nav li {
position:relative;
float: left;
list-style-type: none;
line-height:32px;
padding-left: 0;
margin:0;
margin-top:11px;
}
div#nav li a {
padding-top:10px;
display: block; 
font-family: Arial;
font-size: 18px;
color: #FFFFFF;
text-decoration: none; 
background:none;
margin-left:10px;
font-weight: 400;
}
div#nav li a:hover {
color: #696969;
}
div#nav .home{ 
width:58px;
height:50px;
}
div#nav .home_on{ 
width:58px;
height:50px;
color: #696969;
background-image: url(../media/home.gif);background-repeat: no-repeat;
}
div#nav .home:hover{
background-image: url(../media/home.gif);background-repeat: no-repeat;
}
div#nav .accueil{ 
width:70px;
height:50px;
}
div#nav .accueil_on{ 
width:70px;
height:50px;
color: #696969;
background-image: url(../media/accueil.gif);background-repeat: no-repeat;
}
div#nav .accueil:hover{
background-image: url(../media/accueil.gif);background-repeat: no-repeat;
}
div#nav .news{ 
width:55px;
height:50px;
}
div#nav .news_on{ 
width:55px;
height:50px;
color: #696969;
background-image: url(../media/news.gif);background-repeat: no-repeat;
}
div#nav .news:hover{
background-image: url(../media/news.gif);background-repeat: no-repeat;
}
div#nav .fiad{ 
width:51px;
height:50px;
}
div#nav .fiad_on{ 
width:51px;
height:50px;
color: #696969;
background-image: url(../media/fiad.gif);background-repeat: no-repeat;
}
div#nav .fiad:hover{
background-image: url(../media/fiad.gif);background-repeat: no-repeat;
}
div#nav .doc{ 
width:131px;
height:50px;
}
div#nav .doc_on{ 
width:131px;
height:50px;
color: #696969;
background-image: url(../media/documentation.gif);background-repeat: no-repeat;
}
div#nav .doc:hover{
background-image: url(../media/documentation.gif);background-repeat: no-repeat;
}
div#nav .contact{ 
width:72px;
height:50px;
}
div#nav .contact_on{ 
width:72px;
height:50px;
color: #696969;
background-image: url(../media/contact.gif);background-repeat: no-repeat;
}
div#nav .contact:hover{
background-image: url(../media/contact.gif);background-repeat: no-repeat;
}
div#nav .forum{ 
width:62px;
height:50px;
}
div#nav .forum_on{ 
width:62px;
height:50px;
color: #696969;
background-image: url(../media/forum.gif);background-repeat: no-repeat;
}
div#nav .forum:hover{
background-image: url(../media/forum.gif);background-repeat: no-repeat;
}
/** END **/
