/* Body */
body {
	color:inherit;
}
/* En tete */
.entete {
	padding: 10px 0px 0px 0px;
}
.entete a {
	margin:0 1%;
	padding:0;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	color:#0098db;
}
.entete a:hover {
	color:#FF0000;
}
/* Menu */
.menu {
	width:770px;
	margin:0 auto 0 auto;
	border-top:#000000 thin solid;
	border-right:#000000 thin solid;
	border-bottom:none;
	border-left:#000000 thin solid;
}
.menu a {
	margin: 0 0 0 0;
	padding:0 12px 0 12px; 
	text-decoration:none;
	font-size:20px;
	color:#0000CC;
}
.menu a:hover {
	color:#FF0000;
}
/* Page */
.page {
	width:730px;
	background:none;
	border:#000000 thin solid;
	color:inherit;
	margin: 0px auto 40px auto;
	padding:0px 20px 40px 20px;
}
.page p {
	text-align:justify;
}
.page h1 {
	color:#FF6600;
}
.page h2 {
	color:#FF6600;
	margin-top:40px;
}
/* Balises */
h1 {
	text-align:center;
}