/*--------------GENERAL----------------*/

body {
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	background:#66B4FF url(new_images/fond.jpg) center repeat-y;
	color:#336699;
	text-align:center;
}
	
/*----------------HTML -----------------*/
	
h3 {
	font-size:13pt;
	}
h4 {
	font-size:10pt;
	}
a:link, a:visited, a:active {
	font-size:9pt;
	color:#FF6600;
	text-decoration:underline;
	}
a:hover {
	color:#FF9900;
	text-decoration:underline;
	}
.TITorange {
	color: #FF6600;
	font-weight: bold;
	font-size: 12pt;
}
.grosTITorange {
	color: #FF6600;
	font-weight: bold;
	font-size: 16pt;
}
.sous-TITorange {
	color: #FF6600;
	font-weight: bold;
	font-size: 10pt;
}
.libelle {
	color: #336699;
	font-size: 9pt;
}
.TITblanc {color: #FFFFFF; font-weight: bold; font-size: 12pt; }
.TITbleu {color: #336699; font-weight: bold; font-size: 12pt; }
.sous-titrebleu {color: #336699; font-weight: bold; font-size: 10pt; }
	
/*----------------MENUTOP-----------------*/

#menutop td {
	background:#F88602 url(new_images/menutop-fond.jpg) top repeat-x;
	}
#menutop a:link {
	font-size:9pt;
	color:#FFF;
	text-decoration:none;
	}
#menutop a:visited {
	font-size:9pt;
	color:#FFF;
	text-decoration:none;
	}
#menutop a:active {
	font-size:9pt;
	color:#FFF;
	text-decoration:none;
	}
#menutop a:hover {
	color:#000;
	}

/*----------------CENTRE -----------------*/
.centre {
	background: url(new_images/centre-fond.jpg) top repeat-x;
	}
#ours {
	position:absolute;
	top:270px;
	left: 30px;
	width: 160px;
	text-align:justify;
	}

/*----------------DROITE -----------------*/
	
.droite {
	width: 100%;
	text-align: left;
	}
.tit {
	background:#336699;
	}

/*----------------FOOTER-----------------*/
	
.footer {
	font-size:9pt;
	color:#FFF;
	}
.footer a:link {
	font-size:9pt;
	color:#FFF;
	text-decoration:underline;
	}
.footer a:visited {
	font-size:9pt;
	color:#FFF;
	text-decoration:underline;
	}
.footer a:active {
	font-size:9pt;
	color:#FFF;
	text-decoration:underline;
	}
.footer a:hover {
	color:#FFF;
	text-decoration:none;
	}
