body {
	background-color: Black;
	font: 11px/1.5 Arial, Verdana, sans-serif;
	color: #FFFFF0;
	text-align: center;
}
#page{
	width: 80%px;
	border-left: thin solid Silver;
	margin-left:auto;
	margin-right:auto;
}
#pagebis{
	width: 100%px;
	margin-top:10%;
	border-left: medium solid Silver;
	border-bottom:medium solid Silver;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width: 80%;
	height:100px;
	text-align: left;
	padding-left: 5%;
}
#explanations{
	width: 70%;
	text-align:left;
	padding-left: 5%;
}
#galeries{
	width: 70%;
	text-align:left;
	padding-left: 5%;
}
#menu_footer{
	font-size:11px;
	width: 70%;
	text-align:right;
	padding-left: 5%;
}
.titre_page{
	font-size: 18px;
	letter-spacing: 2px;

}
.sous_titre{
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-color: Silver;
	border-bottom-width: thin;
}
.titresection{
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-color: Silver;
	border-bottom-width: thin;
}
hr{
	color: Silver;
	padding: 1px;
}
a:link, a:visited {
	color: #FFA500;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: overline;
	color : #FFA07A;
}
li{
	list-style-type: none;
}
img{
	border: thin solid #FFFFF0;
	padding: 7px;
}
img:hover{
	padding: 7px;
	border: medium solid Navy;
	background-color: #FFFFF0;
}
.centre{
	float: right;
	display:inline;
	margin: 8px;
	text-align: right;
}
p{
	font-size: 10px;
}
