@charset "utf-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
	font: normal 1.3em Arial, Helvetica, sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	height:100%;
	text-align: center; /*** Centers the design in old IE versions ***/
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #03304d;
	text-decoration: none;
	background: #032b45 url(img/palmiers.gif) -80px 0 repeat-x;
	margin:0 auto;
}

body, html {
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	margin:0 auto;
	color: #03304d;
	text-decoration: none;
}
strong{font-weight:bold;}
div { position:relative; }

th { background:#FFE8E8; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/
/***************************************/
input, select, textarea {
	font-size:1.0em;
	border:1px solid #000;
	margin:2px;
	padding:0;
	height:auto;
	width:auto;
}

a { color:#fff; }

.clear { clear: both; }

#mainContainer {
	position:relative;
	top: 0;
	z-index:4;
	width: 906px;
	margin:0 auto; /*** Centers the design ***/
	min-height: 100%;
	text-align: center;
	border:none;
}

* html #mainContainer {
	width: 805px;
	position:relative;
	top: 0;
	z-index:4;
	margin:0 auto; /*** Centers the design ***/
	min-height: 100%;
	text-align: center;
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


/**************************
HEADER
**************************/
#header {
	text-align:center;
	min-height:25px;
	/*background:#FFF;*/
}
#headerdiv, #headerdivn2 ,#headerdiven, #headerdivenn2 {	
	margin:10px auto 0 auto;
	width:887px;
	height:103px;
}
#headerdivn2 {
	background:transparent url(img/topslogan.gif);
	background-position:21px top;
	background-repeat:no-repeat;
}

#headerdiv {
	background:transparent url(img/topslogan.jpg);
	background-position:21px top;/**/
	background-repeat:no-repeat;
}
#headerdivenn2 {
	background:transparent url(img/topsloganen.gif);
	background-position:21px top;
	background-repeat:no-repeat;
}

#headerdiven {
	background:transparent url(img/topsloganen.jpg);
	background-position:21px top;/**/
	background-repeat:no-repeat;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer { /*padding-left: 200px;
	border:1px solid #900;*/ }

* html .outer { /* padding-right: 175px; Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */ }

.inner { /***width: 780px;  This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/ padding-bottom: 30px;/*
	overflow:hidden;border:1px solid #900;*/ }

* html .inner { width: 100%; }

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 867px;/***margin-left: -200px;  Same length as .outer padding-left but with negative value ***//*border:1px solid #FF0;*/
}

* html .float-wrap { /*** No need for hacking IE on this layout ***/ }

#content {
	position:relative;
	z-index:0;
	float: left;
	width: 866px;/*background: #fff;*/
	/*border:1px solid #333;
	margin-left:42px;*/
}

* html #content { position: relative;z-index:0;  /*** IE needs this  ***/ }

.contentWrap {
	position: relative;
	text-align:center;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 190px;
	padding: 5px;
	/*background: #fff;*/
}

* html #left { position: relative;  /*** IE needs this  ***/ }


/*************************
RIGHT COLUMN
**************************/
#right {
	float: right;
	width: 175px;
	padding: 5px;/*border:1px solid #333;*/
}

* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -200px; /*** IE gets this margin. ***/
}



/**************************
FOOTER
**************************/
#footer {
	width: 100%;
	height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	color:#FFF;
}


h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-size:1.2em; font-weight:bold;}
#debugpre, #debugpre * { font-size:10px; }

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

/* CUSTOM */
.clearboth{display:block; clear:both;}
#midcontent, #midcontentnormal{	margin:0 auto;
	
	height:100%;
	min-height:100%;
	text-align:left;
	position:relative;
	width:905px;
}
#midcontent {
	background:url(img/mid-carblanc.png);
	background-repeat:repeat-y;
}
* html #midcontent, * html #midcontentnormal {
position:relative;
width:888px;
}
.botcontent {	
	background-repeat:no-repeat;
	min-height:100%;
	width:100%;
}
#midcontent .data, #midcontent .datan2 {	margin:0 12px 0 47px;/**/
	background-repeat:no-repeat;
	width:867px;
	min-height:480px;
}
#midcontent .datan2 {
	background-image:none;
}
#midcontent .data {
	background-image:url(img/couple-condo-floride.jpg);
	background-position:1px top;
}
* html #midcontent .data,* html #midcontent .datan2 {
	margin:0 0px 0 45px;
	width:820px;
	padding:0;
}

* html #reservez {width:900px;display:block;position:relative; height:100%;min-height:250px;z-index:25;}
#divreservez {
	position:absolute;
	/*background:url(img/reservez.png);*/
	width:38px;
	height:129px;
	top:192px;
	/*top:0;*/
	left:0;
	float:left;
	/*cursor:pointer;*/
	z-index:29;
	margin-right:1px;
	/* border:1px solid #333;*/
}

.midleft{float:left; width:570px; background:none;margin:230px 0 0 0;}
.midleftn2{float:left; width:560px; background:none;margin:10px 0 0 0;}
.midright{width:220px; float:right;padding:12px 0 10px 10px; background:#FFF;margin:175px 51px 0 0;}
.midrightn2{width:210px; float:right;padding:12px 0 10px 10px; background:#FFF;margin:5px 51px 0 0;}
* html .midright{width:220px; float:right;padding:12px 0 10px 10px; background:#FFF;margin:175px 0px 0 0;}
* html .midrightn2{width:220px; float:right;padding:12px 0 10px 0px; background:#FFF;margin:5px 0px 0 0;}


.rightmenubox{width:213px; height:33px; color:#dde3e7; margin-bottom:8px; padding-top:15px; font-weight:14px;}
.rightmenubox a{ position:relative;text-decoration:none; color:#dde3e7;margin:30px 0 0 20px;}
.rmbcol1{background:#03304d;}
.rmbcol2{background:#103b56;}
.rmbcol3{background:#1c445e;}
.rmbcol4{background:#294f68;}
.rmbcol5{background:#355971;}



.mainsquares{background:url(img/smboxes.gif) left top no-repeat; width:582px; height:113px; padding:0; margin:0; /*border:1px solid #333;*/}
.mainsquares #block1,.mainsquares #block2{float:left; border:none;}
.mainsquares #block1{width:230px; margin:15px 0 0 0px; padding-left:20px;}
.mainsquares #block2{width:305px; margin:15px 0 0 0px; padding-left:10px;}
#smallphotos{ margin:0 0 8px 0;}
#smallphotos img { width:66px; cursor:pointer;}

.texte-rouge-13{font-size:13px; color:#F00;}
tr{border-bottom:1px solid #CCC;}
td{padding:5px 0 ;}

div.linkactive{background:#5899da;}
div.linkactive a{color:#03304D;}


.dn{display:none;}