body{
	z-index:0;
	margin: 0;
	padding: 0;
}

#conteneur {
	position:relative;
	width: 100%;

}

/* A gauche */
#gauche {
position:absolute;
background-image:url(/math/images/fondpage_gauche.jpg);
background-repeat:repeat-y;
left:0px;
width: 220px;
	height:600px;
	z-index:1;
}

#logo {
position:relative;
background-image:url(/math/images/acadtlsetransp130.gif);
background-repeat:no-repeat;
vertical-align:middle;
background-position:center;
margin-right:50px;
height:130px;
border:0px;
z-index:1;
}

/* A droite : */
#droite {
	position: absolute;
	right:0px;
	width:0px;
	min-height:600px;
	z-index:1;
	overflow-y:hidden;
	height:inherit;
}

/* Au centre : Bandeau, titre, corps, etc .... */
#centre {
margin-left: 220px; /* même chose que width dans gauche */
margin-right: 0px;  /* même chose que width dans droite */
	background-image:url(/math/images/fondpage_droite.jpg);
	background-position:right;
	background-repeat:repeat-y;
/*min-width:800px;*/
height:600px;
z-index:3;
background-color:#FFFFFF;
}

#bandeau {
	position:relative;
	z-index:3;
	width:600px;
	background-image:url(../images/titre_site.png);
	background-repeat:no-repeat;
	height:60px;
	margin-right:60px;
}

#titre {
	z-index:3;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width:600px;
	height:20px;
	margin-right:60px;
	text-align:center;
}
#corps {
	border:0px;
	width:90%;
	margin-left:10px;
	margin-right:60px;
	text-align:left;
	
}


