body {
	font-family:Eurostile, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	height: 100%;
}
h1 {
	font-size:24px;
	font-weight: bold;
	color: #666666;
}
#bandeau_haut {
	background-image: url(images/Bandeau_haut.jpg);
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}
#mon_adresse {
	position: absolute;
	top: 700px;
	left: 0px;
	background-color: #CCCCCC;
	height: 150px;
	width: 199px;
}
#mon_adresse address {
	padding-top: 100px;
	font-style: normal;
	font-size: 12px;
	padding-left: 10px;
}

#bandeau_bas {
	background-image: url(images/bandeau_bas.jpg);
	position: absolute;
	left: 0px;
	top: 50px;
	height: 50px;
	width: 100%;
	background-repeat: no-repeat;
}
#menu_gauche {
	background-color: #CCCCCC;
	background-image: url(images/Image_menu_gauche.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 600px;
	width: 199px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#menu_gauche ul {
	list-style-type: none;
	margin-top: 50px;
	margin-left: 55px;
}
#menu_gauche a {
	text-decoration: none;
	color: #666666;
	list-style-type: none;
}
#menu_gauche a:hover {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-image: url(images/fleche_menu_gauche.png);
	list-style-position: outside;
}
#conteneur {
	position: absolute;
	left: 235px;
	top: 100px;
	height: 752px;
	width: 798px;
}
#conteneur #titre {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
}
#conteneur #presentation {
	left: 20px;
	top: 50px;
	position: absolute;
	height: 500px;
	width: 500px;
	text-align: justify;
}

