#tripadvisor
{
height:70px;
width:150px;
text-align:center;
margin-top:-70px; margin-left:790px;
}
#tripadvisor a
{
color:#666666;
text-decoration:none;
}
#txt1
{
margin-top:-68px;
font-size:11px;
}
#txt2
{
margin-top:25px;
font-size:11px;
}
/* HighSlide */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* COMMON STYLE
--------------------------------------------------------- */

#log {
margin-top:-5px;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #4F4F4F;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bd-bg.gif) #E6E6E6;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, #gullstream-pathway {
	font-size: 100%;
	color: #000000;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(../images/arrow.png) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 0px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid transparent;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {

	border: none;
}

td, div {
	font-size: 100%;
	/*margin-top:10px;*/
	
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	background: url(../images/but-bg.gif) repeat-x top #58330A;
	color: #FFFFFF;
	border: 1px solid #58330A;
	padding: 1px 5px;
	font-weight: bold;

}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 5px;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-top: 3px solid #CCCCCC;
	background: url(../images/code-bg.gif) no-repeat right top #F8F8F8;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
div.quote-grey {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #F8F8F8;
	padding : 0;
	margin: 0;
	border: 1px dotted #929292;
}

div.quote-grey blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

div.quote-hilite {
	background: url(../images/q1_std2.gif) no-repeat 20px 10px #EBF4E2;
	padding : 0;
	margin-top: 20px;
	border:1px dotted #92BF68;
}

