body {
background-image: url("http://www.cordesame.fr/images/fond-logo.jpg");
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:#8B0000 ; text-decoration:none ; }
a:visited { font-weight:bold; color:#8B0000 ; text-decoration:none ; }
a:hover { font-weight:bold; color:#696969 ; text-decoration:none ; }
a:active { font-weight:bold; color:#000000 ; text-decoration:none ; }

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

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

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

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

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

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

HR {
height: 1px;
color: #C0C0C0;
background-color: #C0C0C0;
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 5px hsla(0,0%,0%,.5);
}