/*http://forum.alsacreations.com/topic-1-31987-1-Legende-galerie-photo-css.html*/




.contenu-sommaire {
	margin-top: 20px;
	margin-bottom: 60px;
}



div.vignette {
	float: left;
	height:150px;
	width:160px;
	margin:1px;
	padding:3px;
	border:3px double #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
}

div.vignette img  {
	border: 0px solid #666666;
	max-width: 190px;
	max-height: 150px;
}
/*
div.vignette img a {
}

div.vignette ul {
  }

li.legende {
	list-style-type:none;
	height: 30px;
	display:block;
}
*/
/*permet de separer les photos de la suite du texte*/
.truc-pousse-bloc {
	clear: both ;
	visibility: hidden;
}