/* ------------------------------------ *
 CSS
 * ------------------------------------ */


@charset "iso-8859-1";

body          { background-color: #C3D2DF;
/*
scrollbar-face-color: #ff0000;
scrollbar-shadow-color: #ff0000;
scrollbar-highlight-color: #98fb98;
scrollbar-3dlight-color: #8fbc8b;
scrollbar-darkshadow-color: #000000;
*/
/*scrollbar-track-color: #000000;
scrollbar-arrow-color: #eee8aa; */

}
A             { font-size: 10pt; font-weight: normal; color: #00000; font-family: Arial; text-decoration: none }
A.m           { font-weight: bold; color: #335A75 } /* Classe m=menus dans top.php */
A.m:hover     { font-weight: bold; color: #0099cc }
A.p           { font-size: 10pt; color: #0099cc; text-decoration: underline } /* Lien hyper texte */
A.p:visited   { font-size: 10pt; color: #800080 }
A.r           { background: url(img/btn_retour1.png); background-repeat: no-repeat; margin: 0 auto } /* Classe r=bouton retour */
A.r:hover     { background: url(img/btn_retour2.png); background-repeat: no-repeat; margin: 0 auto }

td            { font-size: 10pt; color: #335A75; font-family: Arial }
.isarys       { font-weight: bold; color: #335A75; }
.site         { font-weight: bold; color: #0099cc; }
.titre0       { font-weight: bold; color: #335A75; }
.titre1       { font-size: 13pt; font-weight: bold; color: #FFFFFF; }
.news0        { font-size: 8pt; font-weight: bold; color: #335A75; text-decoration: underline }
.news1        { font-size: 8pt; color: #335A75; font-family: Arial }
.link         { color: #0099cc }
.link:visited { color: #800080 }

#divscroll    { overflow: auto; height: 600px; }
