/* © 2011 Bexter */

html{
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #0b5179 url(/images/bg-site.jpg) repeat-x;
	/*background: #0b5179 url(/images/bg-divsite.jpg) no-repeat;
	background-position: top center;*/
}
h1{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
h2{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	text-align:left;
	font-size: 14px;
	color: #003264;
	border-bottom: 1px dotted #fff;
	background:#FFF;
}

h2 a, h2 a:hover{
	color: #003264;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h3 */
h3{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	font-size: 13px;
	color: #003264;
	background:#FFF;	
}

h3 a, h3 a:hover{
	color: #003264;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h4 */
h4{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}

h4 a, h4 a:hover{
	color: #FFF;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h5 */
h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}

h5 a, h5 a:hover{
	color: #ffb400;
	text-decoration: none;
}

h6 a, h6 a:hover{
	color: #ffb400;
	text-decoration: none;
}

p{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
a{
	text-decoration:none;
	color:#FFF;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
#fondsite {
	padding: 0px;
	margin: 0px auto;	
    background: transparent url(/images/bg-divsite.jpg) top center no-repeat;	
}
#site {
	width: 990px;
	margin: 0px auto;
	height:auto !important;
	height:493px;
	display:block;
	/*background:url(/images/bg-divsite.jpg) no-repeat;*/
	/*background:#FFF;*/
}
#header{
	width: 990px;
	height: 110px; /*130px;*/
	background:url(/images/header.png) no-repeat !important;
	background: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/header.png", sizingMethod="image");	
	display: block;
	margin:0px;
	padding:20px 0px 0px 0px;
}
#headergauche{
	float:left;
	width:570px; /*590px;*/
	margin-left:20px;	
	
}
#headerdroite{
	float:right;
	margin-right:20px;	
}
.logo{
	margin:0px;
	padding:0px;
}
#telex{
	margin:0px 0px 0px 10px !important;
	margin:0px 5px 0px 5px;
	float:left;
	width:570px;
	color:#003263;
}
#slogan{
	text-align:right;
	color:#454546;
	font-size:16px;
	font-weight:bold;
	margin-top:36px;
}
.pubheader{
	position:absolute;
	left:259px;
	top:169px;
	width: 470px;
	height: 60px;
}
#header strong{
	display: none;
}
.txtpresheader {
	position:absolute;
	top:30px;
	left:313px;
	margin:0px;
	padding:0px;
	color:#0381c2;
	font-size:16px;
}
#nbannonce {
	position:absolute;
	left:805px;
	top:67px;
	width:195px;
	height:35px;
	margin:0px;
	padding:0px 7px;
	background:url(/images/nb-annonce.jpg) no-repeat;
}
.nbannnombre{
	margin:0px;
	padding:2px 0px;
	text-align:center;
	color:#FFFFFF;
	/* text-indent:-999em; à retirer pour rétablir le nombre d annonces*/
}
.nbannupdate{
	margin:0px;
	padding:2px 0px;
	text-align:center;
	color:#003264;
}
/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#topcontenu{
	width: 990px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	background:url(/images/top-contenu.png) no-repeat !important;
	background: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/top-contenu.png", sizingMethod="image");	
	display: block;	
}
#contenu {
	display:block;
	width:990px;
	min-height:493px;
	height:auto !important;
	height:493px;
	padding: 0px;
	margin: 0px;
	background: url(/images/bg-contenu.png) repeat-y !important;
	background: url(/images/blank.gif) repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/bg-contenu.png", sizingMethod="scale");
}
#bottomcontenu{
	width: 990px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	background:url(/images/bottom-contenu.png) no-repeat !important;
	background: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/bottom-contenu.png", sizingMethod="image");	
	display: block;	
}
/*
#contenu p {
}
#contenu a {
}
#contenu a:hover {
}
*/
.top-contenu{
	background: url(/images/top-contenu.jpg) top no-repeat;
	width:566px;
	height:5px;
}
.sidemenu {
	float:left;
	display:block;
	width:300px;
	padding:0px;
	margin: 0px 0px 0px 20px !important;
	margin: 0px 10px 0px 10px;
}
.contentacc{
	float: left;
	width: 640px;
	padding: 0px;
	margin: 0px 0px 0px 10px !important;
	margin: 0px 5px 0px 5px;
	display:block;
	color:#003163;
}
.titreh1content {
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px dotted #6f6c6a;
	color:#003163;
	background:transparent url(/images/puceh1-content.jpg) no-repeat;
	padding:0px 0px 2px 20px;
	margin-bottom:10px;
}
.sidebardroite{
	float: left;
	width: 174px;
	padding: 0px;
	margin: 0px;
}
.wash{
	clear: both;
	margin:0px;
	padding:0px;
	height:5px;
}
.boutonsubmitform {
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #FFFFFF;
	background:#003264;
	cursor:pointer;
}
.libelle {
	background:#FFFFFF;
}
.valeur {
	background:#FFFFFF;
}
/*-- debut titre page ------------------------------------------------*/
#titre-accueil{
	background: transparent url(/images/titre-accueil.jpg) no-repeat;
	display: block;
	width: 768px;
	height: 50px;
}
#titre-accueil h1{
	padding: 0px;
	margin: 0px;
	display: none;
}
/*-- fibn titre page ------------------------------------------------*/
/*-- debut titre h2 ------------------------------------------------*/
.vide{
	background: transparent url(/images/vide.jpg) no-repeat;
	display: block;
	width: 537px;
	height: 33px;
}
.vide strong{
	display: none;
}
/*-- fin titre h2 ------------------------------------------------*/
/*-- bloc acceuil ------------------------------------------------*/
/*---------------Partie gauche-------------------*/
.blocgauche{
	width: 300px;
	height:auto !important;
	height:50px;
	padding: 0px;
	margin: 0px;
	background: url(/images/bg-blocgauche.jpg) repeat-y;	
	float:left;	
	color:#003264;	
}
.blocgauche a{
	color:#003264;	
}
.bottomblocgauche{
	width: 300px;
	height: 10px;
	background: url(/images/bottom-blocgauche.jpg) no-repeat;
	float:left;	
}
		/*Actualites*/
