body {
	margin:0;
	padding:0;
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#ffffff;
	}
.spacer {
	clear:both;
	background-color:#FFFFFF;
	}
p span {
	font-family:"Arial Black", Arial, Verdana, sans-serif;
	color:#000000;
	font-size:1em;
	}
a {
	color:#666;
	text-decoration:none;
	border-bottom:2px solid red;
	}
a:hover {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #333;
	}
#invisible {
	display:none;
	}
#xiti {
	display:none;
	}
/* Barres de couleur haut
-------------------------------------------------------- */
.entete {
	height:1.7em;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	text-align:left;
	}
.baseline {
	background-color:#ffffff;
	height:100%;
	text-align:center;
	font-family:"Arial Black", Arial, Verdana;
	color: #000080;
	font-size:1.2em;
	}
/* Barres titre
-------------------------------------------------------- */
.titre {
	background: url(barretitre4.jpg);
	height:100px;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
.image {
	margin-left:175px;
	height:100%;
	}
/* Menu Haut
-------------------------------------------------------- */
.menuhaut {
	background-color: #cccccc;
	height:2em;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:1em;
	z-index:100;
	}
.menuhaut1 {
	margin-left:175px;
	}
.menuhaut1 li {
	float:left;
	}
.menuhaut1 ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.menuhaut1 a {
	color: #666;
	text-decoration:none;
	width:110px;
	display: block;
	text-align: left;
	border-bottom:1px solid red;
	text-decoration:none;
	margin-right:5px;
	padding-left:2px;
	}
.menuhaut1 a:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
	border-bottom:4px solid black;
	}

.menuhaut1 a#current {
	color:red;
	text-decoration:none;
	border-bottom:4px solid #333;
	font-weight:bold;
	}
/* partie centrale
-------------------------------------------------------- */
.contenu {
	height: 58%;
	background-color:#FFF;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
/* Bloc de gauche
-------------------------------------------------------- */
.gauche {
	float: left;
	width: 175px;
	height: 100%;
	padding-top:1em;
	}
#menugauche {
	width:170px;
	height:250px;
	border:2px;
	border-color:white;
	border-style:outset;
	text-align:center;
	line-height:50px;
	}
#menugauche ul, li { /* utilisation de liste pour le menu */
	list-style-type: none;  /* suppression des puces de liste */
	margin:0;
	padding:0;
	}
#menugauche ul {
	background: transparent url(menugauche.jpg) top left no-repeat; /* arrière-plan général du menu */
	height: 250px;
	width: 170px;
	text-align: center;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	}
#menugauche li {
	display: inline; /* correction pour IE5 et IE5.5 */
	}
#menugauche li a { /* dimensions et définitions des boutons */
	display: block;  /* mise en block de <a> pour lui donner des dimensions */
	height: 50px;
	width: 170px;
	line-height: 50px;  /* hauteur de ligne pour éviter les paddings */
	color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border:0px;
	}
#menugauche li a:hover {
	color: #990000;
	background: transparent url(menugauche.jpg) top left no-repeat; /* arrière-plan général du menu */
	text-decoration:none;
	font-weight:bold;
	border:0px;
	}
#menugauche a#menu1:hover {
	background-position: 0% -250px; /* décalage de l'arrière-plan pour chaque bouton */
	}
#menugauche a#menu2:hover {
	background-position: 0% -300px;
	}
#menugauche a#menu3:hover {
	background-position: 0% -350px;
	}
#menugauche a#menu4:hover {
	background-position: 0% -400px;
	}
#menugauche a#menu5:hover {
	background-position: 0% -450px;
	}
/* Bloc du centre
-------------------------------------------------------- */
.centre {
	overflow: auto;
	margin-top:10px;
	height: 100%;
	border-left:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding-left:1em;
	padding-right:1em;
	background-color:#FFFFFF;
	}
.centre p {
	font-size:1em;
	text-align:justify;
	}
.centre a {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid red;
	}
.centre a:hover {
	color:red;
	font-weight:bold;
	text-decoration:none;
	border-bottom:4px solid #333;
	}
.centre p span {
	font-family:"Arial Black", Arial, Verdana;
	font-size:1.3em;
	}
.centre h1 {
	font-family: "Arial Black", Arial, Verdana;
	font-size:1.3em;
	color:#FF0000;
	text-align:left;
	font-weight:normal;
	}
.centre h2 {
	font-family: "Arial Black", Arial, Verdana;
	font-size:1.2em;
	color:navy;
	font-weight:normal;
	text-align:center;
	}
.centre h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:black;
	text-align:left;
	}
.centre h4 {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.85em;
	}
.centre h5 {
	font-family: "Arial Black", Arial, Verdana;
	font-size:1em;
	color:navy;
	text-align:center;
	}
.centre img {
	border:0;
	}
.centre h6 {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
	font-size:1.2em;
	margin:0;
	font-weight: normal;
	}
.centre h6 span {
	font-style:normal;
	}
table {
	border:2px solid blue;
	padding:5px;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
tr td {
	border:1px solid blue;
	width:50%;
	text-align:center;
	line-height:30px;
	}
.centre ul {
	}
.centre li {
	list-style : square;
	font-size:1em;
	background : transparent;
	padding-left:.5em;
	}
.floatright	{
	float: right;
	background-color: navy;
	padding: 7px;
	margin-left:5px;
	border-top: 1px solid gray;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	border-left: 1px solid gray;
	color:white;
	}
.floatright	span{
	text-align:center;
	}
div.floatright img {
	border-top: 3px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #FFF;
	}
.floatleft	{
	float: left;
	background-color: navy;
	padding: 7px;
	margin-right:5px;
	border-top: 1px solid gray;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	border-left: 1px solid gray;
	color:white;
	}
.floatleft span{
	text-align:center;
	}
div.floatleft img	{
	border-top: 3px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #FFF;
	}
.floatcenter	{
	margin-left:auto;
	margin-right:auto;
	background-color: navy;
	padding: 7px;
	border-top: 1px solid gray;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	border-left: 1px solid gray;
	color:white;
	width:304px;
	}
div.floatcenter img	{
	border-top: 3px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #FFF;
	}
.floatcenter span{
	text-align:center;
	}
/* Bloc du bas
-------------------------------------------------------- */
/*
.basdepage {
	height:1.7em;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	text-align:left;
	}
*/
.basdepage {
	display:none;
	}