
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1em;

}

h1{
	font-weight: 700;
	font-size: 29px;
	color: #a50060;
}
h2{
	font-weight: 700;
	font-size: 1.813em;
	color: #a50060;
}
h3{
	font-size: 1.375em;
	font-weight: 600;
	margin-top: 20px;
	color: #2D2D2D;
	line-height: 28px;
}
h3.titre_reservation {
	margin: 5px;
	margin-bottom: 15px;
	padding-left:60px;
	background: url("/public/images/layout/picto-reservation.png") no-repeat 10px center;
}
h4 {
	border-bottom: 1px solid #9B015B;
    padding-bottom: 10px;	
}
p {
	font-weight: 400;
	font-size: 0.875em;
	color: #2d2d2d;
	line-height: 16px;
}
#formContact.pluginForm dl.zend_form dd#captcha-element p.description {
	font-size: 1em;	
}
.border-top {
	border-top: 1px dashed #DD3894; 
}
img{
	border:0;
}

a:link{

}

a:visited{

}

a:hover{

}
li {
	font-size: 0.750em;
	color: #2d2d2d;
	font-weight: 400;
}
p.button_back a {
	clear: both;
	float: left;
	color: #a50060;
	font-size: 1.250em;
	font-weight: 600;
	margin-top:25px;
}	
a.en-lang {
	position: absolute;
	right: 10px;
	top: 110px;
	z-index:500;
}
#lg_en {
    position: absolute;
    right: 10px;
    top: 110px;
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    z-index: 500;
    background: url("/public/images/layout/drapeau_en.png") no-repeat;
}
#lg_fr {
    position: absolute;
    right: 10px;
    top: 110px;
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    z-index: 500;
    background: url("/public/images/layout/drapeau_fr.png") no-repeat;

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  
		#lg_en {
			background: url("/public/images/layout/drapeau_en@2x.png") no-repeat;
           	background-size: 24px 20px;
         }

		#lg_fr {
			background: url("/public/images/layout/drapeau_fr@2x.png") no-repeat;
           	background-size: 24px 20px;
		}
}
a.en-lang-responsive {
position: absolute;
right: 2px;
top: 2px;
z-index:500;
}

span.text-logo {
	display:none;	
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.80);
	background: url("/public/images/layout/arrow-up.png") no-repeat scroll center top / 25px auto #98c208;
    font-size: 12px;
	height:20px;
    padding: 1em;
	padding-top: 2em;
	border-radius: 5px;
    display: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border: 1px solid #808D55;
}

.back-to-top:hover {    
    background-color: #83a705;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.bt {
	background: #F8F8F8;
} 


.bt a {
	color: #897130;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B09C8E ;
	font-weight: 700;
	line-height:30px;
	text-align: center;
	display: block;
	padding: 0px 10px;
}
.bt a:hover {
	text-decoration: underline;	
	-webkit-box-shadow: 0px 0px 2px rgba(176,156,142,1), inset 0 0px 0px rgba(176,156,142,0.6);
	-moz-box-shadow: 0px 0px 2px rgba(176,156,142,1), inset 0 0px 0px rgba(176,156,142,0.6);
	box-shadow:0px 0px 2px rgba(176,156,142,1), inset 0 0px 0px rgba(176,156,142,0.6);
}
.bt-suite {
	min-width: 120px;
	float: right;
	margin-right:15px;
	margin-top:15px;
}
#page{
	width:100%;
	height:100%;
	overflow:hidden;
	
	background: url("/public/images/layout/bg_page_bot.jpg") no-repeat bottom center;
	background-position: bottom;
}
/* ----------------------------------------------------------------------- Header   ---------------------*/
#header{
	margin:0 auto;
	background:#CCCCCC;
	height: 797px;
	padding: 0px 20px;
	position: relative;
	z-index: 0;
	background: url("/public/images/layout/fond_page.jpg") no-repeat bottom center #9C015B;
}
#header_content {
	width: 100%;
	max-width: 960px;
	padding: 0px;
	margin: 0 auto;
	height: 475px; 
	position:relative;
}
	
