/* CSS Document */



.imagesRotator{
	margin:0px;
	margin-left:10px;
	display:block;
	overflow:hidden;
}




.liste_albums{
	background-color:#f3f4f4;
	width:596px;
	margin:0 auto;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}

.liste_albums img{
	margin-left:10px;
	float:left;
}

.titre_album{
	border:1px solid green;
}

.description_album{
	width:450px;
	margin-left:110px;
	display:block;
}


.galerie_centre{
	background-image:url(../images/dambach-la-ville/galerie_conteneur_centre.gif);
	background-repeat:repeat-y;
	width:598px;	
}

.galerie_haut{
	background-image:url(../images/dambach-la-ville/galerie_conteneur_haut.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	width:598px;
	height:5px;
}



.galerie_bas{
	background-image:url(../images/dambach-la-ville/galerie_conteneur_bas.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	width:598px;
	height:5px;

}