div.quote-hilite blockquote {
	color: #609133;
	background: url(../images/q2_std2.gif) no-repeat right bottom;
	margin: 0;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

.dropcap-hilite {
	float: left;
	padding: 4px 3px 0 3px;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #95703C;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #95703C;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: White;
	font-weight: bold;
}

/* Note Style */
div.stickynote {
	margin-top: 20px;
	padding: 0;
	border: 1px solid #E2E2E2;
}

div.stickynote p {
	background: url(../images/sticky-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F3F3F3;
}

div.pinnote {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #F2CAB7;
}

div.pinnote p {
	background: url(../images/pin-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #58330A;
	padding: 10px 15px 10px 55px;
	border: 2px solid #FCF4F0;
}

div.contact {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #B5E9F6;
}

div.contact p {
	background: url(../images/contact-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #18B8DF;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F0FBFD;
}

div.download {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #D7EAC6;
}

div.download p {
	background: url(../images/download-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #609133;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F5FAF0;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 0px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub-br-bg.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub-bl-bg.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub-tr-bg.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub-tl-bg.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br-bg.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl-bg.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr-bg.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl-bg.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br-bg.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl-bg.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr-bg.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl-bg.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background: url(../images/grad2.gif) repeat-x bottom #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px;
}

.box-hilite {
	border: 1px solid #CCCCCC;
	background: White;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	background: url(../images/h3-bg-narrow.gif) no-repeat;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.wide div.moduletable h3 {
	background: url(../images/h3-bg.gif) no-repeat;
}

div.moduletable {
	padding: 5px 10px;
}

div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 15px 15px 20px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}

/* Right module */
div.module-brick h3,
div.module-green h3,
div.module-cyan h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module-brick,
div.module-green,
div.module-cyan {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-circle-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module-brick div,
div.module-green div,
div.module-cyan div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module-brick div div,
div.module-green div div,
div.module-cyan div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module-brick div div div,
div.module-green div div div,
div.module-cyan div div div {
	padding: 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module-brick div div div div,
div.module-green div div div div,
div.module-cyan div div div div {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}

/* Module Brick */
div.module-brick {
	background: url(../images/box-hl-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-brick div {
	background: url(../images/box-hl-bl.gif) no-repeat bottom left;
}

div.module-brick div div {
	background: url(../images/box-hl-tr.gif) no-repeat top right;
}

div.module-brick div div div {
	background: url(../images/box-hl-tl.gif) no-repeat top left;
}

/* Module Green */
div.module-green {
	background: url(../images/box-green-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green div {
	background: url(../images/box-green-bl.gif) no-repeat bottom left;
}

div.module-green div div {
	background: url(../images/box-green-tr.gif) no-repeat top right;
}

div.module-green div div div {
	background: url(../images/box-green-tl.gif) no-repeat top left;
}

/* Module Blue */
div.module-cyan {
	background: url(../images/box-cyan-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-cyan div {
	background: url(../images/box-cyan-bl.gif) no-repeat bottom left;
}

div.module-cyan div div {
	background: url(../images/box-cyan-tr.gif) no-repeat top right;
}

div.module-cyan div div div {
	background: url(../images/box-cyan-tl.gif) no-repeat top left;
}

/* Module Blank */
div.module-blank {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}

div.module-brick a,
div.module-green a,
div.module-cyan a {
	color: #FFFFFF;
}

div.module-brick li,
div.module-green li,
div.module-cyan li {
	background-image: url(../images/arrow4.gif) !important;
}

/* GULLSTREAM STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
margin-bottom:-20px;
	display: block;
	height: 15px;
	background: url(../images/sep.gif) no-repeat center right;
}

#gullstream-col1 .article_separator, #gullstream-col2 .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contentpane, table.contentpaneopen {
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px 0;
	width: 35%;
	background: #F8F8F8;
}

table.contenttoc td {
	padding: 5px 5px 0 20px;
	background: url(../images/arrow.png) no-repeat 3% 60%;
}

table.contenttoc th {
	padding: 5px;
	background: #E6E6E6;
	text-indent: 5px;
	border-bottom: 5px solid #FFFFFF;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: White;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #4F4F4F;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 5px 0;
	margin-top:-20px;
	background: url(../images/sep.gif) no-repeat bottom right;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
}

.contentdescription {
	padding-bottom: 0px;
}

table.blog .contentheading {
	font-size: 100%;
}

.contentheading {
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #E7DCC7;
}

a.contentpagetitle {
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none;
}

a.readon {
	float: left;
	display: block;
	background: url(../images/readon.gif) no-repeat top;
	width: 74px;
	height: 18px;
	text-indent: -5000px;
	outline: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom;
}

div.back_button a {
	margin: 10px 0;
	display: block;
	background: url(../images/but-back.gif) no-repeat top;
	height: 18px;
	width: 49px;
	outline: none;
	text-indent: -300%;
}

div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 0 1px;
	color: #999999;
	text-transform: uppercase;
	font-size: 90%;
}

.modifydate {
	color: #999999;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 5px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
	color: #999999;
	font-size: 90%;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
border-bottom:1px solid #58330A;
	color: #ffffff;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #a98d6e;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	border-bottom: 1px solid #CCCCCC;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#gullstream-wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color:transparent;
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
}

.wide #gullstream-wrapper {
	width: 950px;
		background-color:transparent;
}



#gullstream-container,#gullstream-container-fr {

		background-color:transparent;
}

.wide #gullstream-container,.wide #gullstream-container-fr {
		background-color:transparent;
}

#gullstream-container-f, #gullstream-container-fl {
		background-color:transparent;
}

#gullstream-contentwrap {
	background-color:transparent;

}
#gullstream-contentwrap2 {
margin-top:-155px;
	background-color:transparent;
}
#gullstream-content {
	padding: 25px 10px 20px;
	margin: 0;
	clear: both;
	display: block;

		color:#ffffff;
		border-left: 1px solid #b69066;
		border-right: 1px solid #b69066;
		border-bottom: 1px solid #b69066;
		border-top: 1px solid #b69066;
		background-color: #9a7954;
}

.wide #gullstream-content {
	width:930px;
	margin:0px auto;
	text-align:left;
	margin-top:10px;
}

#gullstream-contentalia {
	padding: 25px 10px 20px;
	margin: 0;
	clear: both;
	display: block;

		color:#000000;
		border-left: 1px solid #b69066;
		border-right: 1px solid #b69066;
		border-bottom: 1px solid #b69066;
		border-top: 1px solid #b69066;
		background-color: #F4F4F2;
}

.wide #gullstream-contentalia {
	width:930px;
	margin:0px auto;
	text-align:left;
	margin-top:10px;
}

#gullstream-content1 {
	margin: 0;
	clear: both;
	display: block;

	background-color: transparent;
	height:1px;
	margin-top:362px;
}
/*------------------	controle le bloc contenu	-----------------*/
.wide #gullstream-content1 {
	width:930px;
		height:1px;
	margin-top:362px;

}
		
#gullstream-content2 {
	padding: 25px 0px 20px;
	margin: 0;
	clear: both;
	display: block;
		color:#000000;
		background-color: #F4F4F2;
		width:950px;
}

/*------------------	controle le bloc contenu	-----------------*/
.wide #gullstream-content2 {
	margin:0px auto;
	text-align:left;
	margin-top:0px;
	width:950px;
}
#gullstream-contentconf {
	padding: 25px 0px 20px;
	margin: 0;
	clear: both;
	display: block;
		color:#000000;
		background-color: #F4F4F2;
		width:950px;
}

/*------------------	controle le bloc contenu	-----------------*/
.wide #gullstream-contentconf {
	margin:0px auto;
	text-align:left;
	margin-top:0px;
	width:950px;
}
#gullstream-content3 {
	padding: 25px 0px 20px;
	margin: 0;
	clear: both;
	display: block;
		color:#000000;
		background-color: #F4F4F2;
		width:950px;
}

.wide #gullstream-content3 {
	margin:0px auto;
	text-align:left;
	margin-top:0px;
	width:950px;
}
#gullstream-contentpay {
	padding: 25px 0px 20px;
	margin: 0;
	clear: both;
	display: block;
		color:#000000;
		background-color: #F4F4F2;
		width:950px;
}

.wide #gullstream-contentpay {
	margin:0px auto;
	text-align:left;
	margin-top:0px;
	width:950px;
}
#gullstream-content4 {
	padding: 25px 10px 20px;
	margin: 0;
	clear: both;
	display: block;

		color:#ffffff;
		border-left: 1px solid #b69066;
		border-right: 1px solid #b69066;
		border-bottom: 1px solid #b69066;
		border-top: 1px solid #b69066;
		background-color: #9a7954;
}

/*------------------	controle le bloc 	-----------------*/

.wide #gullstream-content4 {
	width:930px;
	margin:0px auto;
	text-align:left;
	margin-top:10px;
}

*/
/*------------------	controle le bloc contenu	-----------------*/


.wide #gullstream-contentreservations {
	/*background: url(../images/bg.gif)  repeat-x top;;*/
	/*float: left;
	width: 100%;*/
	width:930px;
	margin:0px auto;
	text-align:left;
background-color:transparent;
}
}