#header_content .logo{
	height: 75px;
	width: 203px;
	float: right;
	text-indent: -9999px;
	display: block;
}

#header_content .residence{
	height: 75px;
	width: 421px;
	text-indent: -9999px;
	float: left;
	display: block;
}

#header_content .logo img, #header_content .residence img {
		position: relative;
		display:block;
		top: -20px;
	}
#header .lang{
	
}
#header_content #menu ul.sf-menu  {
	margin-top: 25px;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	max-width: 960px;
	height: 40px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.75), inset 0 0px 7px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.75), inset 0 0px 7px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.75), inset 0 0px 7px rgba(255,255,255,0.75);
		
}
#header_content #menu ul.sf-menu li {
	background:url("/public/images/layout/menu_border.png") no-repeat left center;
	line-height: 40px;
	color: #887475;
	font-size: 16px;
	/*-webkit-border-image:url("/public/images/layout/menu_border.png"); 
	-o-border-image:url("/public/images/layout/menu_border.png"); 
	border-image:url("/public/images/layout/menu_border.png");*/
}

#header_content #menu ul.sf-menu li:first-child {
	border-left: none;
}



#header_content #bloc-info-diapo {
	width: 348px;
	height: 187px;
	background-color:#FFFFFF;
	opacity: 0.85;	
	position: absolute;
	z-index: 1000000;
	top: 220px;
}

#header_content #bloc-info-diapo h2 {
	font-weight: 700;
	font-size:1.813em;
	color: #a50060;
	margin: 20px;
}
#header_content #bloc-info-diapo p {
	font-size: 18px;
	font-weight:400;
	color: #000000;
	margin:0px 20px;
	line-height: 20px;
}

/* ------------------------------------------------------------------------ Content   ---------------------*/
#content{
	width: 100%;
	max-width:960px;
	margin:0 auto;
	position: relative;
	top: -270px;
	min-height: 500px;
	padding-bottom:	20px;
	z-index: 1;
}

#content .fontsize{
	text-decoration: none;
	color: #333;
	margin: 0px;
    max-width: 95%;
}
#content .fontsize a {
	margin: 0px;
	}
#content .bloc_left {
	width: 64.5344%;
	float:left;
	display: block;
	overflow:hidden;
	margin-left: 2.08333%;
}
#content .bloc_right {
	float: left;
	display: block;
        padding-top: 380px;

	width: 29.1716%;
	margin-right:	2.08333%;
	margin-left: 2.08333%;
}
#content .bloc_right_winner {
	display: block;
	width: 27.492%;
	position: absolute;
	z-index: 400;
	top: -80px;
	right: 2.58333%;
	margin-right:	2.08333%;
}
@media (max-width: 767px) {
    #content .bloc_right_winner {
    position:relative;
    width:100%;
    text-align: center;
    margin: 20px 0 ;
    top:auto;
    
    }
   .ghboutsidebox{
        margin: auto;
    }
}
#content .bloc_left_contact {
	width: 47.9166667%;
	float:left;
	display: block;
	padding: 0px 0px 20px 0px;
	margin-left: 1.04166%;
}
#content .bloc_right_contact {
	width: 47.9166667%;
	float: left;
	display: block;
	margin-right: 1.04166%;
	margin-left: 2.08333%;
}#content .bloc_right_contact h4 {
	border-bottom: none;
}
.bloc_right_contact div#gm_canvas {
	max-width: 460px;
	margin:0 auto;
}
#content .bloc_full {
	width: 100%;
	float: left;
	clear: both;
}
#content_page {
	max-width: 95%;
	padding: 0px 0px 0px 0px;
	margin: 0px 2.5%;
	overflow: hidden;
	position: relative;
}
#content_page .lien-restauration {
	text-align:right;
	color: #2d2d2d;
	font-weight: 600;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;	

}
.plugin_diapo_fancy li a {
	height: 97px;
	display: block;
	overflow: hidden;
}
#content_page .lien-restauration:hover {
	text-decoration: underline;
}
.bloc_right_winner .bloc_winner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #fff;
	overflow:hidden;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5), inset 0 0px 2px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5), inset 0 0px 2px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5), inset 0 0px 2px rgba(255,255,255,0.5);
}
#content_page .bloc_right .bloc_event{
	overflow: hidden;
}
#content_page .bloc_right .bloc_event .event_detail {
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	padding-bottom: 40px;
	margin-top:10px;
	position: relative;
}
#content_page .bloc_right .bloc_event .footer-event {
bottom: 0px;
position: absolute;
width: 100%;
}
p.home-text {
	margin-right: 20px;
}
.gradient_winner {
background: #d5d2b5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDJiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d5d2b5 0%, #e9e6c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d2b5), color-stop(100%,#e9e6c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d5d2b5 0%,#e9e6c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d5d2b5 0%,#e9e6c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d5d2b5 0%,#e9e6c6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d5d2b5 0%,#e9e6c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d2b5', endColorstr='#e9e6c6',GradientType=0 ); /* IE6-8 */
}

