body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ddddab;
	margin: 0;
	padding: 0;
}
#haut {
	height: 110px;
	position: absolute;
	width: 820px;
}
#logo {
	background-image: url(../images/logo-moulage.gif);
	background-repeat: no-repeat;
	float: left; /* alignement du logo à gauche */
	margin-left: 0px; /* placement du logo dans son conteneur, haut */
	margin-top: 0px;
	border: 0;
	width: 120px;
	height: 100px;
}
#contenu {
	background-image: url(../images/lumiere-trouble.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 650px;
	left: 180px;
	top: 110px;
	height: 370px;
}
#menu {
	position: absolute;
	left:-170px;
	width: 160px;
	top: 60px;
}
#pied1 {
	height: 50px;
	position: absolute;
	width: 10px;
	left: 0px;
	top: 480px;
}
#pied2 {
	height: 50px;
	position: absolute;
	width: 120px;
	left: 180px;
	top: 490px;
}
#pied3 {
	height: 50px;
	position: absolute;
	width: 205px;
	left: 320px;
	top: 480px;
}
#pied4 {
	height: 50px;
	position: absolute;
	width: 80px;
	left: 720px;
	top: 480px;
}
.vertical a{
	color: #ff6600;
	background-color: #008000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	border: 2px outset #c0c0c0;
	display: block;
	width: 156px;
	font-size: 18px;
}
.vertical a:hover {
  background-color: #ccffff;
}

.vertical a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
.vertical a:hover span {
	/* définition de la balise <span> au survol */
	display: block;
	background-image: url(../images/lumiere-trouble.jpg);
	background-repeat: no-repeat;
	width: 650px; /* largeur de la zone de commentaires, selon la taille du menu */
	height: 370px;
	position: absolute;
	top: -60px;
	left: 170px;
	font-family: Tahoma;
	text-align: center;
	font-size: 26px;
	color: #006600;
	line-height: 150%;
}
a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;
}
H1 {
	/* titre haut */
	color: #008000;
	font-family: "Times New Roman", Times, serif;
	font-size: 320%;
	line-height: 120%;
	margin-top: 4px;
	font-weight: bolder;
}
H2 {
	/* titre contenu */
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: bold;
}
H3 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-left : -5%;
	margin-top : 2em;
}
