body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.titre {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	}
.texte {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.intro {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
a {
	text-decoration: none; 
	color: #006; 
	}
a:hover { 
	color: #33a;
	text-decoration: underline; 
}

a:active { 
	color: #f00;
	text-decoration: none;
}
/*Bande haut------------------------------*/
#bandehaut {
	margin: 0px 0px;
	height: 130px;
	width: 100%;
	background-image: url(images/fh1.png);
	background-repeat: repeat-x;
}
#bandehaut h1 { 
	background: transparent url(images/h1.png) no-repeat top left; 
	margin-top: 0px; 
	width: 228px; 
	height: 100px; 
	float: left;
	}
#bandehaut h1 span {
	display:none
	}
#bandehaut h2 { 
	background: transparent url(images/h2.png) no-repeat top right; 
	margin-top: 2px; 
	width: 185px; 
	height: 75px; 
	float: right;
	}
#bandehaut h2 span {
	display:none
	}
/*bande centre------------------------------*/
.bandecentre {
	float: left;
	width: 100%;
	background: #FFF;
}

/*menu gauche------------------------------*/
.Cgauche {
   float: left;
   background-color: #FFF;
	margin: 15px 5px;
}

.Cmenug {
	background-color: #FFF;
	FONT-SIZE: 10px; 
	MARGIN: 0px 0px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.menug { 
	list-style-type: none;
	margin: 0px 0px;
	font-size: 12px; 
}

.lig { 
	margin: 0px 2px;
	margin-bottom: 5px; }

.menug a {
	border: 1px solid #333;
	margin: 5px 2px;
	background: #ccc none repeat scroll 0%;
	width: 120px; 
	height: 18px; 
	display: block; 
	text-align: center;
	text-decoration: none; 
	color: #000; 
	}

.menug a:hover { 
	border: 1px solid #ccc;
	color: #fff;
	background: #333 none repeat scroll 0%; 
}

.menug a:active { 
	border: 1px solid gray; 
	background: gray none repeat scroll 0%; 
	color: #fff; }

/*espace prive------------------------------*/
.prive {
	margin: 20px 2px;
	float: left;
	width: 190px;
	background-color: #ccc;
	border: 1px solid #333;
   margin-right: 50px;
}
#titreprive h3 {
	background: transparent url(images/prive.png) no-repeat top right; 
	margin: 2px 5px; 
	width: 88px; 
	height: 23px; 
}
#titreprive h3 span {
	display:none
}
.identification {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin: 0px;
}
.champid {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #eee;
	font-style: normal;
	font-weight: bold;
	color: #000;
	border: 1px solid #333;
}
/*milieu------------------------------*/
.note {
	float: left;
	margin: 0px 30px;
	width: 55%;
	background-color: #ccc;
	border: 1px solid #333;
	}

.contenu {
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#basnote {
	margin-top: 0px;
	width: 100%; 
	height: 19px; 
}
#basnote h4 {
	background: transparent url(images/nouvelles.png) no-repeat top right; 
	margin: 0px 4px;  
	width: 210px; 
	height: 42px; 
}
#basnote h4 span {
	display:none
}
.tab1 {
	border: 1px solid #333;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tab2 {
	border: 1px solid #333;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.champ2 {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	font-style: normal;
	font-weight: bold;
	color: #000;
	border: 1px solid #333;
}
.champ3 {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	font-style: normal;
	font-weight: bold;
	color: #000;
	border: 1px solid #333;
}
#liste1 {
	list-style-type: square;
}
/*bande du bas------------------------------*/
.bandebas {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 15px 0px;
	height: 16px;
	background-color: #ccc;
	text-align: center;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

