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 {
	xxxbackground-image: url(../images/logo-moulage.gif);
	xxxbackground-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 {
	xxbackground-image: url(../images/accueil2.jpg);
	xxbackground-repeat: no-repeat;
	position: absolute;
	width: 650px;
	left: 170px;
	top: 120px;
	height: 370px;
}
#menu {
	position: absolute;
	left:-160px;
	width: 160px;
	top: 80px;
}

.pied {                 /* decalage des logos de referencement */
	margin-left: 5%;
	height: 70px;
}

#pied1 {
	position: absolute;
	left: 0px;
	top: 480px;
}
#pied2 {
	height: 50px;
	position: absolute;
	width: 120px;
	left: 170px;
	top: 480px;
}
#pied4 {
	height: 50px;
	position: absolute;
	width: 80px;
	left: 720px;
	top: 480px;
}
#pied5 {
	position: absolute;
	left: 0px;
	top: 530px;
}

.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: inline;
	xxdisplay: block;
	xxbackground-image: url(../images/accueil2.jpg);
	xxbackground-repeat: no-repeat;
	width: 650px; /* largeur de la zone de commentaires, selon la taille du menu */
	height: 370px;
	position: absolute;
	top: -60px;
	left: 160px;
	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  */
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 380%;
	line-height: 140%;
}
H2 {
	color: #006600;
	font-family: Tahoma;
	font-size: 200%;
	margin-left: 5%;
	margin-top: 0em;
}
