/* Aspect de la barre de défilement  */
html {scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#C0C0C0;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#CF3533;
scrollbar-track-color:#E0E0E0;}

/* Couleur d'arrire plan */
body {background-color: #FFFFFF;}

html, body {height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;}
  
#centpourcent {height: 100%;}
  
/* Style de tous les liens du site */
a:link {color:#9A0202;text-decoration:none}
a:visited {color:#9A0202;text-decoration:none}
a:hover {color:#9A0202;text-decoration:underline}

/* General */
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;color: #40668C;font-size: 11px;}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;text-align: left;color: #CF3432;font-size: 14px;}

/* Marges du Corps de page */
td.corps {text-align: left;color: #40668C;padding-bottom: 20px;padding-left:4px;padding-top: 15px;}
/* Marges du Corps pour les rubriques sommaires */
td.boite {text-align: left;color: #666666;}

/* Texte qui Scroll pour les News */
.posrelative {POSITION: relative;}
#conteneur {OVERFLOW: hidden;
WIDTH: 250px;
CLIP: rect(0px 250px 200px 0px);
POSITION: absolute;
LEFT: 5px;
TOP: 62px;}