body {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	text-align:center;
}
table {
	font-size:1em;
	padding:0;
	margin:0;
	font-style: normal;
}
p { margin: 0; }
form { margin:0; }
.textegris { color:#999999; }
.imagecadre { border:3px solid #CCCCCC; }
.imageleft  { float:left; margin: 0 10px 10px 0; }
.imageright { float:right; margin: 0 0 10px 10px; }
/* ----- Footer -- */
.footer{
	color:#FFFFFF;
}
.footer a:link,
.footer a:visited,
.footer a:active {
	color: #ffffff;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
	background-color:#003366;
	
}
/* ----- Footer 2 -- */
.footer2{
	color:#4e8dc9;
}
.footer2 a:link,
.footer2 a:visited,
.footer2 a:active {
	color: #4e8dc9;
	text-decoration: underline;
}
.footer2 a:hover {
	color: #5597d5;
	text-decoration: underline;
	background-color:#003366;
	
}
/* ----- les liens */
a:link,
a:visited,
a:active {
	color: #15599a;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #15599a;
}
/* ----- Le menu vertical */
.menuv {
	float:none;
	margin:0;
	padding:0;
	width:100%;
}
.menuv ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menuv li {
	margin-bottom:2px; 
	padding:0; }
.menuv a:link,
.menuv a:active,
.menuv a:visited {
	display: block;
	background-color:#206ab0;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	border:1px solid #5597d5;
	margin: 0px;
}
.menuv a:hover {
	background-color: #4e8dc9;
	color: #ffffff;
	text-decoration: none;
}
/* ----- Les titres */
.titrebox {
	margin:5px 0 0 5px;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3F5A69;
}
h1 { /* Titre des pages */
	color:#366591;
	border-bottom:1px dotted #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
h2 { /* Titre des sous pages */
	color:#761F40;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0
}
h3 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#3F5A69;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding: 10px 0 5px 0;
	margin: 0;
}
h4 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