#content_page div.bloc_left ul li {
	line-height: 18px;
}
#content_page .bloc-bebe {
	}
.encart-bebe {
		position: relative;
		width: 100%;
}
.bloc_right h1 a.lien-encart {
	max-width: 249px;
	display:block;
	border-radius: 11px;
	margin:0 auto;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5), inset 0 0px 2px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5), inset 0 0px 2px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5), inset 0 0px 2px rgba(255,255,255,0.5);
}
.bloc_right h1 a.lien-encart:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7), inset 0 0px 5px rgba(255,255,255,0.7);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.7), inset 0 0px 5px rgba(255,255,255,0.7);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7), inset 0 0px 5px rgba(255,255,255,0.7);
}

.bloc_right h1 a.lien-encart img {
	max-width: 249px;
	width:100%;
}
#content_page div.bloc_right p {
	max-width: 264px;
	margin:0 auto;
	margin-top: 20px;
	display: block;
	}
.bloc_left table.table-seminaire tbody tr td {
	border: 1px solid #cbcbcb;
	padding: 5px;
}
#content .bloc_left .commun {
	background: url("/public/images/layout/bg-commun.png") no-repeat ;
	width: 100%;
	padding:10px;
	display: block;
	position:relative;
	height: 200px;
}
html.js body div#page div#content div#content_page div.bloc_left table tbody tr.border-tab {
	border-bottom: 1px solid #BFBFBF;
}

#content_page .sous-titre-hebergement {
	font-weight: 400;
	font-size:1.250em;
	line-height:1em;
		
}
#content_page .bloc-content-info-accueil ul.plugin_diapo_fancy a div {
	display: none;	
}
/* ------------------------------------------------------------------------ bloc-accueil   ---------------------*/
#content_page .bloc-content-info-accueil {
	width: 100%;
	overflow:hidden;
	margin: 0 auto;
	margin: 0px 0px 20px;
}
#content_page .bloc-content-right-info-accueil {
	float: right;
	width: 211px;
	margin-top: 30px;
	margin-left:20px;
}
#content_page .bloc-content-left-info-accueil {
	
}
#content_page .bloc-content-info-accueil h2 {
		margin: 10px 20px 10px 0px;
}
#content_page .bloc-content-left-info-accueil p {
		margin: 5px 20px 5px 0px;
}
#content_page .bloc-content-right-info-accueil img {
	
	margin: 0 auto;
	display:block;
}


/* ------------------------------------------------------------------------ footer   ---------------------*/


#footer{
	margin:0 auto;
	height: 114px;
	z-index:0;
	position: relative;
	bottom: 0px;
	padding: 0px 20px;
	top: -475px;
	clear: both;
}
#footer_content {
	max-width: 940px;
	padding: 0px 0px 0px 20px;
	min-height: 260px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 235px;
	background: #A50060;
	}
