#siteglobal {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center; /* on rétablit l'alignement normal du texte */
}

#refboat {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: justify; /* on rétablit l'alignement normal du texte */
	background-color:#fff;
	padding-left: 8px;
	padding-right: 8px;
}

#refboat a{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cd6a00;
	text-decoration: none;
	text-transform: uppercase;
	}

#refboat a:hover{
	color: #221c10;
	text-decoration: underline;
	}
	
#refboat a:visited{
color: #676767;
}

#reftitle{
font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #5d3309;
margin-bottom: 10px;
margin-top: 5px;
}

#contenu {
	background-color: #fff;
}
#flags {
	background-color : transparent;
	/*width: 900px;*/
	margin-left: auto;
	margin-right: auto;
}

#bandeau {
	background-color : white;
	padding-top: 10px;
	/*width: 900px;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* lien vers robotstat */
#rbstat {
	margin-top: 20px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#rbstat a {
	text-decoration: none;
	color: #E0AE85;
}


body {
	background: #000000 url('images/bg1.jpg');
	padding-top: 3px;
	margin: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
}

/* supprimer jmn pour pas géner le survol dans les listes d'annonces */
/*
td {
background-color: #fff;
}
*/

.bgtd{
	background: url('images/a_saisir.gif');
	background-repeat: no-repeat;
	height: 39px;
	}
	
.bord{
	border: 1px solid #500f0d;
	width: 830px;
	
	}

.tdhaut{
	vertical-align: top;
	}

#foot {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #cd6a00;
	color: #fff;
	height: 25px;
	margin: 0px;
	padding-top: 5px;
	}
	
	#foot a{
		color:#fff;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		}
		
		#foot a:hover{
		color:#6d4709;
		text-decoration: underline;
		
		}

/* menuH.css
 * For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

#mainMenu1 {
  background-color: #cd6a00;
  color: #fff;
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  border-top: 2px solid #fff;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#menuList1 {
/* intérieur du menu */
  /*border: 1px solid #286BBD;*/
  margin: 0;
  padding: 0;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0px;
  padding: 0;
  list-style: none;
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #fff;
  display: inline;
  line-height: 1.8em;
  border-right: 1px solid #fff;
  /*margin: 0;*/
  padding: 2px 6px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
 background-color: #221c10;
color: white;
  /*border: 1px solid #fff;*/
  
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;*/
  color: #fff;
  background-color: transparent; 
  /*padding-right: 5px;*/
  z-index:10;
  
 
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background-color: #221c10;
color: white;
 
}

#menuList1 .menu {
   color: #000;
  background-color: #fff;
 /*border-top: 1px solid #000;*/
  margin: 0;
padding: 0;
  width: 230px;
     
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  /*margin-left: 2px;*/
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;  
 	border-left: 1px solid #cd6a00;
	border-right: 1px solid #cd6a00;
	border-bottom: 1px solid #cd6a00;
	color: #cd6a00;
	background: #fff;
	text-align: left;
}

#menuList1 .menu li a.actuator {
 background-color: #c4b57e;
color: #FFFFFF;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #221c10;
color: white;
}

.msk{
display: none;

}

a img {
	border-style: none;
	margin:0;
}

.cellmenu {
width: 100px;
background-color: #fff;
}

.titre{
background: url("images/trait.gif");
background-repeat: no-repeat;
height: 30px;
padding-top: 12px;

}

.titre font {
	color: #000;
	font: 14px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-left: 40px;
}

