/* CSS Document */
#listeAlbum{
	position: relative;
	width: 436px;
	padding:12px 10px 20px 48px;
	/*border:#00ff00 dotted 1px;*/
}

#lienAlbum{
	width: 110%;
	height:30px;
	padding:5px 0px 0px 0px;
	margin:0px;
	background-image:  url(../album/images/picto_album.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	cursor:hand;
	/*border-bottom:#666 dotted 1px;   //  séparateur dans le code Html  
	border:#00ff00 dotted 1px;	*/
}

.txtAlbum {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	text-indent:26px;
	letter-spacing : 0px ;
	color: /*#243B62*/#666;
	text-decoration: none ;
}
	
.txtAlbum a{
	text-decoration: none ;
}

.txtAlbum a:hover{
	text-decoration: none ;
}

.nAlbum{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	color: #999;
	padding-left:10px;
}

#lignePointille{
	background-image:  url(../album/images/pointilles.gif);
	background-repeat: repeat-x;
	width: 100%;
	height:2px;
}

#recapAlbum{
	margin-top:20px;
	text-align:right;
	width:100%;
	height:20px;
	border-top:#999 solid 1px;
	line-height: 15px ;
}

/* Page Photos /////////////////////////////////*/
.listDeroulante {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7F00;
}

#aperçu{
}

.titrePhoto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #215C99;
	text-decoration: none;
}

.descriptifPhoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

