/* CSS Document */
/* Structure + Menu */

html, body {
margin:0; /* pour les navigateurs*/
padding: 0;
}
body {
background-color: #fff;
}			

#conteneur {
position:absolute;
left:50%;
top:20px;
width: 910px;
margin-left: -455px;
background-color:#EEEEEE;
}
#header {
height: 151px;
margin:0;
/*background: url(../images/complementaire_sante_03.jpg) no-repeat;*/
}
#zone {
width:910px;
margin:0;
background: url(../images/fond.png) repeat;
}
#centre {
margin-left: 140px;
margin-right: 98px;
text-align:left;
}
#contenu {
width:530px;
padding:0;
margin:20px 0 40px 100px;
}
#gauche {
float:left;
width: 140px;
}
#menu_gauche {
width:140px;
height:372px;
margin:0;
/*background: url(../images/complementaire_sante_16.jpg) no-repeat;*/
}
#boulles {
position:absolute;
left:80px;
width:125px;
height:200px;
bottom:90px;
/*background: url(../images/complementaire_sante_17.png) no-repeat;*/
}
#droite {
float:right;
width: 98px;
}
#menu_droite {
width:98px;
height:293px;
margin:0;
/*background: url(../images/complementaire_sante_18.jpg) no-repeat;*/
}
#pied {
clear:both;
height: 60px;
background: url(../images/complementaire_sante_20.png) no-repeat #FFFFFF;
}
#ml {
margin-left:140px;
margin-top:20px;
float:left;
width:200px;
height:25px;
}
#billes {
margin-left:480px;
margin-right:200px;
}
#tel {
margin-right:20px;
margin-top:20px;
float:right;
width:150px;
height:25px;
}
#liens_bas {
clear:both;
margin-left:30px;
margin-top:20px;
width:850px;
height:25px;
text-align:center;
}
#menu {
width:600px;
height:25px;
padding:0;
margin:0 0 0 50px;
}
#menu p{
padding:0;
margin:0;
}
ul, li {
padding:0;
margin:0;
}
li.onglet_gris {
display:inline;
float:left;
width:85px;
height:13px;
text-align:center;
background: url(../images/onglet_gris.png) no-repeat;
}
li.onglet_rose {
display:inline;
float:left;
width:85px;
height:13px;
text-align:center;
background: url(../images/onglet_rose.png) no-repeat;
}
.txt_menu {
font-family: Verdana, Arial, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF; 
}
.lien_menu {
font-family: Verdana, Arial, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF; 
}
.lien_menu:hover {
text-decoration:none;
color:#000000; 
}