/* Feuille propre aux appels Albums et Collection sur une page esthetinet */

.collection
{
	margin:10px 0;
}

.collection h2
{
	margin:0 0 3px 0;
}

.collection h2 a
{
	color:#210300;
	text-decoration:none;
}

.collection a img
{
	border:2px solid #CCCCCC;
}

.collection a:hover img
{
	border:2px solid #850701;
}

.collection p
{
	line-height:18px;
	margin:4px 0;
}

.collection td
{
	padding:4px;
}

.VoirAlbum a
{
	background-color:white;
	color:#850701;

}

.VoirAlbum a:hover
{
	background-color:#850701;
	color:white;

}