/* HEADER
--------------------------------------------------------- */
#gullstream-header {
	clear: both;
	text-align: left;
	background: url(../images/mainnav-bg.gif);
		background-color: transparent;
		color:#663300;
}

#gullstream-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	float: left;
	width: 220px;
	height: 46px;
	background-color: transparent;

}

#gullstream-header h1 a {
	width: 220px;
	height: 46px;
	display: block;
	text-indent: -300%;

}

#gullstream-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#gullstream-header h1 img {
	float: left;
}





div.header-sep {
/*background-image:url(bg.png);*/
	height:16px;
	padding: 4px 0;
	clear: both;
}

/* Search */
#gullstream-search {
	background: url(../images/search-bg-narrow.gif) no-repeat left;
	width: 160px;
	height: 38px;
	margin-bottom: 5px;
}

.wide #gullstream-search {
	background: url(../images/search-bg-wide.gif) no-repeat left;
	width: 200px;
}

#gullstream-search .inputbox {
	margin-top: 4px;
	margin-left: 30px;
	border: none;
	width: 100px;
}

.wide #gullstream-search .inputbox {
	width: 130px;
}

#gullstream-subhead {
/*margin-top:150px;*/
	height:0px;
	background: url(../images/header-bg.jpg) no-repeat bottom right;
	position: relative;
}

