body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #FFFFFF;
background-attachment: fixed;
background-image: url(fond/bateau.jpg);
background-repeat: no-repeat;
background-position: bottom;
}
p {
margin: 0 0 10px 0;
}
#header {
height: 112px;
background-color: #FFFFFF;
}
#haut {
height: 30px;
background-color:#FFFFFF;
}
#conteneur {
width:900px;
margin:0 auto;
}
#centre {
margin-left: 150px;
margin-right: 150px;
font-size:11px;
}
#table {
	border: 1px solid #ddd;
	background:#fff;
}
#gauche {
float:left;
width: 150px;
}
#droite {
float:right;
width: 150px;
}
#pied {
clear:both;
height: 30px;

}
#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
  font-weight:100;
  border:1px solid #ddd;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
  color:#5885c2;
  text-decoration:none;
}
#menuhaut a:hover {
  color:#000;
  text-decoration:underline;
}
#menuhaut td:hover {
background:#eaf0f7;
}

/* STYLES POUR LE MENU GAUCHE*/
#menugauche {
list-style-type: none;
margin: 0;
padding:0;
  font-weight:100;
  border:1px solid #ddd;
}
#menugauche li {
margin-bottom: 5px;
 font-size:11px;
 margin:0;
 padding:4px;
 border-bottom:1px dashed #fff;
}
#menugauche a {
margin: 0 2px;
  color:#5885c2;
  text-decoration:none;
}
#menugauche a:hover {
  color:#000;
  text-decoration:underline;
}
#menugauche ul {
font-size:11px;
 margin:0;
 padding:4px 0 4px 4px;
}
#menugauche div:hover {
background:#eaf0f7;
}

/* STYLES POUR LE MENU DROIT*/
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}

.texte1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texte2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.texte3bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

/* STYLES POUR INFOBULLE*/
.infobulle{
	position: absolute;
	visibility: hidden;
	border: 1px solid #DDDDDD;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #eaf0f7;
}