/* @label  album de vignettes photos */
/* @longdesc pour albums de photos (dans liste à puces ) */
ul.thumbs {
	margin-left: auto;
	margin-right: auto;
}
#contenu ul.thumbs {
	margin-left: auto;
	margin-right: auto;
	list-style: none outside none;
}
#contenu ul.thumbs li{
	margin: 0;
	margin-left: 2em;
}
.thumbs {
	overflow: auto;
	list-style: none;
	padding: 0;
}

.thumbs li {
	float: left;
}

/* @label  liste sans espace */
/* @longdesc liste sans marge entre les lignes */
#contenu ul.nomargin li{
	margin: 0;
	margin-left: 4em;
}


/* @label  entourage des vignettes photos */
/* @longdesc format albums de photos (dans liste à puces ) */
div.album {
	margin:3px;
	padding: 0;
	border-width: 1px;
	border-color: #B0B0B0;
	border-style: solid;
}

#contenu h3 {
	color:  #800000;
	font-weight: normal;
	margin: 1em 0 0.2em 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #4F2700;
	overflow: visible;
}
#contenu h5 {
	color: #942626;
	font-weight: normal;
	margin: 1.1em 0 0.2em 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #E1BA92;
	overflow: hidden;
}
