* { 
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    line-height:15px;
    color:#222;
}    

.clBulle { 
    /* width: 160px; */
    display: none;
    position: absolute;
    background-color: #000;
    padding: 2px;
    margin: 2px;
    border: 0px ridge #F4F49C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    z-index : 1;
}


/**************/
/*** HEADER ***/
/**************/

#header h1 { 
    font-size: 17px;
}
#header table { 
    background-color: #fff;
}                

#header td { 
    border: #000 0px solid;
             
}

/************/
/*** MENU ***/
/************/

#menu table { 
    background-color: #fff;
    border: 0px solid;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}              

#menu a:link { 
     color: #444;
     font-weight:bold;
     background-color: transparent;
     text-decoration: none;
}

#menu a:visited { 
     color: #444;
     font-weight:bold;
     background-color: transparent;
     text-decoration: none;
}
                  
#menu a:hover { 
     color: #888;
     font-weight:bold;
     background-color: transparent;
     text-decoration: underline;
}                


/**************/
/*** CENTRE ***/
/**************/

#center h1 { 
    font-size: 17px;
}
#center h2 { 
    font-size: 13px;
    display: inline;
}


#center table.inside { 
    background-color: #fff;
    border: #000 1px solid;
}
#center a:link { 
     color: #222;
     font-weight:bold;
     background-color: transparent;
     text-decoration: underline;
}
#center a:visited { 
     color: #222;
     font-weight:bold;
     background-color: transparent;
     text-decoration: underline;
}                 
#center a:hover { 
     color: #666;
     font-weight:bold;
     background-color: transparent;
     text-decoration: underline;
}


#center a.acteur {
     font-size:10px;
}
#center a.titre {
     font-size:12px;
}
#center span { 
     font-size:10px;
}               
#center span.result { 
     font-size:10px;
     color:#444;
}                      
#center span.gris { 
     font-size:10px;
     color:#8C8C8C;
}

/*****************/
/*** LIEN PAGE ***/
/*****************/

#center a.page:link { 
     color: #222;
     font-size: 11px;
     font-weight: bold;
}
#center a.page:visited { 
     color: #222;
     font-size: 11px;
     font-weight: bold;
}
#center a.page:hover { 
     color: #666;
     font-size: 11px;
     font-weight: bold;
}


/**********************/
/*** LIEN THIS PAGE ***/
/**********************/

#center a.this:link { 
     color: #bbb;
     font-size: 15px;
     font-weight:bold;
}
#center a.this:visited { 
     color: #bbb;
     font-size: 15px;
     font-weight:bold;
}

#center a.this:hover { 
     color: #ddd;
     font-size: 15px;
     font-weight:bold;
}
