a.logo {   color: #000000;  text-decoration: none; border: none }
a.logo:hover {  color: #000000; border: none }
a.logo:visited { color: #000000; text-decoration: none; border-color:# 000000}

a.pub { color: #374996; text-decoration: none; border: hidden; }
a.pub:hover { color: #374996; text-decoration: none; border: hidden;  }
a.pub:visited { color: #374996; text-decoration: none; border: hidden; }

a.sous_menu {   color: #000000;  text-decoration: none; border: none; }
a.sous_menu:hover {  color: #000000; border: none} 
a.sous_menu:visited { color: #000000; border: none}

a.ligne {   color: #000000;  text-decoration: underline; border: none }
a.ligne:hover {  color: #000000; border: none} 
a.ligne:visited { color: #000000; border: none}


/* Style pour l'effet zoom sur image portrait */
.zoom p {
text-align:center;
}
.zoom img {
width:80px;
height:150px;
}
.zoom img:hover {
width:266px;
height:500px;
}

/* Style pour l'effet zoom sur image paysage */
.zoom1 p {
text-align:center;
}
.zoom1 img {
width:150px;
height:90px;
}
.zoom1 img:hover {
width:500px;
height:266px;
}

.gallerie img {
width:50%;
height:50%;
}
.gallerie img:hover {
width:100%;
height:100%;
}

/* Couleur de fond des cellules */
.fondbox {
background-color:#DFDFDF;
}
.fondtitrebox {
background-color:#CFCFCF;
}
.fondpubbox {
background-color:#374996;
}
.fondindex {
background-color:#c8c8c8;
}