#gullstream-subhead div.innerpad {
	background: url(../images/top-bg-narrow.png) repeat-y top left;
	position: absolute;
	width: 10%;
}

.wide #gullstream-subhead div.innerpad {
	background: url(../images/top-bg.png) repeat-y top left;
}

#gullstream-subhead div.moduletable {
	color: #FFFFFF;
	padding-left: 230px;
}

#gullstream-subhead div.moduletable h3 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 225%;
	text-decoration: none;
	background: none;
}

#gullstream-subhead div.moduletable a {
	color: #FFFFFF;
}

#gullstream-subhead .article_separator {
	display: none;
}

#gullstream-subhead ul {
	margin: 0;
}

#gullstream-subhead li {
	margin: 0;
	padding: 0 0 0 0px;
	background: url(../images/arrow4.gif) no-repeat 5px 8px;
}

/* NAVIGATION
--------------------------------------------------------- */
#gullstream-mainnavwrap {
	width: 550px;
	height: 28px;
	float: left;
}

.wide #gullstream-mainnavwrap {
	width: 730px;
}

#gullstream-mainnav {
	width: 950px;
	float: left;
	margin-left:0px;
	background-image:url(../images/bg.png);
	padding-top: -5px;
	margin-bottom:0px;
	height:28px;
}

.wide #gullstream-mainnav {
	width: 950px;
		background-image:url(../images/bg.png);
		padding-top: -5px;
		margin-bottom:0px;
		height:28px;
}

#gullstream-mainnav a {
	color: #ffffff;
	outline: none;
	font-weight: bold;
	font-size: 95%;
	text-transform: uppercase;
	padding: 0 5px 0px 5px;
	/*border-left: 2px solid #E6E6E6;*/
	display: block;
}

#gullstream-mainnav a:hover, #gullstream-mainnav a:active, #gullstream-mainnav a:focus {
	text-decoration: none;
}



#gullstream-subnav {
	clear: both;
	background-image:url(bg.png);
	line-height: normal;
}

/* Default Gullstream! Menu */
a.mainlevel {
	padding: 5px;
	width: 90%;
	display: block;
	color: #4F4F4F;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #4F4F4F;
	background: #F8F8F8;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #F8F8F8;
	color: #95703C;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 13px;
	display: block;

	background: url(../images/arrow.png) no-repeat 5px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #b29575;
	text-decoration: none;
}

#active_menu {

}

/*----------------------	position du footer -----------*/


#gullstream-botnavwrap2 {
margin-top:95px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	background: #F8F8F8;	
	overflow: hidden;
}

#gullstream-botnavwrap {
	position: relative;
	background-color:transparent;
	overflow: hidden;
	color:#FFFFFF;

}

#gullstream-mainmenuwrap {
	position: relative;
	background-color:transparent;
	overflow: hidden;
}


#gullstream-mainmenuwrap3 {
	position: relative;
	background-color:transparent;
	overflow: hidden;
	margin-top:200px;
}

#gullstream-mainmenuwrap2 {
	position: relative;
	background-color:transparent;

}

#gullstream-botnav {
	padding: 0 -2px;/* 0 240px;*/
	/*background: url(../images/botnav-bg.gif) repeat-y top left #F1F1F1;*/
	overflow: hidden;
}

#gullstream-botnav ul {
	margin: 0;
	padding: 0;
}

#gullstream-botnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#gullstream-botnav a {
	color: #ffffff;
	display: block;
	float: left;
	padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 5px;
	text-decoration: none;
}

#gullstream-botnav a:hover, #gullstream-botnav a:active, #gullstream-botnav a:focus {
	
	color: #DBC499;
	padding-right: 5px;
padding-left: 5px;
}

#gullstream-botnavwrap {
	position: relative;
	background-color:transparent;
	overflow: hidden;
	color:#FFFFFF;

}
#gullstream-botnavwrap small {
	width: 170px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	text-align: center;
	margin-top: 7px;
	
}

