body{
	background:url(../theme/background.png) no-repeat top center #0a0b0b;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, serif;
	font-size:9px;
}

#page{
	width:1000px;
	margin:auto;
}

#page p a{
	float:left;
	margin:0 0 0 10px;
}

#top{
	height:219px;
	background:url(../theme/header.png) no-repeat top center;
	margin:46px 0 100px 0;
}

#menu
{
	margin:0 0 0 80px;
	padding-top:180px;
}
#menu ul li{
	list-style:none;
	float:left;
	padding:0;
	
}
#menu ul li a{
	height:62px;
	width:152px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	display:block;
	background:url(../theme/bouton1.png) no-repeat top left;
	
	line-height:58px;
	color:white;

}
.petit{
	font-size:17px
}

#menu ul li a:hover{
	background:url(../theme/bouton2.png); 
}

#haut{
	height:10px;
	background:url(../theme/contenu_h1.png) no-repeat center;
}

#contenu{
	background:url(../theme/contenu1.png) repeat-y center;
	text-align: center;
	overflow:auto;
}

#bas{
	height:10px;
	background:url(../theme/contenu_b1.png) no-repeat top;
	margin:0 0 70px 0;
}

#contact a{
	color:#f57e20
}
	