/*---------------------------- LISTING ALBUMS ----------------------------*/
div.titre {
float:left;
width:450px;
font-size:14px;
padding-left:10px;
padding-top:5px;
height:22px;
background-color:#955168;
}

div.diapo_plus {
float:left;
width:30px;
height:24px;
padding-top:3px;
padding-left:10px;
background-color:#955168;
}

div.bloc_album {
float:left;
width:480px;
text-align:left;
padding-left:10px;
padding-right:10px;
border-bottom:#9b5a70 solid 1px;
padding-bottom:25px;
margin-top:5px;
}

div.vignette_couv {
float:left;
width:145px;
background-color:#9b5a70;
height:145px;
border:#893d57 solid 5px;
border-left:none;
}


.vignettes_album {
border-left:#650a2b solid 1px;
border-top:#650a2b solid 1px;
border-right:#cdadb8 solid 1px;
border-bottom:#cdadb8 solid 1px;
}

div.bloc_vignettes_album {
float:left;
width:150px;
height:150px;
border-right:#9b5a70 solid 1px;
padding-top:5px;
margin-right:5px;
}

div.vignette_album {
float:left;
width:70px;
border-right:#893d57 solid 5px;
border-bottom:#893d57 solid 5px;
background-color:#9b5a70;
}

div.description_album {
float:left;
width:170px;
height:145px;
padding-top:5px;
}


/*----------------------------  CO ALBUMS LIST ----------------------------*/

/* vert foncé :#99cc1d;
clair:#aeda23;
très clair:#c0e368;
 */

div#nav_albums {
margin:0px;
}

div#nav_albums  a {
font-size:11px;
color:#cdadb8;/*#29194c*/
display:block;
border-bottom:#9b5a70 solid 1px;/*#87b416*/
padding:7px;
background:url(../images/bouton_diapo.gif) no-repeat;
background-position:220px;
}

div#nav_albums  a:hover, div#nav_albums  a#selected {
font-size:11px;
display:block;
background:url(../images/bouton_diapo_over.gif) no-repeat;
background-position:220px;
background-color:#955168;
color:#fff;
text-decoration:none;
}

/*----------------------------  LISTING PHOTOS ----------------------------*/

div.description_listing {
padding:15px;
margin-top:13px;
}

div.vignette_listing {
float:left;
width:145px;
margin-left:15px;

}
div.vignette_photo {
width:145px;
background-color:#9b5a70;
}
div.vignette_titre {
padding-top:3px;
text-align:center;
min-height:40px;
}

/*----------------------------  DETAILS PHOTOS ----------------------------*/
table.detail_photo {

}