* html #gullstream-botnavwrap small { /* IE 6 */
	width: 167px;
}

.wide #gullstream-botnavwrap small {
	width: 214px;
	letter-spacing: 3px;
}

* html .wide #gullstream-botnavwrap small { /* IE 6 */
	width: 211px;
}


#gullstream-botnav1 {
	padding: 0 -2px;/* 0 240px;*/
	/*background: url(../images/botnav-bg.gif) repeat-y top left #F1F1F1;*/
	overflow: hidden;
}

#gullstream-botnav1 ul {
	margin: 0;
	padding: 0;
}

#gullstream-botnav1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#gullstream-botnav1 a {
	color: #ffffff;
	display: block;
	float: left;
	padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 5px;
	text-decoration: none;
}

#gullstream-botnav1 a:hover, #gullstream-botnav1 a:active, #gullstream-botnav1 a:focus {
	
	color: #DBC499;
	padding-right: 5px;
padding-left: 5px;
}

#gullstream-botnavwrap1 {
	position: relative;
	background-color:transparent;
	overflow: hidden;
	color:#FFFFFF;

}
#gullstream-botnavwrap1 small {
	width: 170px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	text-align: center;
	margin-top: 7px;
	
}

* html #gullstream-botnavwrap1 small { /* IE 6 */
	width: 167px;
}

.wide #gullstream-botnavwrap1 small {
	width: 214px;
	letter-spacing: 3px;
}

* html .wide #gullstream-botnavwrap1 small { /* IE 6 */
	width: 211px;
}





#gullstream-botnav4 {
	padding: 0 -2px;/* 0 240px;*/
	/*background: url(../images/botnav-bg.gif) repeat-y top left #F1F1F1;*/
	overflow: hidden;
}

#gullstream-botnav4 ul {
	margin: 0;
	padding: 0;
}

#gullstream-botnav4 li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#gullstream-botnav4 a {
	color: #ffffff;
	display: block;
	float: left;
	padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 5px;
	text-decoration: none;
}

#gullstream-botnav4 a:hover, #gullstream-botnav4 a:active, #gullstream-botnav4 a:focus {
	
	color: #DBC499;
	padding-right: 5px;
padding-left: 5px;
}

#gullstream-botnavwrap4 {
	position: relative;
	background-color:transparent;
	overflow: hidden;
	color:#FFFFFF;

}
#gullstream-botnavwrap4 small {
	width: 170px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	text-align: center;
	margin-top: 7px;
	
}

* html #gullstream-botnavwrap4 small { /* IE 6 */
	width: 167px;
}

.wide #gullstream-botnavwrap4 small {
	width: 214px;
	letter-spacing: 3px;
}

* html .wide #gullstream-botnavwrap4 small { /* IE 6 */
	width: 211px;
}





/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.gullstream-box-full, .gullstream-box-left, .gullstream-box-center, .gullstream-box-right {
	float: left;
	overflow: hidden;
}

.gullstream-box-left div.moduletable {
	padding: 0 10px 10px 0;
}

.gullstream-box-right div.moduletable {
	padding: 0 0 10px 10px;
}

.gullstream-box-center div.moduletable {
	padding: 0 5px 10px;
}

/* Top Spotlight */
#gullstream-topslwrap {
	padding: 0;
	margin-bottom: 10px;
}

div.sep {
	display: block;
	height: 10px;
	background: url(../images/sep2.gif) no-repeat top right;
}

#gullstream-topsl h3, #gullstream-botsl h3 {
	background: none;
}

#gullstream-topsl div.moduletable h3 {
	padding: 0 0 5px 0;
	background: url(../images/sep.gif) no-repeat right bottom;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	width:920px;
}


#gullstream-topsl div.gullstream-box-left,
#gullstream-topsl div.gullstream-box-center,
#gullstream-topsl div.gullstream-box-right {
	padding: 0 !important;
}

#gullstream-topsl div.gullstream-box-left,
#gullstream-topsl div.gullstream-box-center {
}

