body,html{
	font: 13px/14px 'GeogrotesqueW02-Regular 1185222',Helvetica, Helvetica;
	color: #000;
	
	}
body{
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

html{
	min-height: 100%;
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	/*
	background: url(../img_interface/back.jpg) no-repeat fixed center center;
	-webkit-background-size: cover; 
  	background-size: cover; 
  	*/
}

#deco {	
	z-index: 8;
	position: absolute;
	display: block;
	top: 20%;
	width: 100%;
}

#titre_deco{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}

#back {
	z-index: 1;
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 0;
	left: 0;
	
}

#back_redim{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}


#back_rel{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

#back_decodup {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}

#back_redim.v img{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

#back_redim.h img{
	height: 100%;
	float: left;
	display: block;
	position: relative;
}

#back_anim {
	z-index: 11;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;

}

#back_actif {
	z-index: 10;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
}



#copy {
	position: fixed;
	display: block;
	margin: 0;
	padding: 2px 5px;
	right: 0;
	bottom: 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	z-index: 100;
}

#mes_back{
	visibility: hidden;
	width: 1px;
	height: 1px;
	display: none;
	position: relative;
}



#enveloppe {
	width: 100%;
	height: 100%;
	border-style: none;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	z-index: 20;
	//min-height: 700px;
}

#contenu_content,#contenu_content2{
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border: 1px none #fff;
}

#content {
	border: 1px none #c4c4c4;
	width: 100%;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	margin: 0;
}



#content_black{
	float: left;
	display: block;
	position: relative;
	padding: 1%;
	width: 98%;
	background-color: #000;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	width: 269px;
}

#pose_contenu {
	width: 50%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	 //-webkit-overflow-scrolling: touch;
	margin: 0;
	padding-top: 30%;
}

#pose_contenu2 {
	width: 50%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	 //-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0;
}

#tirroir {
	margin: 0 10%;
	float: left;
	display: block;
	position: relative;
	width: 80%;
	height: 0;
	overflow: hidden;
	background-color: #000;
}



#tirroir.open {
	height: inherit;
}


#tirroir_content {
	margin: 0;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	color: #fff;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#pose_logo {
	float: left;
	position: relative;
	display: block;
	width: 100%;
}


#pose_mascotte {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 35px;
}


#pose_texte {
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	position: relative;
	padding: 25px;
}

#pose_bt {
	color: #fff;
	display: block;
	float: right;
	position: relative;
	text-align: left;
	margin-top: 10px;
}
#pose_bt img {
	float: left;
	display: block;
	position: relative;
	padding-right: 10px;
}


#surmesure{
	color: #fff;
	background: url(../img_interface/sur_mesure.png) no-repeat center bottom;
	height: 35px;
	margin-bottom: 10px;
}

#baseline{
	color: #fff;
	margin-top: 15px;
}





#pose_real {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu_conteneur{
	float: left;
	display: block;
	position: relative;
	height: 60px;
	width: auto;
}



#menu_top{
	position: relative;
	float: left;
	display: block;
	border-top: 1px solid #000;
}


#menu_content a {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 100px;
	display: block;
	float: left;
	position: relative;
	border-top-style: none;
	border: 1px none #000;
	color: #000;
	-webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:geometricPrecision;
    font-smooth:always;
	background-color: #fff;
	margin-bottom: 2px;
}

#menu_content a.menu_actif,#menu_content a:hover.inactif{
	-webkit-font-smoothing:auto;
	background-color: #8fab1f;
	color: #000;
	border: 1px none #000;
	border-top-style: none;
	width: 100px;
}

a.contact {
	font: 13px/14px 'GeogrotesqueW02-Semibol 1185244',Helvetica, Helvetica;
	font-size: 14px;
	line-height: 13px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	border-top-style: none;
	border: 1px none #000;
	color: #000;
	background-color: #cad215;
	text-align: left;
	padding: 9px 9px 7px;
}

a.contact:hover{
	font: 13px/14px 'GeogrotesqueW02-Semibol 1185244',Helvetica, Helvetica;	
	font-size: 14px;
	line-height: 13px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	border-top-style: none;
	border: 1px none #000;
	color: #fffeff;
	background-color: #cad215;
	text-align: left;
	padding: 9px 9px 7px;
}

