


    body {
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
    }
    
    invisible{
       display:none;
    }

    .lienNoirBlancOver {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color:black;
    }
    
    .lienNoirBlancOver:hover {
        color:white;
    }

    .lienBlancNoirOver {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color:white;
    }
    
    .lienBlancNoirOver:hover {
        color:black;
    }   
    
    .texteregulier {
       color: black;
       font-family: Arial;
       font-size: 12px;
       font-style: normal;
       line-height: normal;
       font-weight: normal;
       font-variant: normal;
       }
       
       
    .titrestandard {
       color: 666666;
       font-family: Arial;
       font-size: 18px;
       font-style: normal;
       line-height: normal;
       font-weight: normal;
       font-variant: normal;
       }   

    A:link {
       color: black;
       font-family: Arial;
       font-size: 12px;
       text-decoration: none;
    }
   
    A:visited {
       color: black;
       font-family: Arial;
       font-size: 12px;
       text-decoration: none;
    }
   
    A:hover {
       color: black;
       font-family: Arial;
       font-size: 12px;
       text-decoration: underline;
    }
   
    A.lienNoirGras {
       font-weight: bold;
    }             
   

    
    