body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color:#ffffff;
	font-size:0.8em;
	font-weight: 400;
}
/*--------- txt -----------*/
.txt_Italic {
	font-style: italic;
}
.txt_Gras {
	font-weight: 700;
}
.txt_Souligne {
	text-decoration: underline;
}
.txt_GrasItalic {
	font-weight: 700;
	font-style: italic;
}
/*--------- txtEvident -----------*/
.txtEvident {
	color: #ff6600;
}
.txtEvident_Italic {
	font-style: italic;
	color: #ff6600;
}
.txtEvident_Gras {
	font-weight: 700;
	color: #ff6600;
}
.txtEvident_Souligne {
	color: #ff6600;
	text-decoration: underline;
}
.txtEvident_GrasItalic {
	font-weight: 700;
	color: #ff6600;
	font-style: italic;
}
.txtEvidentFat_Gras {
	font-size:16px;
	font-weight: 700;
	color: #ff6600;
}
/*--------- txtExemple -----------*/
.txtExemple {
	color: #999999;
}
.txtExemple_Italic {
	font-style: italic;
	color: #999999;
}
.txtExemple_Gras {
	font-weight: 700;
	color: #999999;
}
.txtExemple_Souligne {
	color: #999999;
	text-decoration: underline;
}
.txtExemple_GrasItalic {
	font-weight: 700;
	color: #999999;
	font-style: italic;
}
/*--------- txtCitation -----------*/
.txtCitation {
	margin: 0 10px 0 10px;
	text-align:justify;
}
/*--------- h -----------*/
h1 {
	font-size: 0.7em;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}	
h2 {
	font-size: 1.3em;
	font-weight: 700;
	color: #ff6600;
	font-style: italic;
}
h3 {
	font-size: 1em;
	font-weight: 700;
	color: #000000;
	font-style: none;
	text-align: center;

}
/*--------- a -----------*/
a, a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/*--------- inter_page -----------*/
#inter_page {
	margin: 0;
	padding: 0px 5px 0px 5px;
	background: url(images/bandes/centre.jpg) repeat;
}
/*--------- CGU -----------*/
.cgu_header {
	text-align:center;
	font-weight:700;
	background:#FF6600;
	width:100%;
}
