/* début du hack "fixed" permettant de fixer les menus sous IE */
body {
overflow-y: hidden ;
margin: 3px 0% 0% 230px;
padding:0;
background-color:#FEE5AF;
/*behavior: url(csshover.htc);*/
}
 
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et supérieur */

.menu2 img{
border: 0;
}

img{
border-color: #666666;
}

a img{
border-color: #666666;
}

.noborder{
border: 0;
}

.menu2 { /* menu fixe à gauche de l'écran */
position: absolute;
top: 5px;
left: 0;
width: 230px;
height: 100%;
background-color:#FEE5AF;
margin: 0 auto;
}

.menu2 ul{
margin: 0;
padding: 0;
width: 230px;
text-align: center;
list-style-type: none;
}

.menu2 ul li{
/*float: left;*/
position: relative;
margin: 0 auto;
padding: 0;
width: 190px;
}

.menu2 ul li.planche-fleurs{ /* celui du bas est + grand que les autres*/
width: 230px;
}

.menu2 ul li a{
display: block;
margin: 0 auto;
padding: 0;
margin-top: 2px;
color: #FFECBE;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
width: 190px;
height: 38px;
line-height: 38px;
text-align: center;
background-image: url("images/planche2.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
text-decoration: none;
}

.menu2 ul li.accueil a{
width: 190px;
height: 21px;
line-height: 21px;
text-align: center;
background-image: url("images/planche2.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.accueil-1 a{
width: 190px;
height: 18px;
line-height: 19px;
text-align: center;
background-image: url("images/planche5.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.planche-fleurs a{
width: 230px;
height: 73px;
line-height: 17px;
text-align: center;
background-image: url("images/planche-fleurs2.jpg");
background-repeat: no-repeat;
}

ul#menu-vert li.accueil-2 a{
width: 190px;
height: 16px;
line-height: 18px;
text-align: center;
background-image: url("images/planche6.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.moyenne-planche5 a{
width: 190px;
height: 21px;
line-height: 19px;
text-align: center;
background-image: url("images/planche5.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.moyenne-planche a{
width: 190px;
height: 32px;
line-height: 16px;
text-align: center;
background-image: url("images/planche2.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.moyenne-planche3 a{
width: 190px;
height: 66px;
line-height: 16px;
text-align: center;
background-image: url("images/planche2.3.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.moyenne-planche4 a{
width: 190px;
height: 32px;
line-height: 16px;
text-align: center;
background-image: url("images/planche2.4.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li.moyenne-planche-accueil a{
width: 190px;
height: 33px;
font-size: 12px;
line-height: 16px;
text-align: center;
background-image: url("images/planche2.jpg"); /*http://www.imagenes-tropicales.com/FRANCAIS\qui_sommes_nous\*/
background-repeat: no-repeat;
}

ul#menu-vert li ul li.planche-sousmenu a{
height: 21px;
margin-bottom: 3px;
background-image: url("images/planche5.2.jpg");
}

ul#menu-vert li a:hover{
text-decoration: underline;
}

.content {
height: 100%;
overflow: -Moz-Scrollbars-None;
}
/* fin du hack "fixed" permettant de fixer le menu sous IE */

.carte{
position: absolute;
right: 25px;
top: 11px;
/*background-attachment: scroll;  pas une image d'arriere plan
z-index:1;*/
}

.menu2 ul li ul{
/*visibility: hidden;*/
display: none;
}

.menu2 ul li:hover ul{
position: absolute;
top: 0;
left: 170px;
/*visibility: visible;*/
display:block;
z-index:10;
}

.menu2 ul li:hover ul li a{
display: block;
background-image: url("images/planche6.jpg");
}

body>.menu2 {position:fixed} /* annule le hack "fixed" pour les autres navigateurs que IE */

.boite {
position: relative;
background-color:#FEE5AF;
} /* boite servant à faire défiler l'écran, en débordant de la page */

