/* ----------------------------*/
/*          Generalite
/* ----------------------------*/
html { 	font-size: 100%; }
body {
	font-family:Georgia,Times,sans-serif;
	font-size:0.8em;
}
h1,h2,caption {
	font-family:Georgia,Times,sans-serif;
	color:#B00053;
	text-align:center;
}
caption {font-size:1.1em;}
td , p , h3 , h4 {text-align:center;font-size:0.9em;}
th , th a {
	background-color: #B00053;
	font-family:Georgia,Times,sans-serif;
	color:#CCC;
	font-size:1em;
}
.red {color:#FF0000;}
.maroon {color:#B00053;}
.button {
	border-width: 1px;
	background: #CCC;
	color: black;
	cursor:pointer;
	margin-top: -2px;
	Width: 60px; Height: 21px;
}
.blank , blank:link {
	color: #FFFFFF;
	font-weight: bold;
}
/* ----------------------------*/
/*    Image et Titre du Site
/* ----------------------------*/
	#FrameHaut img{
		float: left;
	}
	#FrameHaut h1{
		padding: 0;	margin: 0;
		color:white;
		font-size:2.5em;
	}
/* ----------------------------*/
/*    Image et Entete de Page
/* ----------------------------*/
	/* Mise en forme entete des pages du site */
	#EntetePage {
		width: 100%; height: 90px;
	}
	#EntetePage img{
		float: left;
		margin: 0 0 0 1em;
	}
	#PageContenu {
		width: 100%;
		clear: both;
	}
/* ---------------------------------*/
	.ImgRight Img {float: right;}
	.muche{display:none;}
	