.actu_detail{
	float:left;
	width:280px;
	height: 90px;
	text-align:justify;
	margin:5px 0px 0px 10px !important;
	margin:5px 5px 0px 5px;
	padding:0px;
	border-bottom:1px dotted #6f6c6a;
	color:#003264;
}
.actu_detail a{
	color:#003264;
	font-weight:bold;
	text-decoration:none;
}
.actu_detail a:hover{
	color:#003264;
	font-weight:bold;
	text-decoration: underline;
}
.actu_photo{
	margin:0px 5px 0px 0px;
	padding:1px;
	border: 1px solid #afb0b2;
}
    /*Témoignages*/
.temoignage_detail{
	float:left;
	width:280px;
	height: 90px;
	text-align:justify;
	margin:5px 0px 0px 10px !important;
	margin:5px 5px 0px 5px;
	padding:0px;
	border-bottom:1px dotted #6f6c6a;
	color:#003264;
}
.temoignage_detail a{
	color:#003264;
	font-weight:bold;
	text-decoration:none;
}
.temoignage_detail a:hover{
	color:#003264;
	font-weight:bold;
	text-decoration: underline;
}	
	/*Ma recherche*/
.marecherche {
	width:218px;
	height:auto !important;
	background:#FFFFFF;
	margin:0px;
	padding:5px 4px 7px 4px !important;
	padding:5px 2px 7px 2px;
}
.marecherche h2{
	width:216px;
	color:#003264;
	margin:0px;
	padding:0px;
	height:20px;
	font-size:14px;
	font-weight:bold;
}
.topsearchrub {
	background:url(/images/top-bleufonce-sidebar.jpg) no-repeat; 
	height:5px;
}
.contentsearchrub {
	background:url(/images/content-bleufonce-sidebar.jpg) repeat-y;
	margin:0px !important; 
	margin:-7px 0px 0px 0px;
	padding:0px 13px;
	width:195px;
	color:#FFFFFF;
	font-weight:bold;
	height:auto !important;
}
.contentsearchrub_txt{
	width: 80px;
	margin: 0px 0px 2px 0px;
	float:left;
	font-weight:bold;
	font-size: 11px;
}
.contentsearchrub_champs{
	margin: 3px 0px 0px 0px;
	padding:0px;
	width: 200px;
	float:left;
	font-size:9px;
}
.bottomsearchrub {
	background:url(/images/bottom-bleufonce-sidebar.jpg) no-repeat; 
	height:6px;
}
.topsearchmod {
	background:url(/images/top-bleumoyen-sidebar.jpg) no-repeat; 
	height:5px;
	width:285px;
	margin:1px 0px 0px 8px !important;
	margin:1px 4px -10px 4px;
	padding:0px;
	float:left;
}
.topsearchmod2 {
	background:url(/images/top-bleuclair-sidebar.jpg) top no-repeat; 
	height:5px;
	margin:0px !important;
	margin: 0px 0px -7px 0px;
	width:285px;
	padding:0px;
	float:left;	
}
.contentsearchmod {
	background:#FFF;
	margin:1px 0px 0px 8px !important;
	margin:1px 4px 0px 4px;
	padding:0px;
	width:270px; /*285px;*/
	height:auto !important;
	height:200px;
	color:#003163;
}
.contentsearchmod2 {
	background:#FFF;
	/*
	margin:1px 0px 0px 8px !important;
	margin:1px 4px 0px 4px;
	*/
	margin:0px;
	padding:0px 0px 0px 15px;
	width:270px; /*285px;*/
	height:auto !important;
	height:200px;
	color:#0068a7;
	background:url(/images/bg-sidebar.jpg) repeat-y;
	float:left;
}
.contentsearchmod2  label{
	display:inline;
	margin-top: 5px;
	float:left;
	width: 70px;
}
.contentsearchmodbleu {
	background:#488dc6;
	padding:0px; /* 0px 0px 15px;*/
	margin:0px !important;
	margin:0px 0px 0px 2px;
	width:285px; /*285px;*/
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}
.bottomsearchmod {
	background:url(/images/bottom-bleumoyen-sidebar.jpg) no-repeat; 
	height:10px;
	width:285px;
	display:none;
}
.bottomsearchmod2 {
	background:url(/images/bottom-bleuclair-sidebar.jpg) no-repeat; 
	height:10px;
	width:285px;
	margin:0px !important;
	margin:-7px 0px 0px 0px;
	padding:0px;
	float:left;

}
		/*Ma selection*/
