html, body {
	margin: 0; /*indispensable*/
	padding: 0;/*indispensable*/
	height: 100%;/*indispensable*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

div#container {
	width:980px;
	background-color:#cbcfd2;
	min-height: 100%;/*indispensable*/
	padding: 0;
	margin: 0 auto;/*indispensable pour centrer le site*/
	position: relative;/*indispensable*/
}

/*  BG pages individuelles  */

.bg_accueil {
	background-image: url(/images/bg_accueil.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

.bg_img_accueil {
	background: url(/images/bg_img_accueil.jpg) no-repeat top left;
}

.bg_interne {
	background-image: url(/images/bg_interne.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-color: #cbcfd2;
}

.bg_img_about {
	background: url(/images/bg_img_interne_about.jpg) no-repeat top left;
}

.bg_img_otheractivit {
	background: url(/images/bg_img_interne_otheractivit.jpg) no-repeat top left;
}

.bg_img_brokerage {
	background: url(/images/bg_img_interne_brokerage.jpg) no-repeat top left;
}

.bg_img_charter {
	background: url(/images/bg_img_interne_charter.jpg) no-repeat top left;
}

.bg_img_news {
	background: url(/images/bg_img_interne_news.jpg) no-repeat top left;
}

.bg_img_contact {
	background: url(/images/bg_img_interne_contact.jpg) no-repeat top left;
}

.bg_img_yachtmgt {
	background: url(/images/bg_img_interne_yachtmgt.jpg) no-repeat top left;
}


/***  HEADER  ***/

div#header {

	/* background-color:#CCCCCC; */
}

.header_accueil {
	height: 440px;
}

.header_interne {
	height: 318px;
}

#logo {
	width:180px;
	height:160px;
	float:right;
	margin:0 0 60px 0;
	padding-right:25px;
}

div#menu {
	float:left;
	/* background-color:#6699CC; */
	width: 215px;
	height: 200px;
}

.menu_accueil {
	margin:106px 0 0 15px;
}

.menu_interne {
	margin:42px 0 0 15px;
}
.img_menu {
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 1px;
	 margin-left: 0px;
	 behavior: url(/images/iepngfix.htc);
}




/***  MAIN  ***/


div#main{
	padding-bottom: 36px;/*indispensable mais on peut changer la hauteur*/
	overflow: auto;/*indispensable*/
	clear:both;
}


/***  LEFT BLOCK  ***/

#left_box_accueil {
	width: 700px;
	height: 40px;
	float: left;
	margin:29px 0 0 15px;
}


#left_box {
	width: 306px;
	height: 380px;
	float: left;
	margin:46px 0 0 15px;
	background: url(/images/bg_search.gif) no-repeat right bottom;
}

.illustration {
	width: 200px;
	height: 200px;
	margin:7px 0 0 40px;
}

#search_box {
	width: 306px;
	/*height: 466px;*/
	float: left;
	margin:7px 0 0 15px;
	padding-bottom: 50px;
	background: url(/images/bg_search.gif) no-repeat right bottom;
}

#advanced_search {
	/* visibility: hidden; */
}


/***  RIGHT BLOCK  ***/


div#content_accueil {
	width:180px;
	height:80px;
	float:right;
	margin:40px 0 0 0;
	padding-right:25px;
	text-align:right;
}

div#content {
	float:right;
	width:588px;
	/* background-color:#e4e4e4; */
	text-align:left;
	padding-right:25px;
	margin:16px 0 0 0;
}

.title {
	height:32px;
	text-align:left;
}



/***  FOOTER  ***/

div#footer {
	height:28px;
	width:952px;
	position: absolute;/*indispensable*/
	bottom: 0;/*indispensable*/
	clear:both;/*indispensable*/
	text-align: right;
}



/*********  TEXT  *********/


H1 {
	color: #1a323c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

P,UL {
	color: #1a323c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

.txt_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8290a0;
}


.search_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72787a;
}

.adresse_accueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e3b46;
}

.news_accueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #14262b;
}

#newsslide {
	margin:6px 0 0 17px;
}

.txd_arial_blue_bold {
	color: #1e3b46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.txd_arial_blue2 {
	color: #1a323c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt_grey {
	color: #999999;
}


.txt_small_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8290a0;
}

.txt_red {
	color: #c40f22;
}

/***  LINKS  ***/


A:link, A:visited, A:active { text-decoration: none ; color: #14262b}
A:hover { color:#c40f22; text-decoration: none}

A.newsaccueil:link, A.newsaccueil:visited, A.newsaccueil:active { text-decoration: none ; color: #14262b}
A.newsaccueil:hover { color:#98a8b0; text-decoration: none}

A.linkfooter:link, A.linkfooter:visited, A.linkfooter:active { text-decoration: none ; color: #8290a0}
A.linkfooter:hover { color:#a8bac3; text-decoration: none}

A.linkpaging:link, A.linkpaging:visited, A.linkpaging:active { text-decoration: none ; color: #c40f22; font-size: 11px;}
A.linkpaging:hover { color:#1a323c; text-decoration: none; font-size: 11px;}




/*** FORMS ***/
input,textarea,checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999 ;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999 ;
	background-color: #FFFFFF;
	border: solid 1px #abb6bc;
}

.button_search {
	background-color: #FFFFFF;
	border: solid 1px #abb6bc;
	width: 90px;
	color: #72787a;
}

.cruising_area {
	width: 240px;
}


/*** IMAGES ***/

.img_illustration {
	border: solid 4px #f1f2f4;
	margin: 0 0 6px 0;
}

.img_thumbnail {
	border: solid 3px #D5DDE1;
	margin: 0;
}

/*** TABLES ***/

TH {
	color: #1a323c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D7DFE3;
	font-weight: normal;
}

.line1 {
	background-color: #EDEFF1;
}
.line2 {
	background-color: #E5E7E9;
}

.line3 {
	background-color: #b7bdc3;
	height: 20px;
}


.paging {
	height: 20px;

	text-align: right;
	color: #c40f22;
	margin-right: 10px;
}

.current {
	font-weight: bold;
	font-size: 11px;
}







/*********  SLIDER  *********/

#slider, #length-slider-bar, #budget-slider-bar, #slider-handle, #length-slider-handle, #budget-slider-handle {
	border: 0;
	padding: 0;
	margin: 0;
}

/* #slider {
	width: 300px;
	height:42px;
	background: url(/images/slider/bg.gif) no-repeat -300px;
	margin-left: 42px;
} */

#length-slider-bar, #budget-slider-bar {
	width:251px;
	height:25px;
	background: url(/images/slider/slider_bar.gif) no-repeat;
	margin:0;
	position: relative;
	/* border: solid 1px red; */
}


#budget_slider_handle_min, #length_slider_handle_min {
	width:12px;
	height:23px;
	background: url(/images/slider/arrow_right.png) no-repeat;
	cursor:move;
	position: absolute;
	behavior: url(/images/iepngfix.htc)
}
#budget_slider_handle_max, #length_slider_handle_max {
	width:12px;
	height:23px;
	background: url(/images/slider/arrow_left.png) no-repeat;
	cursor:move;
	position: absolute;
	behavior: url(/images/iepngfix.htc)
}
#percent {
	font-size: 75%;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding-top: 1.1em;
}

/* Transparence PNG sous IE 6 */
.img_png {
	behavior: url(/images/iepngfix.htc)
}