body {
background-color:#000000;
background-size: cover;
scrollbar-3dlight-color:#ffffc6;
scrollbar-arrow-color:#ffb212;
scrollbar-darkshadow-color:#ffffc6;
scrollbar-face-color:#ffb212;
scrollbar-highlight-color:#ffffc6;
scrollbar-shadow-color:#ffffc6;
scrollbar-track-color:#ffffc6;
margin:5px 50px 0px 50px;
overflow: AUTO;
}

a:link { font-weight:bold; color:#b3a24a ; text-decoration:none ; }
a:visited { font-weight:bold; color:#b3a24a ; text-decoration:none ; }
a:hover { font-weight:bold; color:#e8e8e8 ; text-decoration:none ; }
a:active { font-weight:bold; color:#ffffff ; text-decoration:none ; }

h1 {
font-family:Verdana, Arial;
font-size:10pt;
font-weight:bold;
color:#ffffff;
text-align:center;
}

h2 {
font-family:Verdana, Arial;
font-size:10pt;
font-weight:lighter;
color:#e8e8e8;
text-align:center;
}

h3 {
font-family:Verdana, Arial;
font-size:10pt;
font-weight:lighter;
font-style: italic;
color:#e8e8e8;
text-align:center;
}

h4 {
font-family:Verdana, Arial;
font-size:10pt;
font-weight:lighter;
color:#e8e8e8;
text-align:left;
}

h5 {
font-family:Verdana, Arial;
font-size:9pt;
font-weight:lighter;
color:#e8e8e8;
text-align:center;
}

h6 {
font-family:Verdana, Arial;
font-size:8pt;
font-weight:lighter;
font-style: italic;
color:#e8e8e8;
text-align:center;
}

HR {
height: 1px;
color: #6f642d;
background-color: #6f642d;
height: 1px;
border: 0;
}

.arrondie {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
}

.arrondie-shadow {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border: 5px solid white;
box-shadow: 0 0 15px rgba(222, 222, 222, 0.8);
}

.shadow {
box-shadow: 0 0 15px rgba(222, 222, 222, 0.8);
}