/* 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:#0000000;
	text-decoration:none;
}

.collection a img
{
	border:1px solid #CCCCCC;
	padding:5px;
}

.collection a:hover img
{
	border:1px solid #6d6c6d;
}

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

.collection td
{
	padding:4px;
}

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

}

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

}