a.bt_close{
	position: relative;
	float: right;
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	margin: 2%;
	background-repeat: no-repeat;
	background-position: center center;
}

a.bt_close:hover{
	color: #cad215;
}

#menu_top a.inactif{
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
	width: 100px;
	-webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:geometricPrecision;
    font-smooth:always;
}

#menu_bas{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 7px;
}

a{
	position: relative;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	color: #cad215;
}

a:hover{
	color: #cad215;
}

#bottom_link a {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	border-top-style: none;
	border: 1px none #000;
	color: #000;
	margin: 0 3px 0 0;
	font-size: 12px;
	padding: 5px;
	background-color: #fff;
}

#bottom_link a.actif, #bottom_link a:hover.inactif{
	-webkit-font-smoothing:auto;
	background-color: #000;
	border: 1px;
	color: #fff;
}

#bottom_link a.inact
 {
	
}

#pose_lang {
	width: 100%;
	position: relative;
	float: left;
	display: block;
	border: 1px none #c4c4c4;
}

#cal_lang {
	width: 30px;
	position: relative;
	float: right;
	display: block;
	border: 1px none #c4c4c4;
	margin: 0;
	padding: 0;
}

#cal_lang a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	font-size: 13px;
}

#cal_lang a.actif{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	font-size: 13px;
	background: url(../img_interface/bt_langue_fleche.png) no-repeat right 1px;
}

#cal_lang a.inactif {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	font-size: 13px;
	background-position: 0 0;
}

#cal_lang a:hover.inactif {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	font-size: 13px;
	background: url(../img_interface/bt_langue_fleche_h.png) no-repeat right;
}

#pose_top {
	width: 100%;
	position: fixed;
	display: block;
	border: 1px none #c4c4c4;
	z-index: 100;
	background-color: #3b3b3b;
	height: 80px;
	top: 0;
}

#pose_info {
	width: 910px;
	position: relative;
	float: left;
	display: block;
	border: 1px none #c4c4c4;
	margin: 0;
	padding: 0;
}


#content_site {
	float: left;
	display: block;
	border: 1px none #c4c4c4;
	margin: 0;
	padding: 0;
	position: relative;
}
#pose_down {
	width: 100%;
	position: fixed;
	display: block;
	border: 1px none #c4c4c4;
	height: 50px;
	bottom: 0;
	z-index: 100;
	background-color: #3b3b3b;
}

#adresse {
	position: relative;
	float: right;
	display: block;
	border: 1px none #c4c4c4;
	padding: 0;
	width: 100%;
	text-align: right;
}

#adresse p {
	border: 1px none #c4c4c4;
	line-height: 14px;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#adresse a {
	border: 1px none #c4c4c4;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding: 0;
	color: #000;
}

#link{
	width: 100%;
	float: right;
	display: block;
	position: relative;
}

#bottom_link{
	float: right;
	display: block;
	position: relative;
	padding-top: 5px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#bottom_sup{
	float: right;
	display: block;
	position: relative;
}


#bloc_home{
	width: 100%;
	position: relative;
	float: left;
	display: block;
	border: 1px none #c4c4c4;
}






#bloc_50.marge{
	position: relative;
	float: left;
	display: block;
	border: 1px none #c4c4c4;
	width: 47%;
	margin-left: 3%;
}

#bloc_50.sans{
	width: 49%;
	position: relative;
	float: left;
	display: block;
	border: 1px none #c4c4c4;
}

#bloc_50.right{
	float: right;
}

#bloc_home_pos{
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	border: 1px none #a10000;
	z-index: 10;
	top: -29px;
	position: relative;
}

#clear_wrapp{
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	background-color: #313131;
	color: #000;
	text-align: center;
	clear: both;
}

#bloc_normal{
	width: 299px;
	height: 178px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	background-color: #fff;
	color: #000;
	text-align: center;
}

a.std{
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #000;
}
a:hover.std{
	font-style: normal;
	text-decoration: underline;
	font-variant: normal;
	color: #000;
}
a.free{
	width: 100%;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/ico_wifi.png) no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-top: 42px;
	margin-bottom: 5px;
}