/* Bottom Spotlight */
#gullstream-botsl {
	padding: 15px 0;
	color: #999999;
	border-top: 1px solid #CCCCCC;
}

#gullstream-botsl a {
	color: #999999;
}

#gullstream-botsl a:hover, #gullstream-botsl a:active, #gullstream-botsl a:focus {
	color: #4F4F4F;
}

#gullstream-topsl ul,
#gullstream-botsl ul {
	padding: 0;
	margin: 0 !important;
}

#gullstream-topsl li,
#gullstream-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 7px;
}

#gullstream-topsl td,
#gullstream-botsl td {
	padding: 0;
}

#gullstream-botsl .article_separator,
#gullstream-topsl .article_separator {
	display: none;
}

#gullstream-botsl table,
#gullstream-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#gullstream-pathway {
	display: block;
	float: left;
	font-size: 90%;
	padding: 0 8px 0 0;
	margin-bottom: 2px;
	background: url(../images/pathway-r.gif) no-repeat center right #E6E6E6;
	line-height: 23px;
}

#gullstream-pathway div.innerpad {
	display: block;
	float: left;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../images/pathway-l.gif) no-repeat center left;
}

#gullstream-pathway img {
	margin: 0 5px 1px;
}

#gullstream-pathway a {
	color: #4F4F4F;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#gullstream-mainbody, #gullstream-mainbody-fl, #gullstream-mainbody-fr, #gullstream-mainbody-f {

}


/*****************************************************************/


/*****************************************************************/
#gullstream-mainbody, #gullstream-mainbody-fr {
float: left;
 margin-top:45px;

}

.wide #gullstream-mainbody, .wide #gullstream-mainbody-fr {
	width: 730px;
}

#gullstream-mainbody-fl {

	float: left;
	width: 100%;
}

#gullstream-mainbody-fl #gullstream-contentwrap {

	float: left;
	width: 80%;
	background: none;
}

#gullstream-mainbody-fl #gullstream-col2 {

	float: right;
	width: 20%;
}

#gullstream-mainbody-f {

	float: none;
	width: 100%;
}

#gullstream-mainbody #gullstream-contentwrap {
/*background: url(../images/bg.gif)  repeat-x top;;*/
	/*float: left;
	width: 100%;*/
	width: 100%;
	margin:0px auto;
	text-align:left;



}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#gullstream-col1 {
	float: left;
	width: 175px;
	overflow: hidden;
}

.wide #gullstream-col1 {
	width: 220px;
}

#gullstream-col1 div.innerpad {
	padding: 85px 7px 15px; 
}

.wide #gullstream-col1 div.innerpad {
	padding: 85px 15px 15px; 
}

#gullstream-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
	padding: 15px 0;
}

#gullstream-col2 div.innerpad {
	padding: 0 7px 0 0; 
}

.wide #gullstream-col2 div.innerpad {
	padding: 0 15px 0 0; 
}

#gullstream-col1 table,
#gullstream-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#gullstream-col1 ul li,
#gullstream-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

#gullstream-col1 ul,
#gullstream-col2 ul {
	margin: 0;
}

/* FOOTER
--------------------------------------------------------- */
#gullstream-footer {

	padding: 10px 0;

}

.wide #gullstream-footer {

}

#gullstream-footer a {
	color: #ffffff;
}

#gullstream-footer a:hover,
#gullstream-footer a:active,
#gullstream-footer a:focus {
	color: #E4D6BE;
}

#gullstream-footer small {
	padding: 0 15px;
	margin-left: 180px;
	display: block;
	color:#FFFFFF;
}


.wide #gullstream-footer small {
margin-top:-10px;
	margin-left: -770px;
	font-size:11px;
}
#gullstream-footer small2 {
	padding: 0 15px;
	margin-left: 180px;
	display: block;
}
.wide #gullstream-footer small2{
margin-top:-15px;
	margin-right: -590px;
	font-size:11px;
}
div#logo-ext {
	padding-top: 18px;
	margin-left:-5px;

	width: 170px;
	float: left;
	text-align: left;
}

