
/* proprietes generales dans le body */
body {	background-color: #ffffff; 	font-family: helvetica, arial; 	font-size: 9pt; 	color: #000000; }

/* proprietes des titres */
/* utiliser simplement les balises h1-h6 comme habituel */
h1 {	padding:0.5em 0 0 0; margin:0; 	text-align: center; 	font-size: 26pt; 	font-family: helvetica, arial; 	font-weight: bold; 	color: #000000;}
h2 {	padding:0.5em 0 0 0; margin:0; 	text-align: left; 	font-size: 16pt; 	font-family: helvetica, arial; 	font-weight: bold; 	color: #000000;}
h3 {	padding:0.5em 0 0 0; 	margin:0; 	text-align: center; 	font-size: 12pt; 	font-family: helvetica, arial; font-weight: bold; color: #000000;}
h4 {	padding:0.5em 0 0 0; 	margin:0; 	text-align: left; 	font-size: 11pt; 	font-family: helvetica, arial; font-weight: bold; color: #000000;}
h5, h6 {	padding:0.5em 0 0.5em 0; 	margin:0; 	text-align: left; 	font-size: 10pt; 	font-family: helvetica, arial; 	font-weight: bold; color: #000000;}

a { color: #505050; text-decoration: underline; font-weight: normal; font-size: 11pt; }
a:visited { color: #505050; text-decoration: underline; font-weight: normal; font-size: 11pt; }
a:active { color: #505050; text-decoration: underline; font-weight: normal; font-size: 11pt; }
a:hover {color: #ff8c00; text-decoration: underline; font-weight: normal; font-size: 11pt;}

/* proprietes des listes */
ul { margin-top: 1em; }
ul, li { margin-bottom: 0; font-family: helvetica, arial; font-size: 11pt; text-align: justify; }
li { margin-top: 0; LIST-STYLE-IMAGE:url('img/carre.gif'); }


/* proprietes des paragraphes */
p { text-align: justify; font-family: helvetica, arial; font-size: 11pt;}


/* proprietes des tables */
td { font-family: helvetica, arial; font-size: 11pt; }
