/*              Menu principal              */
ul#nav0 {
position:absolute;
top:0px; left:-60px;
font-style: Century Gothic, Arial, sans-serif;
font-size: 0.8em;
list-style: none;
width:980px;
height:290px;
}
ul#nav0 li a {
float: left; /* aligne les elts de la liste */
background-repeat:no-repeat;
/*letter-spacing:-0.05em;*/
}
li#bulle1 a {/*border: dotted green 1px;*/
margin-top:10px;
margin-left:20px;
position:relative;
/*background:url("../images/LOGO3.png");*/  /*preciser top et left car decalage*/
background:url("../images/LOGO4.png");
width:651px;
height:250px;
color:transparent;
z-index:5;
text-indent:-9999px;
top:-40px;
/*top:; 
left:;*/
}
li#bulle2 a {margin-top:180px;margin-left:-310px;background:url("../images/BOUTON_PARTICULIERS_ETEINT.png") center;}
li#bulle3 a {margin-top:180px;margin-left:-100px;background:url("../images/BOUTON_PROFESSIONNELS_ETEINT.png") center;}
li#bulle4 a {margin-top:180px;margin-left:12px;background:url("../images/BOUTON_SIT_WEB_ETEINT.png") center;}
li#bulle2 a, li#bulle3 a,li#bulle4 a {/*border: dotted red 1px;*/
text-transform:uppercase;
text-align:center;
text-decoration:none;
color:black;
width:196px;
padding-top:80px;  /*centrage vertical du texte*/
/*height:96px;*/ /*hauteur bloc: 166px - centrage texte vertical : 70 pixels depuis le haut - soit hauteur = 166-70px*/
height:96px; /*hauteur bloc: 196px - centrage texte vertical : 100 pixels depuis le haut - soit hauteur = 196-100px*/
z-index:10;
} 
li#bulle2 a:hover, li#bulle2 a.sfHover, li#bulle2.highlight a {background:url("../images/BOUTON_PARTICULIERS_ALLUME.png") center no-repeat;}
li#bulle3 a:hover, li#bulle3 a.sfHover, li#bulle3.highlight a {background:url("../images/BOUTON_PROFESSIONNELS_ALLUME.png") center no-repeat;}
li#bulle4 a:hover, li#bulle4 a.sfHover, li#bulle4.highlight a {background:url("../images/BOUTON_SITE_WEB_ALLUME.png") center no-repeat;}
li#bulle2 a:hover, li#bulle3 a:hover, li#bulle4 a:hover, li#bulle2 a.sfHover, li#bulle3 a.sfHover, li#bulle4 a.sfHover  {
/* font-size:130%;*/
/* padding-top:65px;*/
font-weight:bolder;
font-size:1.1em;
}



/*              Menu de second niveau              */
ul#nav1 {
background:url("../images/DEGRADE-ARC-SOUS-MENU.png") no-repeat center left;
font-family: Century Gothic, Arial 1.0em;
color:black;
/*width:200px;*/
height:500px;
padding-top:80px;
padding-left:70px;
}
ul#nav1 li {/*border: dotted green 1px;*/
background:url("../images/BOUTON-SOUS-MENU-ETEINT.png") no-repeat left;
line-height:75px;
list-style:none;
padding-left:60px;
width:170px;
}
ul#nav1 li a {
display:block;
margin-left:-60px;
padding-left:60px;
text-decoration:none;
color:black;
/*border: dotted blue 1px;*/
}
/*ul#nav1 li a::after {content:url("../images/BOUTON-SOUS-MENU-ETEINT.png"); text-align:top;}*/
li#petitebulle6, li#petitebulle12, li#petitebulle13 {margin-left:-45px;}
li#petitebulle7, li#petitebulle14, li#petitebulle15 {margin-left:-65px;}
li#petitebulle8, li#petitebulle16, li#petitebulle17 {margin-left:-65px;}
li#petitebulle9, li#petitebulle18, li#petitebulle19 {margin-left:-35px;}

ul#nav1 li:hover, ul#nav1 li.sfHover {background:url("../images/BOUTON-SOUS-MENUS-ALLUME.png") no-repeat left;}
ul#nav1 li:hover a, ul#nav1 li.sfHover a, ul#nav1 li.highlight a {
font-size:1.2em;
padding-left:70px;
font-weight:bolder;
}