/* CSS Document */

#bandeau_tournee {
	width:100%;
	text-align:right;
	background-color:#000000;
}





#encart_album1 {
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
}

#encart_album1 div {
	border:#E1E1E1 1px solid;
	width:98px;
	height:100px;
	background-color:transparent;
}

#encart_album1 div:hover {
	border-color: #E67900;
}




#encart_album2 {
	width:100px;
	margin-bottom:10px;
}

#encart_album2 div {
	border:#E1E1E1 1px solid;
	width:98px;
	height:100px;
	background-color:transparent;
}

#encart_album2 div:hover {
	border-color: #E67900;
}





.vignette_album {
	margin-top:15px;
}

.vignette_cadre {
	margin-top:12px;
}

.vignette_vertical {
	margin-left:14px;
}




