body {
	margin: 0;
	font-family: Helvetica,Arial;
	font-size: 12px;
	color: #6e6d6d;
	line-height: 140%;	
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
}

#wrapper {
	position:absolute; z-index:1;
	/*top:0; bottom:-11px; left:0;*/
	top:114px; bottom:0; left:0; /* change bottom value to increase bottom margin */
	width:100%;
	overflow:auto;
}

#wrapper_video {
	position:absolute; z-index:1;
	/*top:0; bottom:-11px; left:0;*/
	top:24px; bottom:0; left:0; /* change bottom value to increase bottom margin */
	width:100%;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	/*-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}

a {text-decoration: none; outline: none;}

p {padding: 0; margin: 0;}

img{
  max-width:100%;
  height:auto;
}

/* header */

#box_header {
	background-image:url(../images/header_bg.jpg);
	height: 60px;
	padding: 10px;
	position: relative;
}

#box_header img {border: none;} /* fix img border FF */

.logo_sesta {position:absolute; left:50%; margin-left: -55px;}

.site_url {color: #e1cfab; font-weight: bold; display: block; text-align: center; padding-top: 15px;}

a.topright_link {    /* bouton reload */
	float:right; 
	width: 32px;
	height: 32px;
	margin: 0;
	background-image: url(../images/btt_reload.png);
}

a.topright_link:active {background-image: url(../images/btt_reload_active.png);}

/* second_header */

#box_small_header {
	background-color: #5a9dd2;
	height: 20px;
}

#box_breadcrumb {
	padding: 10px;
	background-image: url(../images/bottom_header_bg.jpg);
	height:14px;
}

#box_language {
	background-color: #f1e7d2;
	text-align: right;
	color: #85734e;
}

#box_language input {
	background-color: #85734e;
	border: none;
	color: #fff;
}

.small_header_right {float: right;}

.link_small_header {
	color: #241912;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height:18px;
}

.horaire_link, .contact_link, .tarifs_link {background-repeat: no-repeat; background-position: left top ; padding-left: 18px; float: left;}

.horaire_link {background-image: url(../images/icon_horaires.png);}

.contact_link {background-image: url(../images/icon_contact.png);}

.tarifs_link {background-image: url(../images/icon_tarifs.png);}

.vertical_separator {background-image:url(../images/vertical_separator.jpg); background-position:6px -6px; background-repeat: no-repeat; float: left; height: 26px; width: 13px; }


.video_button, .gmap_button {
	background-image: url(../images/video_button.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 17px;
	margin-top: -7px;
	margin-right: -4px;
	padding: 5px;
	text-align: center;
	color: #e1cfab;
	float: right;
}

.gmap_button {text-transform: none; font-weight: normal;float: left; margin: 0 0 10px -4px;}

.gsa_video {position: absolute; left: 50%; margin-left: -280px; margin-top: 10px;}

.link_retour {
	background-image: url(../images/retour_button.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 16px;
	float: left;
	margin-top: -6px;
	padding: 5px 12px;
	text-transform: uppercase;
	color: #e1cfab;
	font-size: 10px;
	font-weight: bold;
}


/* content home*/

a.location_item {
	border-bottom: solid 1px #dad8d8;
	margin: 0 11px;
	padding: 10px 15px 10px 0;
	min-height: 55px;
	display: block;
	clear: both;
	color:#000000;
	font-family: "Trebuchet MS", Georgia, Helvetica;
	font-size: 10px;
	position: relative;
}

a.location_item:active, a.content_item:active {
	background-color: #dcdcdc;
	margin: 0;
	padding: 10px 26px 10px 11px;
}

.location_item img {
	border: solid 1px #1a1614; 
	margin: 3px 8px 6px 0;
	float: left;
}

.brown_title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #896149;
	font-size: 13px;
	font-family: "Trebuchet MS", Georgia, Helvetica;
}

.location_intro {
	display: block;
	font-size: 13px;
	color: #4b4335;
	font-family: "Trebuchet MS", Georgia, Helvetica;
}

.arrow_right {
	position: absolute;
	right: 0px;
	top:50%;
	margin-top: -8px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 16px;
}

a.location_item:active .arrow_right , a.content_item:active .arrow_right {
	right: 11px;
}


/* content page */

a.location_item .event_type {
	font-size: 11px;
	margin: 0;	
	padding: 0;
	display: inline;
}

.event_type {
	font-size: 11px;
	margin: 0 11px -10px 11px;	
	padding: 11px 0 0 0;
	display: block;
}

.event_infos {
	font-size: 11px;
	font-weight: bold;
	margin: -10px 11px 0 11px;	
	padding: 5px 0 10px 0;
	display: block;
}

.content_title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #1a1614;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, Helvetica;
	margin: 0 11px;
	padding: 20px 0 10px 0;
}