.maselection {
	width:216px;
	background:#003264;
	margin:14px 0px 0px 0px;
	border:1px solid #FFFFFF;
	padding:0px 4px 7px 4px;
}
.maselection h2{
	width:216px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	height:20px;
	font-size:14px;
	font-weight:bold;
}
.topmaselection {
	background:url(/images/top-blanc-sidebar.jpg) no-repeat; 
	height:8px;
}
.contentmaselection {
	background:url(/images/content-blanc-sidebar.jpg) repeat-y;
	margin:0px !important; 
	margin:-4px 0px 0px 0px;
	padding:0px 13px;
	width:190px;
	color:#003264;
}
.contentmaselection p {
	margin:0px;
	padding:0px;
}
.contentmaselection a {
	color:#003264;
	text-decoration:none;
}
.contentmaselection a:hover {
	color:#003264;
	text-decoration:none;
}
.bottommaselection {
	background:url(/images/bottom-blanc-sidebar.jpg) no-repeat; 
	height:8px;
}		

	/*Alerte email*/
.alertemail {
	width:216px;
	background:#003264;
	margin:14px 0px 0px 0px;
	border:1px solid #FFFFFF;
	padding:0px 4px 7px 4px;
}
.alertemail h2{
	width:216px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	height:20px;
	font-size:14px;
	font-weight:bold;
}
.topalertemail {
	background:url(/images/top-blanc-sidebar.jpg) no-repeat; 
	height:8px;
}
.contentalertemail {
	background:url(/images/content-blanc-sidebar.jpg) repeat-y;
	margin:0px !important; 
	margin:-4px 0px 0px 0px;
	padding:0px 13px;
	width:190px;
	color:#003264;
}
.contentalertemail img {
	vertical-align:bottom;
}
.contentalertemail a {
	color:#003264;
	text-decoration:none;
}
.contentalertemail a:hover {
	color:#003264;
	text-decoration:none;
}
.txtalertemail {
	display:inline;
	vertical-align:middle;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
.bottomalertemail {
	background:url(/images/bottom-blanc-sidebar.jpg) no-repeat; 
	height:8px;
}		

/* --------------- RECHERCHE -------------------*/
/* tableau liste des biens
----------------------------------------------------------------------*/
.topmoteuracc{
	width: 640px;
	height: 10px;
	background: url(/images/top-moteuracc.jpg) no-repeat;
	float:left;
	margin:0px !important;
	margin:0px 0px -3px 0px;
	padding:0px;
}
.bottommoteuracc{
	width: 640px;
	height: 10px;
	background: url(/images/bottom-moteuracc.jpg) no-repeat;
	float:left;
	margin:0px;
	padding:0px;	
}

.tablelist{
	border: 1px solid #1C4772;
	
}
.tablelist td{
	border: 1px solid #77A9D0; /*	border-right: 1px solid #1C4772;
	border-left: 1px solid #1C4772;
	 padding: 2px 0px;*/
}
.trhead{
	border: 1px solid #1C4772;
}
.tablelist th{
	 background:#2F5B85;
	 padding: 5px 0px;
	 color: #fff;
}
.trOver {
        background: #0096CE;
        color: white;
        cursor: hand;
}
/*
/* ---------------FIN RECHERCHE ----------------*/

.bt-partenaires{
	background: url(/images/bt_detail_part.jpg) no-repeat;
	width:82px;
	height:16px;
	/*text-align:center;*/
	display:block;
	margin:20px 0px 0px 0px;
}

.content-partenaires{
    padding: 10px;
	background:#DADFE2;
	border: 1px solid #408CBD;
}

.imgPartenaires{
    float:left;
	width:80px;
	margin-left:30px;
}

.lienPartenaires{
    float:left;
	width:300px;
	vertical-align:text-bottom;
	margin:10px;
}

/*-------------fin partie gauche ----------------*/
/* ----------- Partie millieu -------------------*/
.menudetail{
	background: url(/images/bt_detail.jpg) no-repeat;
	width:84px;
	height:18px;
	text-align:center;
	display:block;
	float:left;
	padding-top:3px;
	margin:0px 0px 0px 5px;
}
.titre {
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px dotted #6f6c6a;
	color:#003163;
	background:transparent url(/images/puceh1-content.jpg) no-repeat;
	padding:0px 0px 2px 20px;
	margin-bottom:10px;
	font-weight:bold;
}
.commentaire-proprio{
	margin-left: 0px;
	margin-top: 20px;
	padding:10px;
	width:284px;
	color:#003163;
}
.commentaire-proprio legend{
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
.contenu-left {
	width:320px;
	margin:10px 0px 0px 10px !important;
	margin:10px 0px 0px 0px;
	float:left;
	padding:0px;
}
.contenu-left-detail {
	width:320px;
	margin:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	float:left;
	padding:0px;
}
.contenu-right {
	width:180px;
	margin:10px 10px 0px 20px !important;
	margin:10px 10px 0px 5px;
	padding:0px;
	float:left;
	color:#003163;
}
.contenu-right-detail {
	width:290px;
	margin:10px 5px 0px 0px;
	padding:0px;
	float:left;
}
.titre-vend-ache {
	width:519px;
	height:18px;
	background:url(/images/titre-ache-vend.png) no-repeat !important;
	background: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/titre-ache-vend.png");	
	display:block;
	margin:10px 0px 0px 25px;
}
.titre-vend-ache strong {
	display:block;
	padding:0px 0px 0px 14px;
	font-size:18px;
	color:#003163;
	font-weight:bolder;
}
.content-vend-ache {
	width:640px;
	margin:0px;
	padding:0px;
	background:url(/images/bg-moteuracc.jpg) repeat-y;
	float:left;
	color:#FFF;
}
.topachbleuf {
	background:url(/images/top-bleufonce-508.jpg) no-repeat; 
	height:6px;
}
.contentachbleuf {
	background:url(/images/content-bleufonce-508.jpg) repeat-y;
	margin:0px !important;
	margin:-8px 0px 0px 0px;
	padding:0px 13px 0px 20px;
	width:482px;
	min-height: 30px;
	height:auto;
	font-weight:bold;
	color:#FFFFFF;
}
.contentachbleuf  label{
	display:inline;
	margin-top: 5px;
	float:left;
	width: 80px;
}
.contentachbleuf_champs{
	margin: 15px 0px 0px 10px;
	width: 200px;
	float:right;
}
.bottomachbleuf {
	background:url(/images/bottom-bleufonce-508.jpg) no-repeat; 
	height:6px;
}
.selectform{
	margin: 2px 0px 2px 0px;
	padding: 0px;
	width:155px;
}
.selectform1{
	margin: 2px 0px 2px -2px;
	padding: 0px;
	width:155px;
}
.selectform2{
	margin: 0px;
	padding: 0px;
	width:55px;
}
.selectform3{
	margin: 0px;
	padding: 0px;
	width:126px;
}
.selectform4{
	margin: 0px;
	padding: 0px;
	width:200px;
}
.bt_ok{
	margin: 0px 15px 0px 0px;
	float:right;
}
.bt_ok2{
	margin: 10px 5px 0px 10px;
	float:right;
}
.bt_ok3{
	/*margin: 0px 0px 0px 4px;*/
	margin: 0px 8px 0px 0px !important;
	margin: 0px 4px 0px 4px;
	float:right;
}
.bt_ok4{
	/*margin: 0px 13px 0px 0px;*/
	margin: 0px;
	float:right;
	margin: 0px 8px 0px 0px !important;
	margin: 0px 4px 0px 4px;
}

.topachbleuc {
	background:url(/images/top-bleuclair-508.jpg) no-repeat; 
	height:6px;
	margin-top:5px;
}
.contentachbleuc {
	background:url(/images/content-bleuclair-508.jpg) repeat-y;
	padding:0px;
	width:520px;
	min-height:170px;
	color:#FFFFFF;
	margin:0px !important;
	margin:-8px 0px 0px 0px;
}
.contentachbleuc  label{
	display:inline;
	margin-left: 20px;
	margin-top: 5px;
	float:left;
	width: 80px;
	font-weight:bold;
}
.bottomachbleuc {
	background:url(/images/bottom-bleuclair-508.jpg) no-repeat; 
	height:6px;
}
.contentachbleuc487_left {
	margin: 0px;
	padding:0px;
	width:270px;
	float:left;
}
.contentachbleuc487  label{
	display:inline;
	margin-left: 15px;
	margin-top: 5px;
	float:left;
	width: 80px;
	font-weight:bold;
}
.contentachbleuc487_right {
	margin: 0px 10px 0px 0px;
	padding:0px;
	width:270px;
	float:right;
}
.contentachbleuc478_left_txt1{
	width: 80px;
	margin: 5px 0px 0px 7px;
	float:left;
	font-size: 11px;
}
.contentachbleuc478_left_txt2{
	width: 120px;
	margin: 10px 0px 0px 7px;
	float:left;
	font-size: 11px;
}
.listetxtvente {
	margin:0px 15px 5px 15px;
	padding:0px;
	list-style-image:url(/images/puce-vendrelouer.jpg);
	font-weight:bolder;
}
.listetxtvente li{
	margin-bottom:5px;
}
/*vendre */
.topventbleuc {
	background:url(/images/top-bleufonce-v508.jpg) no-repeat; 
	height:6px;
}
.contentventbleuc {
	background:url(/images/content-bleufonce-v508.jpg) repeat-y;
	margin:0px !important; 
	margin:-6px 0px 0px 0px;
	padding:0px 13px;
	width:482px;
	color:#FFFFFF;
}
.bottomventbleuc {
	background:url(/images/bottom-bleufonce-v508.jpg) no-repeat; 
	height:6px;
}
.passerannonce {
	margin:0px 10px 0px 0px;
	padding:0px;
	float:right;
}

/* new vendre */
.toplisteventelocation{
	width:588px;
	height:10px;
    float:left;
	margin:0px 0px 0px 25px !important;
	margin:0px 12px -3px 12px;	
	background:url(/images/top-vendrelouer.jpg) no-repeat; 	
}
.bottomlisteventelocation{
	width:588px;
	height:10px;	
	float:left;
	margin:0px 0px 0px 25px !important;
	margin:0px 12px 0px 12px;
	background:url(/images/bottom-vendrelouer.jpg) no-repeat; 	
}
.listeventelocation{
	background:#FFF;
	width:574px; /*588px;*/
	margin:0px 0px 0px 25px !important;
	margin:0px 12px 0px 12px;	
	padding:0px 0px 0px 14px !important;
	padding:0px 7px 0px 7px;
	color:#003163;
	float:left;
}
.NEWtopventbleuc {
	height:6px;
}
.NEWcontentventbleuc {
	margin:0px !important; 
	margin:-6px 0px 0px 0px;
	padding:0px 13px;
	width:482px;
	color:#003264;
	font-weight:bold;
}
.NEWbottomventbleuc { 
	height:6px;
}

/*content bateaux */
.detail-bateaux {
	margin:0px !important;
	margin:-7px 0px 0px 0px;
	padding:10px 10px;
	min-height:520px;
	height:auto !important;
	height:520px;
	width:620px;
	background: #FFFFFF;
	color:#003163;
	/*background:#FFFFFF url(/images/bottom-contenu.jpg) bottom no-repeat;
	width:546px;
	margin:-5px 0px -10px 0px;
	padding:10px;*/
}
.detail-bateaux a {
	color:#003264;
	text-decoration:none;
}
.detail-bateaux a:hover {
	color:#003264;
	text-decoration:underline;
}
.contentchamps {
	/*border:1px solid #009900;*/
	width:390px;
}
.titrechamps {
	/*border:1px solid #009900;*/
	width:150px;
}
.ongletplus{
	background:#c0e3f3;
}
.livredoraff {
	border:1px solid #B3DCF0;
	margin:10px 0px;
}
.livredoraff legend {
	color:#0167A7;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bolder;
}
/* ----------- DEBUT GESTION COMPTE ----------------------*/
.connexgo {
	color:#FFFFFF;
	background-color: #0167A7;
	border: 1px solid #FFFFFF;
	cursor:pointer;
}

/* ----------- FIN GESTION COMPTE ------------------------*/
/* ----------- DEBUT - QUI SOMMES NOUS -------------------*/
.qui_photo{
	background:url(/images/qui.jpg) no-repeat;
	height: 390px;
	width: 130px;
	float:left;
	margin: 20px 0px 0px 10px;
}
.qui_txt{
	float:left;
	text-align: justify;
	width:370px;
	margin: 20px 0px 0px 20px;
}

/* ----------- FIN - QUI SOMME NOUS ---------------------*/
/* ----------- DEBUT - FINANCER -------------------*/
.financer_photo{
	background:url(/images/financer.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 0px 0px;
}
.financer_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 20px 0px 0px 10px;
}
/* ----------- FIN - FINANCER ---------------------*/
/* ----------- DEBUT - EXPERTISER -------------------*/
.expertiser_photo{
	background:url(/images/expertiser.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 0px 0px;
}
.expertiser_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 20px 0px 0px 10px;
}
/* ----------- FIN - EXPERTISER ---------------------*/
/* ----------- DEBUT - ASSURER -------------------*/
.assurer_photo{
	background:url(/images/assurer.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 0px 0px;
}
.assurer_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 20px 0px 0px 10px;
}
/* ----------- FIN - ASSURER ---------------------*/
/* ----------- DEBUT - ESPACE PERSO -------------------*/
.espace_photo{
	background:url(/images/expertiser.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 10px 0px;
}
.bt_compte{
	background: url(/images/bt_compte.jpg) no-repeat;
	width:212px;
	height:24px;
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
}
.bt_compte a{
	color:#FFFFFF;
}
.bt_compte a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.espace_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 20px 0px 0px 10px;
}
/* ----------- FIN - ESPACE PERSO ---------------------*/
/* ----------- DEBUT - TARIFS -------------------*/
.tarifs_photo{
	background:url(/images/expertiser.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 0px 10px;
}
.tarifs_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 0px 0px 0px 10px;
}
/* ----------- FIN - TARIFS ---------------------*/
/* ----------- DEBUT - TRANSPORTER -------------------*/
.transporter_photo{
	background:url(/images/transporter.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 0px 0px;
}
.transporter_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 20px 0px 0px 10px;
}

/* ----------- FIN - TRANSPORTER ---------------------*/
/* ----------- DEBUT - EQUIPER -------------------*/
.equiper_photo{
	background:url(/images/equiper.jpg) no-repeat;
	height: 155px;
	width: 620px;
	float:left;
	margin: 20px 0px 0px 0px;
}
.equiper_txt{
	float:left;
	text-align: justify;
	width:520px;
	margin: 20px 0px 0px 10px;
}

/* ----------- FIN - EQUIPER ---------------------*/

/* fin content detail bateau*/
/*------------Fin partie millieu ----------------*/
.acheter strong {
	display:none;
}
.blocdivachetez {
	width:560px;
	height:315px;
	background:#58C2E3;
}
.vendre strong {
	display:none;
}
.blocdivvendre {
	width:560px;
	height:214px;
	background:#58C2E3;
}
/*-- fin bloc acceuil ------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - formulaire */
/*----------------------------------------------------------------------*/

#formulaire fieldset {
	width: 495px;
	margin:2em 0em 0em 0em;
	padding: 0em 1.5em 1em 1.5em;
	border: 1px solid #ccc;
	position: relative;
}
#formulaire fieldset div {
	width: 100%;
	margin-bottom: 0.5em;
	position: relative;
}
#formulaire legend {
	font-weight: bold;
	text-transform: uppercase;
