@charset "utf-8";
/* CSS Document */

.container {
	-webkit-box-shadow: 0px 10px 20px 3px #D3D3D3;
	box-shadow: 0px 10px 20px 3px #D3D3D3;
}

figure {
	display: block;
//	width: 420px;
}

figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}

footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	color: #FFFFFF;
	clear: left;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(187,187,187,1.00) 100%);
}
h1 {
	font-family: henny-penny;
	font-style: normal;
	font-weight: 400;
	color: #FB7E21;
	text-shadow: 1px 1px #404040;
	/* [disabled]letter-spacing: 4px; */
	font-size: 400%;
}
h2 {
	font-family: henny-penny;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-shadow: 0px 1px #FB7E21;
}
h3 {
	font-family: henny-penny;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-shadow: 0px 1px #FB7E21;
}

a.reserver {
	font-weight: bold;
	text-decoration: none;
}
a:link.reserver {
	color: #FF6600;
}
a:visited.reserver {
	color: #FF944C;
}
a:hover.reserver, a:active.reserver, a:focus.reserver {
	color: #7F3300;
	text-decoration: underline;
}

#reserver {
	/*width: 200px;*/
	/*	position: absolute; 
	top: 5px;
	right: 15px;*/
	background-color: #FB7E21;
	border-radius: 5px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#escompte {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

#toto {
	position:relative;
	right: 0;
    vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#reserver a, #reserver a:hover, #reserver a:active, #reserver a:focus, #reserver a.thispage{
	text-decoration: none;
	color: #FFFFFF;
}

.reserver-container {
	padding-left: 15px;
	padding-right: 15px;
}

.img-responsive {
    margin: 0 auto;
    vertical-align: middle;
}

.btn-reserver {
	/*width: 200px;*/
	/*	position: absolute; 
	top: 5px;
	right: 15px;*/
	background-color: #FB7E21;
	border-radius: 5px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

a.btn-reserver, a:hover.btn-reserver, a:active.btn-reserver, a:focus.btn-reserver, a.thispage.btn-reserver{
	text-decoration: none;
	color: #FFFFFF;
}

