
#center {
	background-image: url(images/cell_background.png);
	background-repeat: repeat-x;
}

#image {
	padding: 2px;
}

#contenu {
	position: absolute;
	display: block;
	left: 470px;
	right: 20px;
	top: 160px;
}


#plan {
	position: absolute;
	display: block;
	left: 4px;
	right: 20px;
	top: 136px;
}

#contenu {
	font-family: Arial, Helvetica, Serif;
	font-size: 11.5px;
	text-align: justify;
	color: 333;
}
#contenu a {
	color: 333;
}

#contenu a:hover {
	text-decoration: underline;
	color: 000;
}


#vignette {
	position: absolute;
	bottom: 45px;
	left : 465px;
}

#image_home {
	display: block;
	position: absolute;
	bottom: 55px;
	left: 465px;
	text-align: right;
	
	padding: 4px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.img-shadow {
  float:left;
  background: url(images/shadow.png) no-repeat bottom right !important;
  /* background: url(images/shadow.gif) no-repeat bottom right; */
  margin: 10px 0 0 10px !important;
  /* margin: 10px 0 0 5px;*/
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: fff;
  margin: -4px 4px 4px -4px;
  padding: 7px;
}


