body {
	margin : 0;
	padding : 0;
	font-family: Arial, Tahoma, sans-serif;
	background: #fff;
}
img {
  border:none
}

#page {
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -285px;
	margin-left: -422px;
	width:843px;
	background: url(img/accueil.jpg) no-repeat 0 0;
	height:570px;
}

a#nouveau {
  display:block;
  float:right;
  margin-top:60px;
  margin-right:32px;
  *margin-right:15px;
  width:136px;
  height:123px;
  text-decoration:none;
}

a#nouveau span {
  display:none;
}

#menu {
  padding-top:36px;
  padding-left:85px;
  width:200px;
}

#menu a, #menu span {
  display:block;
  padding-left:46px;
  margin-bottom:14px;
  width:61px;
  height:21px;
  color:#fff;
  font-size:13px;
  text-decoration:none;
}

#menu a.menu1 {
  text-decoration:underline;
  background: url(img/accueil_menu1.gif) no-repeat 0 0;
}

#menu a.menu2 {
  text-decoration:underline;
  background: url(img/accueil_menu2.gif) no-repeat 0 0;
}

#menu a.menu3 {
  text-decoration:underline;
  background: url(img/accueil_menu3.gif) no-repeat 0 0;
}

#menu a.menu4 {
  text-decoration:underline;
  background: url(img/accueil_menu4.gif) no-repeat 0 0;
}

div#titre {
  display:block;
  margin-top:290px;
  margin-left:34px;
  height:100px;
  width:180px;
  text-decoration:none;
}

div#titre span {
  visibility:hidden;
}
