@CHARSET "UTF-8";
body{
    color:#333; 
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
    font-size:9pt; 
    margin: 0; 
    padding: 0;

}

a:link,
a:visited,
a:active {
	color: #0184B6;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
a img{border: 0}
.imagecadre { border: #C5CDDA 1px solid; padding:5px; margin: 10px }
h1 { /* titres des pages */
	color: #0066CC;
	border-bottom:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}
h2 { /* sous titres */
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.2em;
	margin: 0;
	padding: 10px 0;
}