/* Définition de règle */
@charset "iso-8859-1";


a:link {
    font-family: arial,verdana, times new roman,sans-serif ;
    font-size: 13px;
    font-style: normal;
    font-weight:bold;
    color: #FFFFFF  ;
    text-decoration: none}

a:visited {
    font-family: arial,verdana, times new roman,sans-serif ;
    font-size: 13px;
    font-style: normal;
    font-weight:bold;
    color: #FFFFFF  ;
    text-decoration: none}

a:hover {
    font-family: arial,verdana, times new roman,sans-serif ;
    font-size: 13px;
    font-style: normal;
    font-weight:bold;
    color: #FDCA00  ;
    text-decoration: none}

BODY {
    scrollbar-3dlight-color: #000000;
    scrollbar-arrow-color: #DEE7F8;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #DEE7F8;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #DEE7F8}

.TexteB {
    color: #000000;
    font-size: 11px;
    font-family: arial,verdana,helvetica;
    font-weight: bold;
    text-decoration: none}
	
.Form {
    font-family: arial,verdana, times new roman,sans-serif ;
    font-size: 11px;
    font-style: normal;
    font-weight:bold;
    color: #63A9FD  ;
    background.color: #FFFFFF;
    text-decoration: none;
    border: solid 1;
    }	