.wide div#logo-ext {
	width: 220px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools */
#gullstream-usertoolswrap {
	float: right;
	margin-top: 8px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/sitetool-bg1.gif) no-repeat center left;
	position: relative;
	z-index: 99;
}

span.gullstream-sitetool {
	margin: 0;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}

#gullstream-usertoolswrap:hover, #gullstream-usertoolswrap.gullstream-toolswraphover {
	background: url(../images/sitetool-bg2.gif) no-repeat center left;
}

#gullstream-usertoolswrap:hover #gullstream-usertools,
#gullstream-usertoolswrap.gullstream-toolswraphover #gullstream-usertools {
	display: block;
	top: 30px;
}

#gullstream-usertools {
	padding: 0;
	float: right;
	display: none;
	background: url(../images/usertool-bg.gif) repeat-x top #DDDDDD;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	position: absolute;
	top: 100%;
}

#gullstream_header_jsfade {
	z-index: 1;
}

#gullstream-usertools ul {
	float: left;
	margin: 0;
	padding: 7px 5px 0;
}

#gullstream-usertools li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#gullstream-usertools img {
	padding: 0 2px;
}

ul.accessibility {
	position: absolute;
	top: -100%;
}

#gullstream-botnav ul.accessibility {
	float: right;
	position: relative;
	top: auto;
}

#gullstream-banner {
	text-align: center;
}

#modlgn_passwd, #modlgn_username{
	width: 88%;
}

#modlgn_passwd {
}

#modlgn_username{
}

#modlgn_remember {
	border: none;
	background: none;
}

/* GULLSTREAM CoolAds Module */
#gullstream-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#gullstream-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#gullstream-coolads-container div.moduletable {
	overflow: hidden;
}

/* SLWI */
.gullstream-slwi-container {
	width: 100%;
}

.gullstream-slwi-container h3 {
	margin: 0 !important;
	padding: 7px 10px !important;
	font-size: 100% !important;
	line-height: normal !important;
}

.gullstream-slwi-text p {
	padding: 0 10px;
	margin: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Login form */
#form-login p {
	margin: 0px;
}

#form-login ul li {
	padding-left: 10px;
	background: url(../images/arrow.png) no-repeat 0px 6px;
}

#login{
margin-left:140px;
width:70%;
    color : black;
	font-weight: bold;
	padding : 7px;
	/*-moz-border-radius:25px;*/
	/* border: 3px ridge #0066FF;*/
	border: 1px ridge #000000 ;
	/*background-image: url('../images/bleucla_spc.jpg');*/
	background-color: #a98d6e;  /* fonf gris */
}
#contact{
margin-left:60px;
/*margin-top:-10%;*/
width:773px;
    color: #FFFFFF;
	padding : 7px;
	/* border: 3px ridge #0066FF;*/
	border: 1px ridge #000000 ;
	/*background-image: url('../images/bleucla_spc.jpg');*/
	background-color: #a98d6e;  /* fonf gris */
	font-size:12px;
}

#adress{
margin-top:0px;
margin-left:55px;

width:81.5%;
height:150.2%;
    color: #FFFFFF;
	font-weight: bold;
	padding : 7px;

	/* border: 3px ridge #0066FF;*/
	border: 1px ridge #000000 ;
	/*background-image: url('../images/bleucla_spc.jpg');*/
	background-color: #a98d6e;   
}
#adress1{
margin-top:0px;
margin-left:58px;

    color: #FFFFFF;
	font-weight: bold;
	padding : 7px;

	/* border: 3px ridge #0066FF;*/
	border: 1px ridge #000000 ;
	/*background-image: url('../images/bleucla_spc.jpg');*/
	background-color: #a98d6e;   
}

#adress2{
margin-top:0px;


    color: #FFFFFF;
	font-weight: bold;
	padding : 7px;

	/* border: 3px ridge #0066FF;*/
	border: 1px ridge #000000 ;
	/*background-image: url('../images/bleucla_spc.jpg');*/
	background-color: #a98d6e;   
}
#agence{
margin-top:-18px;
margin-left:1545px;

  font-size:11px;
}


