#navigation{
	clear:both;
	height:18px;
	text-align:center;
	maring-top:20px;
	width:auto;
	padding:0px 2px 0px 2px;
}

.titre_dossier{
	text-align:center;
	margin-top:4px;
}


#navigation a{
	cursor:pointer;
}

#navigation a.page{
	text-decoration: none; 
	color: #666;/*vert*/
}

#navigation a.page:hover{
	color: #a8a081;
}

#navigation a.currentpage{ /*Style for currently selected page link*/
	text-decoration: none; 
	color:#a8a081 !important;
	font-weight: bold;
	cursor: default;
	font-size:16px;
}

#navigation .disabled{ /*Style for "disabled" previous or next link*/
	cursor: default;
	color:#999999;/*gris*/
	text-decoration:none;
	font-weight: bold;
}


.ombre_photo{
	float:left;
	margin-right:6px;
	margin-bottom:15px;
}

.ombre_photo img{
	width:191px;
	height:130px;
	padding:5px;
	border:#a8a081 1px solid;
}


#photo_list_event{
	margin-top:-20px;
}

