@charset "iso-8859-1";
/* auteur: Lou */
/* Date de création: 2008-04-07 */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a:link {color: #7E7E7E; text-decoration: none;}
a:visited {color: #999966; text-decoration: none;}
a:active {color: #4E4E4E; text-decoration: none;} 
a:hover {color: #000066; text-decoration: underline; font-weight: bold;}

.bevelmenu{
font: bold 9px arial;
padding: 3px 0;
margin: 0;
width: 100%;
background-color: transparent;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 2px 0.5em;
text-decoration: none;
color: black;
background-color: #E6E6E6;
border: 2px solid #CCCCCC;
}

.bevelmenu li a:hover{
color: black;
background-color: #D7C99B;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}