/* auteur: guillaume */
/* date de creation: 13/12/2006 */
body {
	background-color:#67A2E8;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;

}
.gauche
{
	position: absolute;
	left: 0; /* Le bloc Gauche a gauche en position absolue*/
	background-image: url(../Images_Site/glossaire.jpg);
	background-color:#67A2E8;	
	height: 800px;
	width: 300px;
}
.gauche_accueil
{
	position: absolute;
	left: 0; /* Le bloc Gauche a gauche en position absolue*/
	background-image: url(../Images_Site/marge_gauche.jpg);
	background-color:#67A2E8;
	height: 1500px;	
	width: 50px;
}
.gaucheglosaire
{
	position: absolute;
	left: 0; /* Le bloc Gauche a gauche en position absolue*/
	top: 236px;
	margin-right: 0px;
	background-image: url(../Images_Site/glossaire.jpg);
	background-color:#67A2E8;	
	height: 800px;
	width: 300px;
}
.ensemble
{
	background-color:#67A2E8;
}
 .centre 
 {
	margin-left: 300px; /*bloc centre par rapport a la largeur du bloc gauche*/
	background-color:#67A2E8;
	margin-top: auto;
	text-decoration:none;
}
 .centre_acceuil 
 {
	margin-left: 40px; 
	background-color:#67A2E8;
	margin-top: auto;
}


