body {
   margin: 10px;
	background-color: #FFE2C4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
   color: #666699;
}

.s10 {font-size: 10px; }
.s12 {font-size: 12px; }
.s16 {font-size: 14px; }
.s14 {font-size: 15px; }
.s18 {font-size: 18px; }

.titre{font-family: "Times New Roman", Times, serif; color: maroon;}
h1 {  font-size: 36px; font-weight: normal;}
h2 {  font-size: 28px; font-weight: normal;}
h3 {  font-size: 14px; font-weight: bold; color: #ffffff;}
h4 {  font-size: 12px; font-weight: normal;}
h5 {  font-size: 10px; font-weight: normal;}
.hd2 {font-size: 18px; font-weight: bold; color: #ffffff;}
.hd3 {font-size: 14px; font-weight: bold; color: #ffffff;}
.hd4 {font-size: 12px; font-weight: bold; color: #ffffff;}

.cm  {color: maroon;}
.cy  {color: #ffee88;}
.bc  {color: #ffeeff;}
.footer { font-size: 9px; text-align: center; color: #996666;}
.button {
	color: Maroon;
	font-size: 1em;
}

/* LIENS ------------------------------------------------------ */

A  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #6688aa;
	text-decoration: underline;
}
A:Hover  {
	color : #ff0033;
	text-decoration: none;
}
a:hover.footer {
	color: #666699;
	text-decoration: none;
}
