body {
	background-image:url(images/fond_body.jpg);
	background-repeat:repeat-y;
	background-color:#009EE0;
	text-align:center;
	margin-top:0px;
}

div { font-family:Verdana, Arial, Helvetica; }
p { text-indent:10px; }

#header { 
  width:900px;
	height:302px;
	text-align:center;
	margin:auto;
  background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color: #009EE0;
}
#header h1 { font-size:28px; font-weight:bold; color:#009EE0; }
#header h1 a:link, #header h1 a:visited { color:#009EE0; text-decoration:none; }
#header h1 a:hover, #header h2 a:hover { color:#666666; border-bottom:1px dashed #666666; }
#header h2 { margin-top:210px; font-size:15px; font-weight:bold; color:#217092; }
#header h2 a:link, #header h2 a:visited { color:#217092; text-decoration:none; }

#contenu {
  width:900px;
	margin:auto;
	background-color:#FFF;
	padding-bottom:20px;
}

#menu { 
  float:left;
	margin-left:0;
  width:160px;
	color:#217092;
	font-size:13px;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu_ul li {
	margin:0px;
	padding:0px;
}
#menu ul li a {
	padding:8px 0px 8px 0px;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#217092;
	font-weight:bold;
	text-decoration:none;
}
.menu_fond a:hover {
	color:#009EE0;
	background-image:url(images/img_menu1.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-weight:bold;
	text-decoration:underline;
}

.sous_menu li, .sous_menu li a:hover { background-image:none; font-size:10px; }
.sous_menu li a:hover { color:#83D0F0; }

#centre {
  width:735px;
	padding-right:5px;
	float:left;
	margin-left:0;
	padding-bottom:30px;
	background-color:#FFF;
	text-align:left;
	font-size:11px;
}

.titre { 
  display:block;
	width:100%;
	text-align:left;
	height:30px;
	background:#83D0F0;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#217092;
}

#footer { font-size:12px; color:#217092; clear:both; }
#footer a:link, #footer a:visited {
	color:#83D0F0;
	text-decoration:none;
	border-bottom:1px dashed #83D0F0;
}
#footer a:hover {
	color:#009EE0;
	border-bottom:1px dashed #FFF;
}


#cat, #menucat { float:left; margin-left:0; }
#menucat { width:140px; }
#cat { width:580px; }