a.resto{
	width: 100%;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/ico_resto.png) no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-top: 42px;
	margin-bottom: 5px;
}

a.consignes{
	width: 100%;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/ico_consigne.png) no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-top: 42px;
	margin-bottom: 5px;
}

a.pmr{
	width: 100%;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/ico_pmrhome.png) no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-top: 42px;
	margin-bottom: 5px;
}

a.nopet{
	width: 100%;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/ico_nopets.png) no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-top: 42px;
	margin-bottom: 5px;
}

a.cafet{
	width: 100%;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/ico_cafet.png) no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-top: 42px;
	margin-bottom: 5px;
}
a.faceb{
	width: 28px;
	height: 35px;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/bt_facebook.png) no-repeat center center;
	margin: 0 0 0 3px;
	padding: 0;
}

a.tweet{
	width: 28px;
	height: 35px;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/bt_tweet.png) no-repeat center center;
	margin: 0 0 0 3px;
	padding: 0;
}

a.trip{
	width: 28px;
	height: 35px;
	float: right;
	display: block;
	position: relative;
	background: url(../img_interface/bt_trip.png) no-repeat center center;
	margin: 0 0 0 3px;
	padding: 0;
}
h1{
	
	margin: 0 0 10px;
	text-align: left;
	text-decoration: none;
	font: normal normal 24px/26px "Geogrotesque W02 Lt", Arial, Helvetica, Geneva, sans-serif;
}

.left{
	text-align: left;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}



.right{
	position: relative;
	float: right;
	display: block;
	border: 1px none #c4c4c4;
	margin-top: 2%;
}

.center{
	text-align: center;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

#deco img{
	display: block;
	height: 100%;
	float: right;
}


h2{
	margin: 5px 0 10px;
}

h3.big_center{
	margin: 20px 0;
	text-align: center;
	font-size: 28px;
}

p{
	margin: 2px 0 5px;
	font-size: 16px;
	line-height: 18px;
	color: #c9c9c9;
}


p.justif{
	text-align: justify;
}

p.sign{
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
}

ul{
margin: 2px 0 15px;
	font-size: 15px;
	line-height: 17px;
	padding-left: 25px;
}

#titre_number{
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 10px;
	float: left;
	display: block;
	position: relative;
}

/* @group form */

#Formulaire_contact{
	float: left;
	display: block;
	position: relative;
	margin: 0 5% 5%;
}

#tirroir_formulaire{
	width: 100%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
}


#content_tirroir{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

a.bt_sub_contact{
	position: relative;
	float: left;
	display: block;
	padding: 1%;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 2% 0 0;
	width: 98%;
	color: #000;
	background: #cad215 no-repeat center center;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.bt_sub_contact:hover{
	background-color: #cad215;
	color: #fff;
}

