@charset "iso-8859-1";
/* auteur: CMdJ */
/* Date de création: 10/08/2006 */


body{
	background-color: #FFFFFF;
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 950px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -475px; /* moitié de la largeur */
	}


/* image logo haut*/
			

.centrehaut{
margin-top: 10px;
text-align: center;
}

.centrehauti{
margin-top: 30px;
text-align: center;
}

/* blocs pour trois colonnes */
			
.g{
margin-top: 0px;
margin-left: 25px;
float: left;
background-color: #FFFFFF;
border-style: none;
border-width: 1px;
background-color: #FFFFFF;
}

.c{
margin-top: 0px;
float: left;
height: 360px;
width: 700px;
background-color: #FFFFFF;
overflow:auto;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
}

.d {
margin-top: 0px;
float: left;
background-color: #FFFFFF;
border-style: none;
border-width: 0px;
background-color: #FFFFFF;
}			

/* blocs pour trois colonnes du bandeau bas*/

.gb{
margin-top: 0px;
margin-left: 20px;
float: left;
height: 60px;
width: 228px;
background-color: #FFFFFF;
border-style: solid;
border-width: 0px;
border-color: #FFFFFF;
			font-size:8pt;
			font-family: trebuchet MS,verdana;
			color: #846454;
			font-weight: normal;
			font-style: normal;
			text-align: center;
}


.h{
margin-left: 20px;
margin-top: 80px;
text-align: center;
float: left;
height: 60px;
width: 860px;
background-color: #FFFFFF;
border-style: solid;
border-width: 0px;
border-color: #FFFFFF;
}

.menu{
margin-left: 20px;
margin-top: 5px;
text-align: center;
float: left;
height: 30px;
width: 860px;
background-color: #FFFFFF;
border-style: solid;
border-width: 0px;
border-color: #FFFFFF;
}


/* pour empêcher un élément flottant de déborder vers le bas sur le Fond qui le suit */
.spacer { 
	clear: both; 
} 


