body {
    overflow-y:hidden;
}

.nofirstimg{
	opacity:0;
	-moz-opacity : 0;
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	filter : alpha(opacity=0); /* IE < 8 */
}

A{
	text-decoration:none;
	color:#FFF;
}
	
#flashsouscontent{
	overflow:hidden;
	cursor:pointer;
}

#linksouscontent{
	width:100%;
	position:absolute;
	z-index:90;
	bottom:15%;
	/*top:70%;*/
	display:block;
	text-align:center;
}

#linksouscontent .innerLinksouscontent{
	width:60%;
	margin:auto;
	max-width:800px;
}

#linksouscontent DIV{
	text-shadow: 0px 0px 5px rgb(0, 0, 0, 1);
	color:#FFFFFF!important;
	text-decoration:none!important;
	font-weight:bold;
	text-transform: uppercase;
	font-size:1.3em!important;
	letter-spacing:0.1em;
	display:block;
	margin:auto;
}

#linksouscontent  DIV.reservernow{
	float:left;
	background: #ce2424;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ce2424), to(#EE1D26));
	background: -moz-linear-gradient(#ce2424, #EE1D26);
	background: linear-gradient(#ce2424, #EE1D26);
	border: solid 1px #be2424;
	border-bottom: solid 3px #bd2524;
	box-shadow: inset 0 0 0 1px #e67e7b;
	text-shadow: 0px 0px 1px rgb(0, 0, 0);
	padding:0.5em 1em;
	margin-top:-2em;
	min-width:200px;
}

#linksouscontent DIV.reservernow:hover{
	background: #EE1D26;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EE1D26), to(#ce2424));
	background: -moz-linear-gradient(#EE1D26, #ce2424);
	background: linear-gradient(#EE1D26, #ce2424);
	border: solid 1px #be2424;
	border-bottom: solid 3px #bd2524;
	box-shadow: inset 0 0 0 1px #e67e7b;
	color: #fff;
	text-shadow: 0 0 1px #FFF;
	cursor:pointer;
}

#linksouscontent  DIV.savoirplus{
	float:right;
	background: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#555));
	background: -moz-linear-gradient(#000, #555);
	background: linear-gradient(#000, #555);
	border: solid 1px #333;
	border-bottom: solid 3px #333;
	box-shadow: inset 0 0 0 1px #FFF;
	text-shadow: 0px 0px 1px rgb(0, 0, 0);
	padding:0.5em 2em;
	margin-top:-2em;
}

#linksouscontent DIV.savoirplus:hover{
	background: #555;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#000));
	background: -moz-linear-gradient(#555, #000);
	background: linear-gradient(#555, #000);
	border: solid 1px #333;
	border-bottom: solid 3px #333;
	box-shadow: inset 0 0 0 1px #FFF;
	color: #fff;
	text-shadow: 0 0 3px #FFFFFF;
	cursor:pointer;
}

#conditions_general{
	position:absolute;
	z-index:91;
}