#conteneur {
	background-color: #CCCCCC;
	position: relative;
	height: 620px;
	width: 760px;
	float: left;
	margin-left:-375px;
	margin-top:0px;
	top: auto;
	left: 50%;
}
#banniere {
	/*background-image: url(../images/banniere.gif);*/
	position: relative;
	height: 95px;
	width: 738px;
	float: left;
}
#pied {
	float: left;
	width: 760px;
	position: relative;
	height: 103px;
	background-image: url(../images/pied.gif);
	z-index: 1;
}

#menu {
	background-color: #FF0000;
	position: relative;
	height: 222px;
	width: 130px;
	float: left;
}
#contenu {
	position: relative;
	height: 372px;
	width: 608px;
	background-image: url(../images/contenu.gif);
	float: left;
	text-indent: 16px;
	background-color: #FFFFFF;
}
#texte {
	position: relative;
	height: 210px;
	width: 568px;
	top: 24px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 9;
	background-color: #FFFFFF;
	text-indent: 10px;
	left: 10;
}

#bus_bas {
	position: relative;
	width: 130px;
	height: 87px;
	float: left;
	clear: both;
	background-image: url(../images/bus.gif);
}

#droite {
	position: relative;
	width: 22;
	background-image: url(../images/droite.gif);
	float: left;
}
body {
	background-color: #999999;
}
a:link {
	text-decoration: none;
}
#texte a:link {
	color: #990066;
	text-decoration: none;
}
#texte a:visited {
	color: #990066;
	text-decoration: none;
}
