P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	font-size : small;
	color : Maroon;
}

.text_logo  {
	font-size : xx-small;
	color : Teal;
}

.menu {
	font-size : x-small;
	text-decoration : none;
}
A.menu  {
	font-size : x-small;
	text-decoration : none;
}

A.menu:Hover  {
	font-size : x-small;
	text-decoration : underline;
}

A.menu:Active  {
	font-size : x-small;
	text-decoration : none;
}

A.menu:Visited  {
	font-size : x-small;
	text-decoration : none;
}

.titre  {
	font-size : large;
}

.big_titre  {
	font-size : x-large;
	color : Red;
}

p.titre         {text-align:center;width:75%;}
div.hautdepage  {text-align:justify;width:75%;font-face:Helvetica,sans-serif;color:#AA2280;font-size:18px;}
font.titre      {font-size:36px;color:Red;font-weight:bold;}
font.sous-titre {font-size:10px;}
