/* CSS Document */
		.titre {color: #FFFFFF; font-size:16pt; font-weight:bold;}
		.sous-titre {color:#093; font-style:italic; font-size:13pt;}
		.titre1 {color:#093; font-size:10pt; font-weight:bold;}
		.titre2 {font-weight:bold; font-size:11pt;}
		.texte {font-size:10pt; text-align:justify;}
		.fil {color:#666666; font-size:11pt; }
		.encadre { background-color:#5fbb47; margin:10px; padding:10px; color:#FFFFFF; font-weight:normal;}
		.entoure {border: solid 2px; margin:10px; padding:10px; border-color:5fbb47;}
		.vert { color:#093;}
		p { text-align:justify;}
		
		a:link { font-weight:normal; color:#009933; text-decoration:none;}
		a:visited { font-weight:normal; color:#009933; text-decoration:none;}
		a:hover { font-weight:normal; color:#666666; text-decoration:none;}
		a:active { font-weight:normal; color:#009933; text-decoration:none;}
		
		a.lien_encadre:link { font-weight:normal; color:#666666; text-decoration:none;}
		a.lien_encadre:visited { font-weight:normal; color:#666666; text-decoration:none;}
		a.lien_encadre:hover { font-weight:normal; color:#FFFFFF; text-decoration:none;}
		a.lien_encadre:active { font-weight:normal; color:#666666; text-decoration:none;}

		a img {border:2px transparent solid} /* défini l'encadrement des images dans les liens hors survol */
		a:hover {border:0px } /* hack pour IE - ne sert sinon à rien */
		a:hover img {border:2px #5fbb47 solid} /* défini l'encadrement des images lors du survol */
