@charset "utf-8";
/* CSS Document */


#galerie{
	position:relative;
	border: 2px dotted #847373;
	margin:30px 0 20px 10px;
	padding:1px;
	clear:right;
	width:214px;
	background-color:#FFF;	
}

#galerie h3{
	background-color:#333;
	margin:0 0 1px 0;
	padding: 5px;
	color:#CCC;
	text-align:center;
}

#galerie div{
	background-color:#827879;
	line-height:0;
	padding:2px;
}

#galerie img{
	margin: 1px ;
	padding:3px;
	border: 1px solid #ddd;
	background-color:#f0f0f0;
	width:60px;
	height:45px;
}

.fleuve {
	float:left;
	margin-right:40px;
	margin-left:40px;
	margin-bottom:20px;
}

.fleuve img{
	width:250px;
}
.fleuve a{
	margin-left:10px
}
