@charset "windows-1252";

div.menu {
position: absolute;
top: 5px;
right: 50px;

}

div.logobarre {
width: 100%;
position: absolute;
left: 0px;
top: 25px;
height: 60px;
}

span.menu {
float: left;

margin-bottom: 5px;
width: 100px;
text-align: center;
}

a.toplink {
font-family: verdana;
font-size: 11px;
color: #666666;
text-decoration: none;

}
a.toplink:hover {
text-decoration : underline;
color:#3e4041;
}


a.contact {
height: 40px;
width: 40px;
font-size:50px;
background : url(../image/icone/contact.gif);

}
a.contact:hover {background : url(../image/icone/contacthover.gif);}

a.tutoriel {
font-size:50px;
background : url(../image/icone/tutoriel.gif);

}
a.tutoriel:hover {background : url(../image/icone/tutorielhover.gif);}

a.telechargement {
font-size:50px;
background : url(../image/icone/telechargement.gif);

}
a.telechargement:hover {background : url(../image/icone/telechargementhover.gif);}

a.partenaire {
font-size:50px;
background : url(../image/icone/partenaire.gif);

}
a.partenaire:hover {background : url(../image/icone/partenairehover.gif);}

a.faq {
font-size:50px;
background : url(../image/icone/faq.gif);

}
a.faq:hover {background : url(../image/icone/faqhover.gif);}




