/*
 * Page Nos Photos 
 */



#cadreGallerie{
width: 95%;

margin-top:60px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
/* Desactiver la bordure et le fond du cadre ?
border: 1px solid #99AF9F;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 13px 30px 13px;
background-color: #DFFFE9;
*/
}

#cadreGallerie table {
width: 100%;
}


.liste_num_pages{
margin-top: 15px;
text-align: center;

}

.liste_num_pages a{
color: blue;
text-decoration: none;
}
.liste_num_pages a:hover{
text-decoration: underline overline;
}

tr {
height: 250px;
}

td div{
text-align: center;
}

td div img{
border: 3px solid #C3DFCB;
-moz-border-radius: 5px;
border-radius: 5px;
}

td div img:hover{
border: 3px solid #3D8F00;
-moz-border-radius: 5px;
border-radius: 5px;
}


.nom_photo_gallerie{
/*font-style: italic;
color: #08076F;*/
width: 190px;
margin-left: auto;
margin-right: auto;
border: 1px solid #C3DFCB;/*white;*/
-moz-border-radius: 5px;
border-radius: 5px;
padding: 3px 7px 3px 7px;
font-style: italic;
background-color: #FFEFFF;
color: #00115F;
}

#zdt_nosphotos_header{
font-family:  Verdana;
}