a.bt_open_form{
	display: block;
	position: relative;
	margin: 10px 0;
	font-size: 20px;
	line-height: 25px;
	float: left;
	width: 100%;
	color: #000;
	background: #f2f2f2 url(../img_interface/fleche_defonce.png) no-repeat center top;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.bt_open_form:hover{
	display: block;
	position: relative;
	margin: 10px 0;
	font-size: 20px;
	line-height: 25px;
	float: left;
	width: 100%;
	color: #fff;
	background: #000 url(../img_interface/fleche_defonce.png) no-repeat center top;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

select::-ms-expand {
    display: none;
}

input, select, textarea {
		margin:0; padding:0; outline:none;		
		width: 100%;
} 

select,input {
	
	text-overflow: '';
	text-indent: 0.01px;
}	

select,
	select[size='0'],
	select[size='1'] {
		//background: transparent url(../img_interface/bt_langue_fleche.png) no-repeat right center;
}
	
select {	
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border-style: none;
	color: #fff;
}

input {
	width: 92%;
	margin-left: 12px;
	margin-right: 12px;
	border-style: none;
}

label{
	display: block;
	float: left;
	position: relative;
	margin-bottom: 5px;
}


input[type=radio] {
	-webkit-appearance:radio ;
	-moz-appearance: radio ;
	appearance: radio ;
	width: 20px;
	height: 20px;
	margin: 2px;
	padding: 2px;
	display: block;
	position: relative;
	float: left;
	text-align: center;
}


input.form[type=checkbox] {
	-webkit-appearance:checkbox ;
	-moz-appearance:checkbox ;
	appearance:checkbox;
	width: 20px;
	height: 20px;
	margin: 2px;
	padding: 2px;
	display: block;
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #000;
}


select.calendar,option.calendar {
	margin: 2px 0 0;
	padding: 5px;
	width: 100%;
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	position: relative;
	border: 1px solid #fefefe;
	text-align: center;
	font-size: 15px;
}

select.form1,option.form1 {
	margin: 2px 0 0;
	padding: 5px;
	width: 100%;
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	position: relative;
	border: 1px solid #fefefe;
	text-align: center;
	font-size: 15px;
}


input.form1,textarea.form1,select.form1{
	margin: 2px 0 0;
	padding: 5px;
	width: 100%;
	background-color: #fff;
	color: #090909;
	display: block;
	float: left;
	position: relative;
	border: 1px solid #000;
}

textarea{
	margin: 0;
	padding: 0;
	width: 100%;
	color: #090909;
	display: block;
	float: left;
	position: relative;
	border: 1px none #b1b3b3;
	font-size: 15px;
	line-height: 18px;
	text-indent: 3px;
	background-color: #f2f2f2;
}

input,select,input,input,select {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #090909;
	display: block;
	float: left;
	position: relative;
	border: 1px none #000;
	font-size: 15px;
	line-height: 18px;
	height: 28px;
	text-indent: 3px;
	background-color: #f2f2f2;
	border-bottom-color: #b1b3b3;
	border-bottom-width: 1px;
}

input.form_warning,input.form_warning,textarea.form_warning,select.form_warning {
	background-color: #dbd9d9;
	border: 1px solid #faae3b;

}



span.open{
	font: normal normal 14px/16px 'GeogrotesqueW02-Regular 1185222',Helvetica, Helvetica;
	margin: 1px 0 0;
	padding: 5px 0 0;
	color: #faae3b;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 100;
	background: url(../img_interface/fleche_alert.png) no-repeat left center;
	height: 15px;
	text-indent: 20px;
}

span.close{
	margin: 0;
	padding: 0;
	color: #faae3b;
	visibility: hidden;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;	
	float: left;
	display: block;
	position: relative;
	width: 0;
	height: 0;
}

#mes_alerte{
	width: 99%;
}

#mes_alerte.close{
	margin: 0;
	padding: 0;
	color: #faae3b;
	visibility: hidden;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	float: left;
	display: block;
	position: relative;
	height: 0;
}

#mes_alerte.open{
	margin: 1px 0 0;
	padding: 5px 0 0;
	color: #faae3b;
	text-decoration: none;
	display: block;
	left: 0;
	background: url(../img_interface/fleche_alert.png) no-repeat left center;
	height: 15px;
	text-indent: 20px;
	float: left;
	position: relative;
}

#lign_form_1,#ligne_form_fin_bt{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	margin: 15px 0 0;
	padding: 0;
}

#message_retour{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

#message_retour.ok{
	width: 92%;
	display: block;
	float: left;
	position: relative;
	margin: 2%;
	padding: 2%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	background-color: #7ad754;
}

#retour{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	visibility: hidden;
	height: 0;
}

#action{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	visibility: hidden;
	height: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: 700;
	line-height: normal;
	overflow: visible;
	float: left;
	display: block;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	display: block;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}


/* @end */

@media only screen and (max-width: 820px) {

#deco img{
	display: block;
	width: 80%;
	height: auto;
}



#pose_contenu {
	width: 96%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	 //-webkit-overflow-scrolling: touch;
	margin: 10px 2% 2%;
	padding: 0;
}


#pose_contenu2 {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	 //-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0;
}

#pose_logo {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	margin-top: 10%;
}

#tirroir {
	margin: 2%;
	float: left;
	display: block;
	position: relative;
	width: 96%;
	height: 0;
	overflow: hidden;
	background-color: #000;
}

}