.texte {  margin:0 0; font-family: Arial; font-size: 12px; font-weight: normal; color: #333333; text-align:justify}

.texte-blanc {  margin:0 0; font-family: Arial; font-size: 11px; font-weight: normal; color: #FFFFFF; text-align:justify}

.texte-small {  margin:0 0; font-family: Arial; font-size: 9px; font-weight: normal; color: #333333; text-align:justify}

.texte-small-presse { margin:0; font-family: Arial; font-size: 10px; color: #8F8F8F; text-align:left}

.sous-titre-presse {  margin:0; font-family: Arial; font-size: 12px; font-weight: bold; color: #333333; text-align:justify; text-transform:uppercase}

.sous-titre {  margin:0; font-family: Arial; font-size: 12px; font-weight: normal; color: #333333; text-align:justify; text-transform:uppercase}

.texte-tableau {  margin:0 0; font-family: Arial; font-size: 11px; font-weight: normal; color: #FFFFFF; text-align:center}

.copyrights {  margin:0; font-family: Arial; font-size: 10px; color: #8F8F8F; text-align:right}


a.lien {font-size: 11px; font-family:Arial; color:#996633; text-decoration:none;}
a:hover.lien {font-size: 11px; font-family:Arial; color:#333333; text-decoration:underline}

a.lien-billets {font-size: 9px; font-family:Arial; color:#333333; text-decoration:none;}
a:hover.lien-billets {font-size: 9px; font-family:Arial; color:#FFFFFF;}

a.lien-texte-small {font-size: 9px; font-family:Arial; color:#333333; text-decoration:none;}
a:hover.lien-texte-small {font-size: 9px; font-family:Arial; color:#808080;}

a.lien-blanc {font-size: 11px; font-family:Arial; color:white; text-decoration:none;font-weight:bold;}
a:hover.lien-blanc {font-size: 11px; font-family:Arial; color:#996633;}

a.lien-copyrights {font-family: Arial; font-size: 10px; color: #8F8F8F; text-decoration:none;}
a:hover.lien-copyrights {font-family: Arial; font-size: 10px; color: #333333; text-decoration:none;}



#slideshow {
    position:relative;
    height:220px;
}
 
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 220px;
}
 
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow DIV.last-active {
    z-index:9;
}
 
#slideshow DIV IMG {
    height: 220px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}