#Nav {
position: absolute;
z-index: 500;
padding: 0;
margin: 0;
list-style: none;
}

#Nav li {
text-align: center;
border: 1px solid;
line-height: 30px;
width: 150px;
background: #ddd;
margin: 0 5px 0 0;
float: left;
padding: 0;
}
#Nav li a {
display: block;
background-color: #444;
color: white;
text-decoration: none;	
margin: 0; padding: 3px;
}
#Nav li a:hover,#Nav li a:active {
display: block;
background-color: #888;
color: white;
text-decoration: none;	
margin: 0; padding: 3px;
}
.Menu {
z-index: 1000;
padding: 0;
margin: 0;
list-style: none;
display: none;
}

/************************/

h1 {
color: #000040;
text-align: center;
}
h3 {
color: #000040;
text-align: center;
}
h4 {
color: #000040;
text-align: center;
}
.centre {
text-align: center;
}
.jaune {
color: #000040;
}
.jauneplus {
color: #000040;
padding: 0 30px 0 30px;
}
.blanc {
color: #000040;
}
.vente {
font-family: Verdana,Georgia,Arial;
font-size: 12px;
line-height: 16px;
color: #000040;
}

a {
color: #000040;
}


body {
background: #ffffff url("blue_degrad3.gif") repeat-x fixed top left;
}

#conteneur {
font-family: Verdana ,Arial, "Times News Roman", Times, sans-serif;
font-size: 12px;
margin-left: auto;
margin-right: auto;
width: 1050px;
color: #000040;
}

div#entete {
height: 150px;
margin-top: -8px;
}

div#corps {
margin-left: 114px;
width: 822px;
min-height: 650px;
}

div#piedpage {
margin-left: auto;
margin-right: auto;
padding: 10px 0 0 0;
width: 790px;
height: 170px;
/*background-color: #5C5C5C;*/
color: #000040;
}

#textcg{
/*border: 2px solid;*/
margin-left: 135px;
text-align: justify;
color: #000040;
width: 550px;
height: 150px;
}

a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:12px;
   font-weight:normal;
   top: 10px; 
   left: -50px;
   background: #ffff15;
   color: #000000;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid blue;
   border-left: 4px solid blue;
}


