﻿body {
	font-family: "Trebuchet MS";
	font-size: 68.75%; /* 11px */
    color: #68634d;
	margin: 0;
	padding: 7px 0 20px 0;
	text-align: center;
    background: url(../img/common/bgT.gif) 0 0 repeat-x #ece9d4;
}
* {
	font-family: "Trebuchet MS";
    margin: 0;
	padding: 0;
}
*:focus{
	outline: none;
}
input, select{
	font-size: 1em;
	color: #000;
}
img, table{
   border: 0;
}
li {
	list-style: none;
}
.clear{
   clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/* Header *********************************************************************************/
.GO_header{
	width: 945px;
	margin: 0 auto;
	text-align: left;
}
.GO_header h1{
	float: left;
	width: 430px;
	margin-right: 20px;
}
.GO_headerContact{
	width: 146px;
	height: 15px;
	float: left;
	background: url(../img/common/bg_contact.gif) 0 0 no-repeat transparent;
	padding: 9px 13px;
	font-size: 0.9em;
	margin: 31px 10px 0 10px;
}
.GO_headerContact p{
	margin-bottom: 0;
}
.GO_headerContact p.contactPhone{
	border-bottom: solid 1px #ddd8c0;
	padding-bottom: 3px;
}
.contactPhone strong{
	font-size: 1.6em;
	color: #6a890c;
}
.GO_headerContact .contactPhone em{
	font-size: 0.9em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.GO_headerContact a{
	padding-left: 26px;
	color: #6a890c;
	font-weight: bold;
	text-decoration: none;
}
.GO_headerContact a:hover, .GO_headerTools li.GO_myBooking a:hover, .GO_headerTools li.account a:hover{
	text-decoration: underline;
}
.GO_headerTools{
	width: 300px;
	float: left;
	padding-top: 5px;
	margin-top: 27px;
}
.GO_headerTools li{
	float: left;
	width: 146px;
}
.GO_otherLinks{
	width: 145px; 
	float: left;
	margin-left: 9px;
}
.GO_headerTools .GO_otherLinks li{
	float: none;
	width: auto;
	margin-bottom: 0;
}
.GO_headerTools li.account{
	width: 109px;
	margin-left: 7px;
}
.GO_headerTools li a{
	background: url(../img/common/arrow1.gif) 0 5px no-repeat transparent;
	padding-left: 7px;
	color: #8ea443;
}
.GO_headerTools li.GO_myBooking a, .GO_headerTools li.account a, .GO_headerTools li.GO_support a{
	background: url(../img/common/bg_myBooking.gif) 0 0 no-repeat transparent;
	padding: 9px 0 8px 39px;
	font-weight: bold;
	color: #6a890c;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
}
.GO_headerTools li.GO_myBooking a{
	height: 15px;
}
.GO_headerTools li.account a{
	background-image: url(../img/common/bg_myAccount.gif);
}
.GO_headerTools li.GO_support a{
    background-image: url(../img/common/bg_support.gif);
}
.GO_headerTools li.GO_support a:hover{
    text-decoration: underline;
}
.GO_navigation{
	padding-top: 11px;
	margin-left: 5px;
	padding-bottom: 0px;
	-margin-bottom: -1px;
}
.GO_navigation li{
	float: left;
	margin-right: 2px;
}
.GO_navigation li a{
	background: url(../img/common/bg_navR.gif) right 4px no-repeat transparent;
	color: #165218;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	height: 40px;
}
.GO_navigation li.btPromo a{
	background-image: url(../img/common/bg_navPromoR.gif);
	color: #fff;
}
.GO_navigation li a:hover, .GO_navigation li.currentNav a{
	background-image: url(../img/common/bg_navR_on.gif);
	background-position: right 0;
	color: #735f42;
}
.GO_navigation li a span{
	background: url(../img/common/bg_navL.gif) left 4px no-repeat transparent;
	height: 14px;
	display: block;
	float: left;
	padding: 13px 8px;
	cursor: pointer;
}
* html .GO_navigation li a span{
	height: 15px;
	padding: 13px 8px 12px 8px;
}
.GO_navigation li.btPromo a span{
	background-image: url(../img/common/bg_navPromoL.gif);
}
.GO_navigation li a:hover span, .GO_navigation li.currentNav a span{
	background-image: url(../img/common/bg_navL_on.gif);
	background-position: left 0;
}
.alertInfo{
	background-color: #ffd6d1;
	color: #af3100;
	font-size: 0.9em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	border-top: solid 1px #dbf0ff;
}
.alertInfo a{
	text-decoration: none;
	color: #af3100;
}
/*.alertInfo strong{
	text-transform: uppercase;
}*/
.alertInfo big{
	font-size: 1.4em;
	font-weight: bold;
}
.alertInfo p{
	background: url(../img/common/picto_alert.gif) 0 4px no-repeat transparent;
	margin-bottom: 0;	
	padding: 3px 0 3px 25px;
}
.alertInfo marquee{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
.marquee{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 20px;
	overflow: hidden;
}
.textMarquee{
	position: absolute;
	width: 940px;
	/*left: 940px;*/
}
/* END Header *********************************************************************************/

/* Footer ****************************************************************************************/
.GO_footer{
	background: url(../img/common/bg_footer.gif) center top no-repeat transparent;
	padding: 20px 0;
	margin-top: 10px;
	line-height: 12px;
	font-size: 0.9em;
}
html > body .GO_footer, html > body .govoyages{
	overflow: hidden;
}
* html .GO_footer, * html .govoyages{
	height: 1%;
}
.govoyages{
	margin: 0 auto;
	width: 940px;
	text-align: left;
	margin-bottom: 40px;
}
.govoyages dl{
	width: 210px;
	float: left;
	margin-right: 10px;
	border-right: solid 1px #e3e1d6;
	padding-right: 10px;
	height: 85px;
}
.govoyages dl.GO_lastDL{
	border-right: 0;
}
.govoyages dt{
	font-weight: bold;
	text-transform: uppercase;
}
.GO_footer a{
	color: #9d9983;
	text-decoration: none;
}
.GO_footer .govoyages a{
	color: #68634d;
}
.GO_footer a:hover{
	color: #698e0a;
}
.GO_logosList{
	margin-top: 5px;
}
.GO_logosList li{
	display: inline;
}
.GO_Company, .GO_international{
	margin: 0 auto 20px auto;
	width: 940px;
	text-align: left;
	border-bottom: solid 1px #d8d5c0;
	padding-bottom: 15px;
	color: #9d9983;
}
.GO_international dl{
	margin-bottom: 5px;
}
html > body .GO_international dl{
    overflow: hidden;
}
* html .GO_international dl{
    height: 1%;
}
.GO_Company dt, .GO_international dt{
	font-weight: bold;
}
.GO_international dt, .GO_international dd, .GO_international ul, .GO_international li{
	display: inline;
}
.GO_international dt{
	margin-right: 4px;
}
.GO_international a{
	margin: 0 2px;
}
.GO_international img{
    vertical-align: middle;
}
.GO_legalMention{
	margin: 0 auto;
	width: 940px;
	color: #9d9983;
}
.GO_legalMention p{
    background: transparent;
}
/* END Footer *********************************************************************************/
