body
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	color: 800000;

	background: rgb(255,255,200);
}
td
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	color: 800000;
}

td.footpage
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 8pt;
	color: 800000;
}

a
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	color: rgb(255,128,64);
}

a.menu:hover
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	color: rgb(252,252,124);
	background: rgb(255,128,64);
}

a.mail:hover
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: rgb(252,128,64);
}

p
{
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	text-align: justify;
}

h1,h2,h3 {
	text-align:center;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	color: 800000;
	padding-bottom:5px;
	background:url(images/filet.gif) center 18px no-repeat;
	width:100%;
}
#mainMenu {
	width:750px;
	position:relative;
}
#mainMenu ul {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;		/* Création du contexte de formatage */
}
#mainMenu ul li {
	float: left ;
	width:105px;
	margin:0px 1px;
	color: #fff ;
	background: #FFFFCE ;
}
#mainMenu ul li a {
	display: block ;
	background: #FFFFCE ;
	color: rgb(255,128,64);
	padding: 2px 1px ;	
	line-height: 1em ;	
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	text-align: center ;
	text-decoration: none ;
}
#mainMenu ul li a:hover, 
#mainMenu ul li a:active {
	color: rgb(252,252,124);
	background: rgb(255,128,64);
	text-decoration: none ;	
}