/* attributs couleurs fond de page et texte + police et taille */
body {
	background-color:#FFFFFF;
	color:#5F6162;
	font-family:Arial, Comic Sans MS;
	font-size:11pt;
	margin-top:0;
	text-align: justify;}

/* attributs liens */
a {color:#5F6162; text-decoration:underline }
a:hover {color:#000000;text-decoration:underline }
a:visited {color:#000000;text-decoration:none}
/* attributs pas de bordure pour les images */
img {border:none}

/* attributs tableaux et cellules */
table {
	border:none;
	text-align: justify;
}
td {font-size:11pt;padding:0;margin-right:0;margin-left:0}

/* attributs des titres */
.titre {font-size:12pt;font-weight: bolder;}

