body {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/fond_mer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

.cadresite {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	MARGIN-TOP: 0px;
	width: 980px;
	margin-bottom: 5px;
	float: right;
	margin-right: 20px;
}


a:active {
	color: #000000
}
a:hover {
	color: #0e6141
}
a:link {
	color: #000000
}
a:visited {
	color: #0e6141
}

h1 {
	font-size: 12px;	
	color: #FFF;
}


.cadrehautnav {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	height: 179px;
}

.copy {
	font-size: 10px;
}

.stitres {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.descriptif {
	font-size: 10px;
}

.espaceligne {
	line-height: 22px;
}

hr {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #3671b4;
	border-right-color: #3671b4;
	border-bottom-color: #3671b4;
	border-left-color: #3671b4;
}
.div_navhaut{
	height: 50px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/fond_haut_nav.png);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	}
.coordonnees {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	font-size: 11px;
	width: 825px;
}
.tablepromos {
	color: #C09;
	border: 1px solid #C09;
	font-weight: bold;
	font-size: 14px;
}


.tdtexte {
	background-image: url(images/fond_jaune_texte_accueil.png);
	background-repeat: no-repeat;
	height: 206px;
	background-position: center top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 418px;
}
.ptexte_accueil {
	padding: 15px;
	text-align: justify;
}
.haut_nav {
	background-image: url(images/fond_haut_nav.png);
	height: 65px;
	width: 1000px;
}
.div_haut2_nav_pt {
	background-image: url(images/fond_haut2_pt_nav.png);
	height: 19px;
	width: 999px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.btn_nav {
	background-image: url(images/btn_haut_nav.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 129px;
	text-align: center;
	line-height: 35px;
}
.fond_flash_infos {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	height: 158px;
}


/* slider*/
.container {
	width: 835px;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:314px;
	width: 835px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px;
	right: -5px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-image: url(images/paging_bg3.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	border: 1px solid #222222;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	background-color: #8B9093;
}
.paging a:hover {
	font-weight: bold;
}
.div_texte {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	width: 835px;
	padding-top: 15px;
	padding-left: 10px;
}

.3btn_droite {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.class_clear {
	clear:both;
}
.espacement_texte {
	line-height: 24px;
	text-align: left;
	font-size: 12px;
}
.sepVerticale {
	background-image: url(images/sep_verticale.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.titre_locatifs {
	background-image: url(images/fond_titre_locatif.png);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 15px;
	padding-top: 0px;
}

.tablepromos {
	color: #C09;
	border: 1px solid #C09;
}
input[type=text], textarea {
	background-color:#C6ECFF;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #039;
}

fieldset {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border: thin solid #666;
}

legend {
	font-weight: bold;
}


/* Easy Slider 2*/

	#slider2{
	width: 612px;
	margin-left:auto;
	margin-right:auto;
}	
	#slider2 ul, #slider2 li{
	margin:0px;
	padding:0px;
	list-style:none;
		}
	#slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:204px;
	height:164px;
	overflow:hidden;

		}	
	#prevBtn2, #nextBtn2{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-2px;
	top:420px;
		}	
	#nextBtn2{
	left:632px;
	color: #000000;
	text-decoration: none;
		}														
	#prevBtn2 a, #nextBtn2 a{
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.png) no-repeat 0 0;
		}	
	#nextBtn2 a{
	background-image: url(images/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}												

