body
{
	width: 800px;
	background-color: #0D0D0D;
	margin-left: auto;
	margin-right: auto;
}
*
{
	text-decoration: none;
	font-family: Georgia, Arial, sans-serif;
	
}
strong
{
	font-weight: normal;
	color: #F6F0E4;
}
#header
{
	width: 800px;
	height: 300px;
	background-image: url("graphiques/logo_pages.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-bottom: 1px solid silver;
}
#menu
{
	width: 150px;
	float: left;
	margin-top: 20px;
}
#menu ul
{
	list-style-type: none;
	padding-left: 0px;
}
#menu li
{
	font-size: 13px;
	letter-spacing: 1px;
	padding-bottom: 15px;
}
#menu li a
{
	color: #967E67;
}
#menu li a:hover
{
	color: #F6F0E4;
	border-bottom: 1px solid silver;
}
#contenu
{
	width: 600px;
	margin-left: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 15px;
	text-align: justify;
	color: #AF9C85;
}
#contenu p:first-letter
{
	font-weight: normal;
	font-size: 20px;
	color: #F6F0E4;
}
#contenu img
{
	float: right;
	margin-left: 20px;
}
#contenu h2
{
	color: #967E67;
	font-size: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-weight: normal;
	border-bottom: 1px solid silver;
}
#contenu h3
{
	color: silver;
}
#contenu td
{
	padding-right: 20px;
	padding-bottom: 20px;
	border: none;
}
#language
{
	width: 800px;
	padding-top: 14px;
	border-top: 1px solid white;
	font-size: 13px;
}
#language a
{
	letter-spacing:	1px;
	margin-right: 15px;
	color:#967E67;
}
#language a:hover
{
	color: #F6F0E4;
	border-bottom: 1px solid silver;
}
#footer
{
	font-size: 11px;
	color: #F6F0E4;
}
#footer p
{
	text-align: right;
}
.mail a
{
	font-size: 15px;
	color: #F6F0E4;
	text-decoration: none;
}
.mail a:hover
{
	text-decoration: underline;
}