h1{
	color: #000;
	font: 13px bold Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.breves {
	background-color: #fff;
}

.breves font{
color:#000;
}

/******************CSS pour la page contact*********************************/


.contactcoord{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.contactcoord a {
text-decoration: none;
color: #fff;
}

.contactcoord a:hover{
color: #c80000;
}

.plan{
font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #b80045;
}
/*si on met un titre sur la page contact*/
.titrecontact{
    color: #26527f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
}

/************************************CSS FORMULAIRE********************************************/

.formintro font{
/* message d'introduction */
font: 14px Arial, Helvetica, sans-serif;
color: #000;
margin-left: 10px;
}
.formerreur font {
/* message d'erreur */
font: 12px Arial, Helvetica, sans-serif;
color: red;
margin-left: 10px;
}
.formetoile font{
/* message sur les chanmps obligatoires */
font: 10px Arial, Helvetica, sans-serif;
color: #bb1220;
margin-left: 10px;
}

.formtable {
/* tableau de formulaire : généralités */
	background-color: #fff;
	padding: 10px;
	/*border: 2px solid red;*/
	font-family:Arial, Helvetica, sans-serif;
	border: none;
}

/*.formcomment font {
	font-size: 16px;
	color:green;
}*/


.formcomment a:hover{
color: #96bc0f;
}

.libconditions {
	/*margin-left: 180px;*/
	color: #bb1220;
	font: 12px Arial, Helvetica, sans-serif;
}

.formlabel {
/* pour les labels 
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: white;
	/*color: green;*/
	border: none;
	width: 165px;
	
}
.formlabel font {
	font-size: 12px;
	color: #6d4709;
	margin-left: 5px;
}

.formdata {
	background-color: white;
	color: #6600CC;
	width: 400px;
	border: none;
	line-height: 20px;
	padding-top: 3px;
}

.formdata font {
	color: #cd6a00;
	font-size: 12px;
}

fieldset {
	-moz-border-radius : 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	width: 600px;
	/*border: 1px solid #b5b5b5;*/
}

.stylelegend{
font: 14px Arial, Helvetica, sans-serif;
color: #f19c01;
margin: 10px;
}

.formchamptexte {
	/*border: inset #cf9;*/
}

.formcheckbox {
	/*border: inset #cf9;*/
}

td input.text:focus {
	background-color: green;
	color : red;
}

.formvalidation {
/* ligne du bas */
	text-align: center;
	border: none;
	background-color: white;

}
.formsubmit {
/* format du bouton de validation */
	color: #000;
	background-color: #f4ca4c;
/*background-image : url(images/suivant.gif);*/
	width: 100px;
	height: 25px;
	margin-top: 10px;
	font:12px Arial, Helvetica, sans-serif;
}

.formreset {
/* format du bouton de validation */
	color: #000;
	background-color: #f4ca4c;
	width: 100px;
	height: 25px;
	margin-top: 10px;
	font:12px Arial, Helvetica, sans-serif;
	margin-left:280px;
}
.formresume {
/* tableau de formulaire : généralités */
	background-color: transparent;
	padding: 10px;
	border: 1px solid #6d4709;
	margin-left: 10px;
}
.formresumelabel {
/* pour les labels dans le résumé des données enregistrées */
	background-color: transparent;
	color: #6d4709;
	border: none;
	width: 150px;
	font:12px Arial, Helvetica, sans-serif;
}
.formresumelabel font {
	font:12px Arial, Helvetica, sans-serif;
}

.formresumedata {
	/*background-color: navy;*/
	color: #cd6a00;
	width: 450px;
	font:12px Arial, Helvetica, sans-serif;
}

/* pour la liste des bateaux */
.listbatA {
	background-color: #fffebe;
	cursor:pointer;
}
.listbatB {  
	background-color: #d9b36a;
	cursor:pointer;
}
.listbatC {  
	background-color: #FFCB97;
	cursor:pointer;
}
.liencons {
	text-decoration:none;
	color: 000;
}

#lst {
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
}

#lst th{
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #5b2c02;
	background-color: #e9d3a1;
	}
	
.appli{
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #cd6a00;
	}
	

/**************************************CSS recherche bateaux**********************************/
#cherche {
	 width: 850px;
	
	}

#hautgauche {
	text-align:right;
	width:50%;
	background-color: #ccc;
}

#hautdroite {
	text-align:right;
	width:60%;
	background-color: #ccc;
}

#basgauche {
	text-align:right;
	background-color: #d9b36a;
}

#basdroite {
	padding-top:50px;
	text-align:right;
	background-color: #e9d3a1;
}

#boutondroite {
	padding-top:5px;
	text-align:right;
}

#boutongauche {
	text-align:right;
	padding-top:5px;
}


#ajaxmodele {
	display:inline;
	width:200px;
	margin-right:20px;
	margin-bottom:5px;
}