#footer_content  #menu_footer ul.sf-menu  {
	margin-top: 25px;
	max-width: 786px;
	height: 13px;
}
#footer_content #menu_footer ul.sf-menu li {
	background: none;
	border-left: 1px solid #fff;
	padding: 0px 12px;
	float: left;
}
#footer_content #menu_footer ul.sf-menu li a {
	display: block;
	font-weight: 400;
	line-height: 13px;
	font-size: 12px;
	color: #fff;
	position: relative;
	text-align: center;
	text-decoration: none;
}
#footer_content #menu_footer ul.sf-menu li:first-child {
	padding-left: 0px;	
}
#footer_content .footer_bloc_right ul.footer_ul_reseau {
	clear: both;
	width: 156px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer_content .footer_bloc_right ul.footer_ul_reseau li{
float: left;
text-indent: -9999px;
}
#footer_content .footer_bloc_right ul.footer_ul_reseau li a {
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 32px;
	margin: 10px;
}
#footer_content .footer_bloc_right ul.footer_ul_reseau li a.footer_facebook {
	background: url("/public/images/layout/facebook.png") no-repeat;
}
#footer_content .footer_bloc_right ul.footer_ul_reseau li a.footer_google {
	background: url("/public/images/layout/google.png") no-repeat;
}
#footer_content .footer_bloc_right ul.footer_ul_reseau li a.footer_twitter {
	background: url("/public/images/layout/twitter.png") no-repeat;
}

#footer_content #menu_footer ul.sf-menu li:first-child {
	border-left:none;
}
#footer_content #menu_footer ul.sf-menu li a:hover {
	text-decoration: underline;
}
.footer_bloc_left {
	max-width: 786px;
	float: left;
}
.footer_bloc_right {
	width:100%;
	float: right;
	min-height: 260px;
	max-width:278px; 
	background: url("/public/images/layout/bg_footer_bloc_right.png") no-repeat right bottom #5B0035;
}
#footer_content .bloc-etablissement {
	overflow: hidden;
	display:block;
	margin-top:20px;	
}
#footer_content .bloc-etablissement p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style:italic;
	margin-top; 10px;
	}
#footer_content .bloc-etablissement img {
	height: 40px;
}
#footer_content .footer_bloc_right .belambra_club_footer , #footer_content .footer_bloc_right .belambra_business_footer {
	width: 139px;
	float: left;
}
#footer_content .footer_bloc_right h3 {
	color: #fff;
	font-size: 0.875em;
	font-weight: 600;
	margin: 20px 20px 10px 20px;
}
#footer_content .footer_bloc_right p{
	font-size: 10px;
	color:#fff;
	font-weight: 400;
	margin: 0px 20px 0px 20px;
}
#footer_content .footer_bloc_right img {
	max-width: 139px;
}
#footer_content .coordonnees p{
	margin-top: 35px;
	display: inline-block;
	color:#fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
#footer_content .back_footer {
	position: absolute;
	bottom: 0px;
	max-width: 640px;
	border-top: 1px dashed #fff;
	     height: 72px;
	width: 100%;
}
#footer_content .back_footer p{
	
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	float: left;
	color: #fff;
	font-size: 13px;
}
#footer_content .back_footer a {
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	float: left;
	display:block;
	margin-right:5px;
}
#footer_content .back_footer a:hover {
	text-decoration: underline;
}

#footer_content .back_footer img {
    float: left;
    width: 42px;
    margin: 20px 3px;
}
#footer_content .back_footer img.cheque {
margin-top: 10px;	
}
#footer .coordonnees{
	
}

#footer .coordonnees a{
	color: #fff;
	text-decoration: underline;
}

#footer .coordonnees a:hover {
	text-decoration: none;
}

#footer .author{
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	color: #fff;
}

#footer .author a { 
	color: #fff;
}
.footer_global_belambra div.belambra_club_footer img{
	cursor: pointer;
}







#tab-lyon {
	width: 100%;	
}
#tab-lyon tr {
	width: 100%;	
}
#tab-lyon td {
	width: 50%;
	padding-bottom: 20px;	
}