/*	font-size: 0.9em;*/
}
#msg {
	display: block;
	margin-bottom: 0.5em;
}
#formulaire .icontain {
	position: absolute;
	right: 0;
	width: 55%;
	background: white url(/img/corner_tr_form.gif) top right no-repeat;
}
#formulaire input {
	position: relative;
/*	left: 10px;*/
	width: 100%;
}
#formulaire .tcontain {
	width: 100%;
	display: block;
}
#formulaire .tcontain span {
	display: block;
}
#formulaire input, #formulaire textarea {
/*	font: 1em Arial, Helvetica, sans-serif;*/
	width: 100%;
/*	padding: 0;*/
}
#submit {
	text-align: center;
/*	background: #304968;
	padding: 1em 0;*/
	margin-top: 0.5em;
}
#submit input {
	position: static;
	width: 40%;
	cursor:pointer;
}
#joindre{
	display: block;
}
#formulaire .infojoint{
	font-style: italic;
	font-size: 9px;
	color: Gray;
}
#formulaire .champ{
	margin: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}
/*----------------------------------------------------------------------*/
/* fin - formulaire */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#topfooter{
	width: 990px;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	background:url(/images/top-footer.png) no-repeat !important;
	background: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/top-footer.png", sizingMethod="image");	
	display: block;		
}
#bottomfooter{
	width: 990px;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	background:url(/images/bottom-footer.png) no-repeat !important;
	background: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/bottom-footer.png", sizingMethod="image");	
	display: block;
	margin: 0px 0px 30px 0px;
}
#footer {
	font-size: 9px;
	text-align: center;
	width: 990px;
	color: #FFF;
	display:block;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding: 0px;
	margin: 0px;
	background: url(/images/bg-footer.png) repeat-y !important;
	background: url(/images/blank.gif) repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/bg-footer.png", sizingMethod="scale");	
}
#footer p {
	margin:0px;
	padding:0px;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration:underline;
}
#footer em {
	padding: 0px 60px;
}
#footergauche{
	float:left;
	width:120px;
	height:240px;
}
#footergauche li{
	list-style-type:none;
	border-bottom:1px dotted #FFF;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	width:120px;
	margin:0px;
	padding:10px 0px 0px 0px;
}
#footerdroite{
	float:right;
	width:760px; /*785px;*/
	height: auto !important;
	height:440px;
	text-align:left;
	font-size:11px;
	margin: 0px 25px 0px 0px !important;
	margin: 0px 12px 0px 12px;
	padding-top:15px;
}

#footerdroite h6{
	border-bottom:1px dotted #FFF;
	text-transform:uppercase;
	width:100%;
}

#copyright{
	width:940px;
	border-top:1px dotted #FFF;
	height:20px;
	padding:5px 0px 0px 0px;
	margin:10px 25px 0px 25px !important;
	margin:10px 12px 0px 12px;
	text-align:right;
	float:left;
}
#liensite{
    width:100%; 
	height:auto !important; 
	height:100px; 
	border-top:1px dotted #FFF;
	margin-top:15px;
	padding-top:5px;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/

#_remarques {
	height:70px;
}
.tab_details{
border:0;
width:986px !important;
width:493px;
}

