/****************************************************************************************************************************

  MODULE PHOTOS

 ****************************************************************************************************************************

 @page     : site.css
 @dossier  : _param
 @auteur   : Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 13/12/2005

 ****************************************************************************************************************************

 Utilité : feuille de style pour l'affichage des photos

 ***************************************************************************************************************************/




div#mod_photos_select {
margin: 15px 0 0 0;
padding: 4px 0;
background-color: transparent;
}

div#mod_photos_select a {
margin: 0 0 0 4px;
padding: 2px;
background-color: #fff;
border: 1px solid #fff;
display: block;
}


div#mod_photos_select a:hover {
background-color: #b1b1b1;
}

#mod_photos {
margin: 30px 0 0 0;
padding: 0;
width: 100%;
border-top: 1px solid #b1b1b1;
border-left: 1px solid #b1b1b1;
}


#mod_photos td {
margin: 0;
padding: 8px;
list-style: none;
background-color: #fff;
border-right: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
text-align: center;
}


#mod_photos td a {
margin: 0;
padding: 0;
text-decoration: none;
}



#tab_photo {
width: 100%;
}

#tab_photo td {
margin: 0;
padding: 20px;
text-align: center;
}

#tab_photo td img {
border: 1px solid #fff;
}