#tab-lyon td  {
	color: #2D2D2D;
    font-size: 0.75em;
    font-weight: 400;
}
#tab-lyon td a {
	color: #2D2D2D;	
}
#tab-lyon td a:hover {
	text-decoration: none;	
}
#tab-lyon td img {
	width: 100px;
	margin-right: 20px;
	float: left;	
}















 #content_page div.bloc-seminaire img {

	max-width:545px;
		border: 1px solid #c0c0c0;
	margin:0 auto;
}
.bloc-seminaire {
		margin:0 auto;
		max-width: 620px;
		border: 1px solid #c0c0c0;
		overflow:hidden;
		margin: 20px 0px;
		border-radius: 5px;
		padding:10px 10px;
		background: #f2f2f2;
	}
	
	.bloc-seminaire h3 {
		text-align: center;
		color: #2D2D2D;
		margin-bottom:20px;
	}
	.bloc-seminaire .bloc-info-seminaire-2col {
		width: 50%;
		float: left;
	}
	.bloc-seminaire .bloc-info-seminaire-1col {
		width: 100%;
		float: left;
	}
	#content_page div.bloc_left div.bloc-studio div.bloc-info-seminaire-1col a.bouton-contact, .bloc-seminaire .bloc-info-seminaire-1col .bouton-contact{
		position: relative;
		float:right;
		padding:10px 20px;
		color: #fff;
		text-decoration: none;
		margin-right:10px;
		margin-top: 20px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border: 1px solid #808D55;
		border-radius: 3px;
		display: block;
		text-shadow: 0px -1px 0px #8aa606;
		font-size: 14px;
		font-weight: 400;
		background: #bed85d; /* Old browsers */
		background: -moz-linear-gradient(top, #bed85d 0%, #98c208 1%, #83a705 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#98c208), color-stop(100%,#83a705)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bed85d 0%,#98c208 1%,#83a705 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#83a705',GradientType=0 ); /* IE6-9 */
	}
	
	#content_page div.bloc_left div.bloc-studio div.bloc-info-seminaire-1col a.bouton-contact:hover, .bloc-seminaire .bloc-info-seminaire-1col .bouton-contact:hover {
		background: #bed85d; /* Old browsers */
		background: -moz-linear-gradient(top, #bed85d 0%, #83a705 1%, #98c206 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#83a705), color-stop(100%,#98c206)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bed85d 0%,#83a705 1%,#98c206 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#98c206',GradientType=0 ); /* IE6-9 */
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.bloc-seminaire h4 {
		background:#c5c5c5;
		color:#2d2d2d;
		font-weight: 400;
		border: none;
		margin:10px;
		border-radius: 2px;
		padding: 5px 10px;
		display:block;	
	}
	.bloc-seminaire p {
		margin: 10px;
		float: left;
		font-size: 1.125em;
	}
	.bloc-seminaire ul {
	padding : 10px 20px;
	}
	.bloc-seminaire .bloc-info-seminaire-2col li {list-style-type: none;}
	.bloc-seminaire .bloc-info-seminaire-2col li:before {
    	content: "- ";
	}
	.bloc-seminaire p {
		margin: 10px;	
	}
	html.js body div#page div#content div#content_page div.bloc_left div.bloc-content-info-lyon img {
		margin: 0 auto;
		display: block; 
		max-width: 100%;
		margin-bottom: 15px;
	}

/* ----------------------- Content info salle ------------------------*/
	#content_page .bloc-info-salles {
		width: 100%;
		overflow:hidden;
		margin-top: 20px;
	}
	#content_page .bloc-content-info-salles {
		width: 50%;
		float: left;
	}
	#content_page .bloc-content-info-salles h4 {
		margin: 10px 10px 10px 0px;
	}
	#content_page .bloc-content-info-salles p {
		margin: 5px 10px 5px 0px;
	}

/* ------------------------ end content info salle --------------------- */

