/*******************************************/
/* Page des styles site www.combemorel.com */
/* (c) 2006 Laurent Combémorel             */
/*******************************************/

BODY {
	color:#000000;
	background-color:#1e5a1e;
}

A {
	color:#0000ff;
	TEXT-DECORATION: none;
}

A:visited {
	color:#800080;
	TEXT-DECORATION: none;
}

A:hover {
	color:#0000ff;
	TEXT-DECORATION: underline;
}

.normal {
	color:#000000;
  font-family:Trebuchet MS, Verdana;
  font-size:10pt;
/*  font-size:x-small;*/
}

.entete {
	color:#ffffff;
  font-family:Trebuchet MS, Verdana;
  font-size:10pt;
/*  font-size:x-small;*/
  font-weight:bold;
}

.copyright {
	color:#ffffff;
  font-family:Trebuchet MS, Verdana;
  font-size:8pt;
/*  font-size:xx-small;*/
}


