body {
margin: 0;
padding: 0;
background-color: #FFCC00;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
top: 10%;
margin-left: -375px;
height: 563px;
background-image: url(fondaccueil.jpg);
background-repeat:no-repeat;
}
#haut {
	width: 700px;
	height:80px;
	margin-left: 15px;
	padding-left: 20px;
	background-position:top;
	background-color: transparent;
	letter-spacing: 0.6em;
}
#centre {
	top:160px;
	margin-left: 15px;
	padding-left: 20px;
	width: 680px;
	height:450px;
	background-color: transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
#pied {
	top:672px;
	width: 700px;
	height: 20px;
	margin: 10px;
	background-color: transparent;
	border-top: 2px dashed #FF6600;
}
#menu {
	position:relative;
    width: 330px;
    height: 350px;
	left:0px;
	top:42px;
}
.pied {
font-family: Verdana;
font-size: 0.7em;
color: #666666;
line-height:1.2em;
}
.h1 {
font-family: "Century Gothic";
font-size: 1.5em;
color: #669900;
}
.oldversion {
text-align: right;
font-family: Verdana, sans-serif;
font-size: 0.8em;
}
.nouveau {
	list-style-image: url(btmenu.gif);
}
a
{
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}