/*===============================================================*/
/* Propriétés générales de la page*/
/*===============================================================*/
body {
	font-family:Arial, Verdana, serif;
	}
/*===============================================================*/
/* Propriétés du menu par onglet*/
/*===============================================================*/
#MENUHORIZONT li {
	float: left;
	display: block;
	width: 100px;
	height: 31px;
	line-height: 30px;
	background: url(imgs/onglet.png) no-repeat;
	text-align: center;
	}
/* Propriétés des liens du menu par onglet - normal*/
#MENUHORIZONT li a {
	color: #fff;
	text-decoration: none;
	}
/* Propriétés des liens du menu par onglet - Pointé*/
#MENUHORIZONT li a:hover {
	font-style:italic;
	font-weight:bold;
	}

/*===============================================================*/
/* HEADER*/
/*===============================================================*/
#Header {
	background:url("imgs/Header.PNG") no-repeat;	/* Image de fond du header*/
	}

/* Propriétés des texte en TITRE 1*/
#Header h1 {
	color: white;
	font: 40px "arial black";
	text-align: center;
	}
/* Propriétés des texte en TITRE 4*/
#Header h4 {
	color: white;
	font: 20px "arial black";
	text-align: center;
	}
/*===============================================================*/
/* Titre de gauche*/
/*===============================================================*/
.TitreGauche{
	color:white;
	font-size:20px;
	display: block;
	width: 200px;
	height: 33px;
	line-height: 30px;
	text-align: center;
	background: url(imgs/Titres.png) no-repeat;
	}
	
.TitreGauche p {
	color:darkgreen ;
	display: block;
	/*width: 200px;*/
	font-size:12;
	}
.TitreGauche a {
	text-decoration:none;
	color:darkgreen ;
	font-style:bold;
	font-size:14;
	}

.TitreGauche a:hover {
	color:darkgreen ;
	font-style:italic;
	font-size:14;
	}
/*===============================================================*/
/* Propriété de la zone de texte*/
/*===============================================================*/
.ZoneTexte {
	position:absolute;
	top:220px;
	left:250px;
	display: block;
	width: 700px;	
	}

/*===============================================================*/
/* Propriété du pied de page*/
/*===============================================================*/
#PiedPage{
	color:cadetblue ;
	font-size:12px;
	display: block;
	width: 950px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(imgs/BasPage.png) no-repeat;
	}