/* ----------------------- Content info resto ------------------------*/
	#content_page .bloc-info-resto {
		width: 100%;
		overflow:hidden;
		margin-top: 20px;
	}
	#content_page .bloc-content-info-resto {
		width: 50%;
		float: left;
	}
	#content_page .bloc-content-info-resto h4 {
		margin: 10px 10px 10px 0px;
	}
	#content_page .bloc-content-info-resto p {
		margin: 5px 10px 5px 0px;
	}
	#content_page .bloc-info-resto img {
		width: 32%;
		margin: 0%;
		}

/* ------------------------ end content info salle --------------------- */

/* ----------------------- Content info lyon ------------------------*/
	#content_page .bloc-info-lyon {
		width: 100%;
		overflow:hidden;
	}
	#content_page .bloc-content-info-lyon {
		width: 50%;
		float: left;
	}
	#content_page .bloc-content-info-lyon p {
		margin: 5px 20px 5px 0px;
	}
	.bloc-lyon img {
		display: block;
		margin: 0 auto;
	}
/* ------------------------ end content info lyon --------------------- */

/* ----------------------- Content info service ------------------------*/

	.bloc-info-services {
		margin:0 auto;
		max-width: 620px;
		overflow:hidden;
	}
	.bloc-info-services h3{	
	}
	.bloc-info-services-bg {
			
		border: 1px solid #c0c0c0;
		border-radius: 5px;
		position:relative;
		min-height: 120px;
	}
	.bloc-left-info-services {
		margin:15px;
		width: 70%;
	}
	.bloc-left-info-services p{
		display: block;	
		font-weight: 600;
		color: #000;
		margin-right: 10px;
		font-size: 0.750em;
	}
	.bloc-right-info-services {
		right: 0px;
		top:0px;
		border-left:1px solid #c0C0C0;
		width: 25%;
		position:absolute;
		display: block;
		}
	.bloc-right-info-services img {
		min-width: 100%;	
		height: 100%;
	}#ui-datepicker-div{
	width: 220px;
}
#ui-datepicker-div .ui-datepicker-header{
	background: #E9E6C6;
}
#ui-datepicker-div  .ui-state-default {
	background: #fff;	
}
#form_winnerroom .form_date {
	float: right;
	box-shadow: none;
	padding: 2px;
	border: 1px solid #E9E6C6;
	width: 115px;
	background: url(/public/images/layout/calendar.png) no-repeat right center;
	background-color: #fff;
}
#form_winnerroom .border-bottom-reserv dd {
	display: block;
	overflow: hidden;
}
#ui-datepicker-div{
	width: 220px;
}
#ui-datepicker-div .ui-datepicker-header{
	background: #E9E6C6;
}
#ui-datepicker-div  .ui-state-default {
	background: #fff;	
}
#form_winnerroom .form_date {
	float: right;
	box-shadow: none;
	padding: 2px;
	border: 1px solid #E9E6C6;
	width: 115px;
	background: url(/public/images/layout/calendar.png) no-repeat right center;
	background-color: #fff;
}
#form_winnerroom .border-bottom-reserv dd {
	display: block;
	overflow: hidden;
}
#ui-datepicker-div .ui-datepicker-title span {
	font-size: 14px;
}
/* ------------------------ end content info service --------------------- */

