/************ DESIGN ***********/

/* Corps de la page */
body{
	background-color:#FFFFFF; margin:0px;
	font-family: Verdana, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size:11px; color:#333333;
	/* Centrage du cadre principal pour IE */
	text-align:center;
}



/* AUTRES */
/* Les liens de la page */
a:link, a:visited{ background:inherit; color: #ddaa00; text-decoration:none; }
a:hover{ background:inherit; color: #632900; text-decoration:underline;}


/* Copyright de bas de page */
.copyright{ background:inherit; color:#666666; text-align:center; margin:3px; }

/* Autres styles */
a img{ border:0px; background:inherit;color:inherit; }
img{ border:0px; background:inherit;color:inherit; }