#ajaxmodele select{
	width:200px;
}


#validgauche {
	margin-right:20px;
	background-color: #d9b36a;
	font:12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	cursor:pointer;
	
}

#validdroit {
	margin-right:20px;
	background-color: #e9d3a1;
	font:12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	cursor:pointer;
}

.listed {
	margin-bottom:5px;
	width:200px;
	margin-right:20px;
}

label{
	vertical-align: middle;
	font:12px Arial, Helvetica, sans-serif;
	}

#noann {
	/* pas d'annonces dans la catégorie */
	font:12px Arial, Helvetica, sans-serif;
	color: #cd6a00;
	padding-bottom: 5px;
}

#memsearch {
	/* rappel du menu sélectionné dans recherche et liste */
	font:bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding: 5px;
	color: #5d3309;
}

#cmdsearch a {
	/* liens pour retour au moteur de recherche dans la liste */
	font:bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5d3309;
}
#cmdsearch a:hover {
	/* liens pour retour au moteur de recherche dans la liste */
	color: red;
}

/* styles pour le détail de l'annonce */

.annhaut {
	width: 100%;
}
.annhaut #colgauche {
	vertical-align:top;
	padding:10px;
	/*border : 1px solid #000;*/
	width:350px;
}
.annhaut #coldroite {
	vertical-align:top;
	/*border : 1px solid blue;*/
	}

.annhaut #imgmini {
	width:522px;
	overflow-x: auto;
	/*overflow-y: hidden;*/
	padding : 2px;
	/*border : 1px solid red;*/
	height: 86px;
	}

.annhaut #imgmini img {
	margin-right:2px;
	}

.annhaut #photo {
	width:522px;
	height: 300px;
	overflow: auto;
	padding : 2px;
	/*border : 1px solid red;*/
	vertical-align:top;
	}
	
.prix {
	font:24px Arial, Helvetica, sans-serif;
	color: #cd6a00;
	text-align: right;
	/*border : 1px solid yellow;*/
}


.catgauche {
	clear:both;
	float:left;
	margin:5px;
	padding:5px;
	width:50%;
	/*background-color: #e9d3a1;*/
}

.catdroite {
	margin:5px 5px 0px 52%;
	padding:5px;
	/*background-color: #ccc;*/
}

#colgauche{
	
	}
	
.marque {
	border: 1px solid #5d3309;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #b17f4a;
	color: #fff;
	margin: 5px;
}

.titlecat {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#cd6a00;;
	text-align:center;
	text-transform: uppercase;
	text-decoration: underline;
}
.etiq {
	font: 12px Arial, Helvetica, sans-serif;
	text-align:right;
	width:150px;
	font-style: italic;
}

.comment {
	font: 12px Times;
	font-style: italic;
}

.valdef {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}

.libequip {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
}

.description {
	clear:both;
	/*width:97%;*/
	padding:12px;
	/*margin-top:20px;*/
	margin: 5px;
	border: 1px solid grey;
	background-color: #fffebe;
	
	text-align: center;
}

.titledes {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#cd6a00;
	background-color: #e0ce90;
	padding:4px;
	margin-bottom: 8px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: underline;
}
.description span{
	font: bold 13px Arial, Helvetica, sans-serif;
}
.visible {
/*div visible à*/
	background-color: #e0ce90;
}

.general {
	/* div en dessous de visible à*/
	background-color: #e0ce90;
	/*border : 1px solid black;*/
	margin-bottom: 5px;
}
#btannonces {
	margin-left: auto;
	margin-right: auto;
	width:600px;
	text-align: center;
}
#btannonces td {
	width:150px;
	text-align: center;
}

#btannonces a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #cd6a00;
	text-decoration: none;
	}

#btannonces a:hover{
color: #5d3309;
	}

.moteur{
	}
	

/**************************************CSS page Référencement internet***********************************/

.refindex{
	BORDER-RIGHT: #ff0000 2px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #ff0000 2px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	OVERFLOW: auto;
	BORDER-LEFT: #ff0000 2px solid;
	WIDTH: 160px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ff0000 2px solid;
	HEIGHT: 100px;
	TEXT-ALIGN: center
	}