/* BODY*/
BODY  {
	background-color : #FFFFFF;
	color : #0000C0;
	font-family : verdana, arial, times news roman;
	text-align : justify;
	font-size : 10pt;
}

/* LINKS*/
A		
A:LINK  {
	color : #7688EC;
}

A:VISITED  {
	color : #BF1AE2;
}

A:ACTIVE  {
	color : #44DFF1;
}

A:HOVER  {
	color : #37B2E5;
}

/* PARAGRAPHES*/
P  {
	text-align : justify;
	font-size : 13;
}

P.quote  {
	font-size : 10;
	text-align : left;
}

P.center  {
	text-align : center;
}

P.autre  {
	text-align : left;
	font-size : 13;
}

P.oeuvre  {
	color : #37B2E5;
	font-weight : bold;
	text-align : center;
}

LI  {
	font-family : verdana;
	font-size : 13;
}

H1  {
	font-size : 14;
	font-family : verdana;
	text-align : center;
}

