body {
	background-color: #002338;
	background-image: url(images/fond.jpg);
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}

#page {
	width: 980px;
	min-height: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
}

#header {
	width: 980px;
	height: 186px;
	margin: 0 auto;
	padding: 0;
}

#menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
}

#contenu {
	background-image: url(images/bas-body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 300px;
	padding: 20px 25px 20px 25px;
}

#contenu a:link, #contenu a:visited, #contenu a:active {
	color: #002338;
	text-decoration: none;
	font-weight: bold;
}

#contenu a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	display: inline;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	display: inline;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	display: inline;
}

img {
	display: inline;
	border: 0;
}

input, textarea {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	display: inline;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 50px;
	width: 980px;
	background-color: #002338;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
}

#menu_footer {
	padding: 15px;
	height: 35px;
}

#menu_footer a:link, #menu_footer a:visited, #menu_footer a:active {
	color: #FFF;
	text-decoration: none;
}

#menu_footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.Titre {
	color: #003a61;
	font-weight: bold;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Entete {
	color: #003a61;
	font-weight: bold;
	font-size: medium;
}

.blue {
	color: #003a61;
	font-size: 14px ;
}

.dore {
	color: #be9e56;
	font-size: 14px;
	font-weight: bold;
}