.underline_title {
	border-bottom: solid 1px #1a1614;
	margin-bottom: 15px;
}

.content_element {
	margin: 0 11px 15px 11px;
	display: block;
	font-size: 13px;
	color: #4b4335;
	font-family: "Trebuchet MS", Georgia, Helvetica;
}

.content_element select {
	font-size: 14px;
}

.content_element img {
	border: solid 1px #1a1614;
	float: left;
	width: 100%;
}

.tel a {
	font-weight: bold;
	color: #4b4335;
	font-family: "Trebuchet MS", Georgia, Helvetica;
}

a.content_item {
	border-bottom: solid 1px #dad8d8;
	margin: 0 11px;
	padding: 10px 0;
	display: block;
	clear: both;
	color:#000000;
	font-family: Verdana,Helvetica,Arial;
	font-size: 10px;
	position: relative;
}

.content_item .arrow_right {
	margin-top: -3px;
	background-image: url(../images/arrow-right-little.png);
	width: 6px;
	height: 8px;
}

.content_item .brown_title {
	font-size: 12px;
}

.agenda .brown_title {
	color: #1a1614;
	background-image: url(../images/icon_agenda.png);
	background-repeat: no-repeat; 
	background-position: left top ; 
	padding-left: 20px; 
	padding-top: 2px;
}

.agenda .arrow_right {
	background-image: url(../images/arrow-right-little-black.png);
}

.pages_annexes_title {
	display: block;
	border-bottom: solid 1px #dad8d8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #896149;
}

/* contenu page detail */

.content_page_intro {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #896149;
	padding-bottom: 10px;
}

.content_page_text_comment {
	display: block;
	text-align: center;
	color: #896149;
	border-bottom: solid 1px #896149;
	border-top: solid 1px #896149;
	padding: 10px 0;
	margin: 10px 0;
}


/* tarifs */

.infos_tarifs_subtitle {
	margin: 0 10px;
	padding: 15px 0 3px 0;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
	border-bottom: solid 2px #000;
	color: #000;
}

.tarifs_item {
	border-bottom: solid 1px #dad8d8;
	margin: 0 11px;
	padding: 10px 0;
	display: block;
	clear: both;
	color:#4b4335;
	font-family: "Trebuchet MS", Georgia, Helvetica;
	font-size: 13px;
	position: relative;
}

.tarifs_title {
	display: block;
	font-weight: bold;
	color: #896149;
}

.info_bulle {
	width: 80%;
	font-size: 11px;
	display: block;
}

.prices {
	position: absolute;
	right: 0px;
	top:50%;
	margin-top: -6px;
}

.clear {clear: both;}


/* horaires */

.infos_schedule_subtitle {
	margin: 0 10px 15px 10px;
	padding: 15px 0 3px 0;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
	border-bottom: solid 2px #000;
	color: #000;
}

.horaires_submit {
	background-color: #85734e;
	border: none;
	color: #fff;
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 5px;
}

#form_schedule {
	background-color: #f1e7d2;
	padding: 10px;
	margin: 0;
	display:block;

}

#schedule_d, #schedule_m, #schedule_y {
	width: 32%;
}

