body {
	font: .8em Arial, Sans-Serif;
	line-height: 1.8em;
	background-color: #002D80;
}

a:link { color: #002D80 ; text-decoration: none}
a.lien2:link { color:#000000; text-decoration: none}
a.lien3:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	color: #002D80;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a:visited {color: #002D80; text-decoration: none;}
a.lien2:visited  {color: #000000; text-decoration: none;}
a.lien3:visited {color: #FFFFFF; text-decoration: none;}
ul {  padding: 0; margin: 0 0 10px;}
li {
	list-style-type: square;
}
p { margin: 5px 0 10px 0; }

#header {
	background: #002D80 url(photos/header.jpg) repeat-x;
	height: 139px;
	width: 950px;
}


#wrap { width: 950px; margin:20px auto; background: #fff;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 730px; padding: 0 10px 10px 10px; margin-top: 10px;}
#left {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
}
	
.titre {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF6710;
	text-align: center;s
}
.menu {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	background-color: #D4D4D4;
}

.menu_in {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	background-color: #002D80;
	
}
.sous_titre {
	font-size: 16px;
	font-family: Arial;
	color: #002D80;
	margin-left: 30px;
}

