
div#plan_salons {
	position: relative;
	text-align: center;
	margin: 60px auto;
	padding: 30px 0px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

img#plan_salons {
	box-shadow: 0px 0px 2px #999;
	margin: 10px auto;
	border: 5px solid whitesmoke;
}

div.one_salon {
	position: absolute;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

div.one_salon:hover, div.one_salon.active {
	border-color: firebrick;
	background: url('/custom_carpediem/fond_salons.png') repeat;
}

div.one_salon > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

div.one_salon#Terrasse {
	height: 81px;
	width: 936px;
	top: 81px;
	left: 10px;
}

div.one_salon#Chamonix {
	height: 141px;
	width: 143px;
	top: 164px;
	left: 10px;
}

div.one_salon#Zurich {
	height: 141px;
	width: 91px;
	top: 164px;
	left: 155px;
}

div.one_salon#Estrade {
	height: 141px;
	width: 201px;
	top: 164px;
	left: 248px;
}

div.one_salon#Kleber {
	height: 141px;
	width: 191px;
	top: 164px;
	left: 451px;
}

div.one_salon#Vauban {
	height: 141px;
	width: 302px;
	top: 164px;
	left: 644px;
}

div.one_salon#Rohan {
	height: 124px;
	width: 145px;
	top: 307px;
	left: 10px;
}

div.one_salon#Strasbourg {
	height: 149px;
	width: 89px;
	top: 307px;
	left: 157px;
}

div.one_salon#PetiteFrance {
	height: 124px;
	width: 279px;
	top: 307px;
	left: 248px;
}

div.one_salon#Caveau {
	height: 265px;
	width: 179px;
	top: 307px;
	left: 767px;
	border: none;
	background: none;
}

div.one_salon#Caveau > div#Caveau1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	height: 46px;
	border: 2px solid transparent;
	border-bottom: none;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

div.one_salon#Caveau > div#Caveau2 {
	position: absolute;
	top: 46px;
	left: 2px;
	width: 179px;
	height: 221px;
	border: 2px solid transparent;
	border-left: none;
	border-top: none;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

div.one_salon#Caveau > div#Caveau3 {
	position: absolute;
	top: 46px;
	left: -122px;
	width: 122px;
	height: 219px;
	border: 2px solid transparent;
	border-right: none;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

div.one_salon#Caveau:hover div#Caveau1, div.one_salon.active#Caveau div#Caveau1 { border-color: firebrick; background: url('/custom_carpediem/fond_salons.png') repeat; }
div.one_salon#Caveau:hover div#Caveau2, div.one_salon.active#Caveau div#Caveau2 { border-color: firebrick; background: url('/custom_carpediem/fond_salons.png') repeat; }
div.one_salon#Caveau:hover div#Caveau3, div.one_salon.active#Caveau div#Caveau3 { border-color: firebrick; background: url('/custom_carpediem/fond_salons.png') repeat; }

div.one_salon#Renaissance {
	height: 139px;
	width: 145px;
	top: 433px;
	left: 10px;
}

div.one_salon#Flambees {
	height: 139px;
	width: 189px;
	top: 433px;
	left: 338px;
}

div#details_salon {
	background: #F9F9F9;
	width: 900px;
	margin: 20px auto;
	padding: 20px;
	box-shadow: 0px 0px 2px #999;
	border: 5px solid whitesmoke;
}

div#details_salon img#dispositions_salons {
	box-shadow: 0px 0px 2px #999;
	padding: 10px 20px;
	background: white;
}

div#details_salon > div {
	width: 720px;
	margin: auto;
}

div#details_salon span.nombre_personnes {
	display: block;
	float: left;
	width: 120px;
	height: 70px;
	color: #888;
	text-transform: uppercase;
}

div#photos {
	width: 680px;
	margin: auto auto auto 50px;
}


div#footer_newsletter {
	margin-top: -20px;
}

div#footer_newsletter > h3 {
	border-bottom: 1px solid darkred;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

div#footer_newsletter > input {
	background: #3B0209;
	color: whitesmoke;
	border: none;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 1px 4px #111 inset;
	width: 270px;
}

div#footer_newsletter > button {
	background: transparent url(images/footer_button.png) no-repeat 0px 2px;
	border: none;
	height: 47px;
	width: 99px;
	color: whitesmoke;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 30px;
}