#central {
	background-image: url("../images/fond-page_general.jpg");
	background-repeat: repeat-y;
}
.prix {
	width: 48px;
	font-family: arial;
	text-align: right;
	font-size: 12pt;
}
.supplements {
	font-family: arial;
	font-size: 10pt;
	color: #333333;
}
#carte_gauche {
	width: 380px;
	height : 380px;
	text-align: center;
	float: left;
	background-image: url("../images/cadre-menu_gauche.gif");
	background-repeat: no-repeat;
}
#carte_droite {
	width: 520px;
	height : 380px;
	text-align: center;
	float: right;
	background-image: url("../images/cadre-menu_droite.gif");
	background-repeat: no-repeat;
}
#carte_end {
	width: 900px;
	clear: both;
}
h2 {
	font-family: arial;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}
.gallerycontainer a:link { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: none;
	color: #333333;
}
.gallerycontainer a:visited { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: none; 
	color: #333333; 
}
.gallerycontainer a:hover { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: none;
	color: #333333; 
}
.gallerycontainer a:active { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: none;
	color: #333333; 
}
.gallerycontainer {
position: relative;
}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
.thumbnail:hover {
background-color: transparent;
}
.thumbnail:hover img {
border: 1px solid red;
}
.thumbnail span {
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img { 
border-width: 0;
padding: 2px;
}
.thumbnail:hover span { 
visibility: visible;
top: 0px;
left: 400px; 
z-index: 50;
}
