body {
	background-color: #b9b8bb;
}

.liste_galleries {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0px;
	background-color: #be7776;
}

.liste_galleries .icone {
	text-align: right;
}

a {
	color: black;
}

a:visited {
	color: #124b00;
}

.bloc_principal {
	text-align: center;
	position: absolute;
	width: 75%;
	left: 22%;
}

.bloc_principal P {
	text-align: justify;
}

.images {
	width: 100%;
	margin-top: 1em;
	text-align: center;
	margin-bottom: 1em;
}

.image {
	position: relative;
	height: 400px;
	text-align: center;
}

.description_fr {
	padding: 0.3em;
}

.description_en {
	padding: 0.3em;
	color: #333333;
}

.rubrique {
	margin: 0.5em;
}

#previous, #next {
	color: gray;
}
a#previous, a#next {
	color: blue;
}

a img {
	text-decoration: none;
	border: solid 1pt black;
}

#photo {
	float: right;
	padding-left: 2em;
}

#presentation {
	margin-top: 5em;
	width: 75%;
}

#presentation_en {
	margin-top: 5em;
	width: 75%;
	color: #333333;
	font-style: italic;
}