/* ----------------------- Content info studio ------------------------*/
.bloc-studio {
		margin:0 auto;
		max-width: 620px;
		border: 1px solid #c0c0c0;
		overflow:hidden;
		border-radius: 5px;
		padding:10px 10px;
		background: #f7f7f7;
	}
	
	.bloc-studio h2 {
		text-align: center;
		color: #a50060;
	}
	.bloc-studio .bloc-info-studio-col2 {
		float: left;	
	}
	.bloc-studio .bloc-info-studio-col2 h4 {
	
		background:#c5c5c5;
		color:#2d2d2d;
		font-weight: 400;
		border: medium none;
		border-radius: 2px;
		font-size: 1em;
		display: block;
		margin: 10px;
		padding: 5px 10px;
	}
	.bloc-studio .bloc-info-studio-col1diapo {
		width: 180px;
		height:200px; 
		overflow:hidden;
		float: left;
	}
	.bloc-studio h3{
		color:#a50060;
		margin:10px;
		border-radius: 2px;
		display:block;	
		font-weight: 700;
	}
	.bloc-studio p {
		margin: 10px;
		float: left;
		clear:both;	}
	.bloc-info-studio-1col {
		border-radius: 2px;
		border-bottom: 1px solid #2d2d2d;
	}
	.bloc-info-seminaire-1col {
		clear: both;
	}
	.bloc-info-studio-1col h3 {
		display: inline-block;
	}
	.bloc-info-studio-1col h3 {
		display: inline-block;
		color:#2d2d2d;
		font-weight: 600;
		margin:10px;
		font-size: 1.375em;
		float: right;	
	}
	.bloc-info-studio-col2 h4{
		margin: 10px;	
	}
	.bloc-studio .bloc-info-studio-col2 ul {
		clear:both;
	}
	.bloc-studio .bloc-info-studio-col2 li {list-style-type: none;}
	.bloc-studio .bloc-info-studio-col2 li:before {
    	content: "- ";
		margin-left: 10px;
	}
	.bloc-studio p {
		margin: 10px;	
	}

.bloc-resto-semi {
	background: url("/public/images/layout/egalement-restauration.png") no-repeat;
	width: 260px;
	margin: 0 auto;
	margin-top: 20px;
	height:260px;
	position:relative;
}
.bloc-resto-semi-en {
	background: url("/public/images/layout/egalement-restauration-en.png") no-repeat;
}
.bloc_right div.bloc-resto-semi a {
	 width: 188px;
	 text-align:center;
	position: absolute;
	padding:10px 20px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #808D55;
	border-radius: 3px;
	display: block;
	bottom: 20px;
	left: 15px;
	text-shadow: 0px -1px 0px #8aa606;
	font-size: 14px;
	font-weight: 400;
	background: #bed85d; /* Old browsers */
	background: -moz-linear-gradient(top, #bed85d 0%, #98c208 1%, #83a705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#98c208), color-stop(100%,#83a705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bed85d 0%,#98c208 1%,#83a705 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bed85d 0%,#98c208 1%,#83a705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#83a705',GradientType=0 ); /* IE6-9 */
}

.bloc_right div.bloc-resto-semi a:hover {
		background: #bed85d; /* Old browsers */
		background: -moz-linear-gradient(top, #bed85d 0%, #83a705 1%, #98c206 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed85d), color-stop(1%,#83a705), color-stop(100%,#98c206)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bed85d 0%,#83a705 1%,#98c206 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bed85d 0%,#83a705 1%,#98c206 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed85d', endColorstr='#98c206',GradientType=0 ); /* IE6-9 */
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

.cgv strong {
	font-weight:bold;
}
.bloc-studio .bloc-info-studio-col2 {
	width: 386px;
}
/* ------------------------ end content info salle --------------------- */

@media (max-width: 1023px) {
	.bloc-studio .bloc-info-studio-col2 {
		width: 250px;
	}
}


@media (max-width: 960px) {
	#content {
		padding-bottom:	200px;
	}

#footer  {
	padding: 0px;
}


#footer_content {
	top: 10px;
	padding-left: 0px;
}
.footer_bloc_left {
	display: block;
	float: none;
	overflow: hidden;
	margin: 0px 20px;
	max-width: 100%;
}
#footer_content #menu_footer {
	width: 667px;
	margin: 0 auto;
}
#footer_content .footer_bloc_right .footer_global_belambra {
	width: 278px;
	margin: 0 auto;
}
#footer_content  #menu_footer ul.sf-menu  {
	margin-bottom: 20px;
}

#footer_content .footer_bloc_right ul.footer_ul_reseau {
	width: 156px;
	margin:0px auto;
}