/************************  language arabe *********************************/

#gullstream-mainnav1 {
	width: 600px;
	float: left;
	margin-left:150px;
}

.wide #gullstream-mainnav1 {
	width: 600px;
}

#gullstream-mainnav1 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav1 a:hover, #gullstream-mainnav1 a:active, #gullstream-mainnav1 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language tcheque *********************************/

#gullstream-mainnav2 {
	width: 920px;
	float: left;
	margin-left:35px;
}

.wide #gullstream-mainnav2 {
	width: 920px;
}

#gullstream-mainnav2 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav2 a:hover, #gullstream-mainnav2 a:active, #gullstream-mainnav2 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language allemend *********************************/

#gullstream-mainnav3 {
	width: 940px;
	float: left;
	margin-left:10px;
}

.wide #gullstream-mainnav3 {
	width: 940px;
}

#gullstream-mainnav3 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav3 a:hover, #gullstream-mainnav3 a:active, #gullstream-mainnav3 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language grec *********************************/

#gullstream-mainnav4 {
	width: 940px;
	float: left;

}

.wide #gullstream-mainnav4 {
	width: 940px;
}

#gullstream-mainnav4 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 3px 3px 3px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav4 a:hover, #gullstream-mainnav4 a:active, #gullstream-mainnav4 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language anglais *********************************/

#gullstream-mainnav5 {
	width: 910px;
	float: left;
	margin-left:30px;
}

.wide #gullstream-mainnav5 {
	width: 910px;
}

#gullstream-mainnav5 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav5 a:hover, #gullstream-mainnav5 a:active, #gullstream-mainnav5 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language espagnole *********************************/

#gullstream-mainnav6 {
	width: 940px;
	float: left;
	margin-left:7px;
}

.wide #gullstream-mainnav6 {
	width: 940px;
}

#gullstream-mainnav6 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav6 a:hover, #gullstream-mainnav6 a:active, #gullstream-mainnav6 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language hebrew *********************************/

#gullstream-mainnav8 {
	width: 940px;
	float: left;
	margin-left:140px;
}

.wide #gullstream-mainnav8 {
	width: 940px;
}

#gullstream-mainnav8 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav8 a:hover, #gullstream-mainnav8 a:active, #gullstream-mainnav8 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language italien *********************************/

#gullstream-mainnav9 {
	width: 940px;
	float: left;
	margin-left:190px;
}

.wide #gullstream-mainnav9 {
	width: 940px;
}

#gullstream-mainnav9 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav9 a:hover, #gullstream-mainnav9 a:active, #gullstream-mainnav9 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language portugais *********************************/

#gullstream-mainnav10 {
	width: 940px;
	float: left;
	margin-left:190px;
}

.wide #gullstream-mainnav10 {
	width: 600px;
}

#gullstream-mainnav10 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav10 a:hover, #gullstream-mainnav10 a:active, #gullstream-mainnav10 a:focus {
	text-decoration: none;
}
/**************************************************************************************/

/************************  language russ *********************************/

#gullstream-mainnav11 {
	width: 940px;
	float: left;
	margin-left:190px;
}

.wide #gullstream-mainnav11 {
	width: 600px;
}

#gullstream-mainnav11 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav11 a:hover, #gullstream-mainnav11 a:active, #gullstream-mainnav11 a:focus {
	text-decoration: none;
}
/**************************************************************************************/


/************************  language chinese *********************************/

#gullstream-mainnav11 {
	width: 940px;
	float: left;
	margin-left:200px;
}

.wide #gullstream-mainnav11 {
	width: 600px;
}

#gullstream-mainnav11 a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 5px 3px 5px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#gullstream-mainnav11 a:hover, #gullstream-mainnav11 a:active, #gullstream-mainnav11 a:focus {
	text-decoration: none;
}
/**************************************************************************************/