#footer_content .footer_bloc_right h3 {
	text-align: center;
}
#footer_content .symbol_carte {
	width: 243px;
	margin: 0 auto;
}
#footer_content .coordonnees p {
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	margin-top: 0px;
}
#footer_content .back_footer {
	bottom: 0px;
	height: 65px;
	max-width: 100%;
	position:relative;
	margin-top: 30px;
}
#footer_content .back_footer p {
	width: 100%;
	text-align: center;
	display: inline-block;
}
#footer_content .footer_bloc_right{
	max-width: 100%;
}
#form_winnerroom .form_date {
	width: 82px;
}
}
@media (max-width: 880px) {
#content_page .bloc_left_contact, #content_page .bloc_right_contact {
		width: 96%;
		margin: 0% 2%;
	}
}
@media (max-width: 660px) {
	 .img-3-studio {
	 	display: none;
	 }
#header_content #bloc-info-diapo {
	display: none;
}
.bloc-studio .bloc-info-studio-col2 {
	width: 100%;	
}

.bloc-studio .bloc-info-studio-col1diapo {
	float: none;
	margin: 0 auto;
	overflow: visible;
}
.bloc-studio .bloc-info-studio-col2 h3 {
	float: none;	
}
}
@media (max-width: 768px) {
	.bloc-studio .bloc-info-studio-col1diapo {
		width: auto;
		height: auto;
	}
	#menu_footer {
		display: none;
	}
	#footer {
		height:264px;
		z-index: 00;	
	}
#header_content #bloc-info-diapo { 
	top: 180px;
}
	#footer_content .coordonnees p {
		padding-top: 20px;
	}
	
	#menu {
		display: none;
	}
	
#lg_fr, #lg_en { 
	top: 12px;
	right: 10px;
}
	#header_content .logo{
		width: 50%;
		position: absolute;
		right: 0px;
		top: 50px;
		display:block;
		z-index: 100;
	}
	#header_content .residence{
		width: 50%;
		position: absolute;
		left: 0px;
		top: 50px;
		z-index: 100;
	}
	#header_content .logo img {
		width: 75%;
		display:block;
		float: right;
	}
	#header_content .residence img {
		width: 100%;
	}
	.bloc_right_winner .bloc_winner {
		display: none;
	}
	

#content_page .lien-restauration { 
	display: none;
}
	#content_page .bloc_left , #content_page .bloc_right {
		width: 96%;
		margin: 0% 2%;
	}
	#content_page .bloc_right {
		padding-top: 0px;
	}
	#content {
		top: -310px;
		}
}
@media (max-width: 460px){
	#header {
		height: 600px;
	}
	#content {
		top: -290px;	
		z-index: 0;
	}
	#footer {
		z-index: 2;
	}
#tab-lyon td img {
	width: 100px;
	margin:0 auto;
	float: none;
}

#tab-lyon td h3 {
	float: left;
	clear:both;
	text-align:center;	
}
#tab-lyon td p {
	text-align: center;	
}
	.bloc-seminaire .bloc-info-seminaire-2col {
		width: 100%;	
	}
		#content_page .bloc-content-info-studio, #content_page .bloc-content-info-service, #content_page .bloc-content-info-resto {
		width: 100%;
		float: left;
	}
	#content_page .bloc-content-info-studio img {
		display: block;
		margin:0 auto;	
	}
	#content_page .bloc-content-info-studio .bloc-chambre {
		height: auto;
	}
	#content_page .bloc-content-info-studio h4 {
		text-align: center;
	}
	#content_page .bloc-content-info-studio p {
		text-align: center;
	}
	#content_page .bloc-content-info-salles, #content_page .bloc-content-info-lyon {
		width: 100%;
		float: left;
	}
	
#content_page .bloc-content-right-info-accueil{
	float: none;
	width: 100%;
	margin: 0px;
	margin-top: 20px;
}
#content_page .bloc-content-diapo-accueil {
	width: 211px;
	display: block;	
	margin: 0 auto;
}

#content_page .bloc-content-left-info-accueil p {
		margin: 20px 0px;
}
#content_page .bloc-content-right-info-accueil img{
 display: block;
 margin: 0 auto;
 
}
}
