/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*                                   MENU                                         */
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.menu {
margin: 0 0 0 40px;
padding: 0;
float: left;
display:inline;
font: 13px Arial;
width: 900px;
border-width: 1px 0;
}

.menu .select {
margin:0; 
padding:0 0 0 20px; 
list-style:none; 
white-space:nowrap;
}

.menu li {
float:left;
background:url(images/blank_over_bw.jpg);
}

.menu .select a,
.menu .select a.menuPremier,
.menu .select a.menuDernier {
display:block; 
height:29px; 
float:left; 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#FFFFFF;
}
.menu .select a {background: url(images/blank_bw.jpg);}
.menu .select a.menuPremier {background: url(images/blank_Gauche.jpg);}


.menu .select a b, 
.menu .select a.menuDernier b, 
.menu .select a.select b {
display:block; 
padding:0 20px 0px 10px; 
}

.menu .select a b {background:url(images/blank_bw.jpg) right top;}
.menu .select a.menuDernier b {background:url(images/blank_Droite.jpg) right top;}


.menu .select a:hover, 
.menu .select li:hover a, 
.menu .select a.menuPremier:hover, 
.menu .select li:hover a.menuPremier {
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#CCCCCC;
}
.menu .select a:hover, 
.menu .select li:hover a {background: url(images/blank_over_bw.jpg); }
.menu .select a.menuPremier:hover, 
.menu .select li:hover a.menuPremier {background: url(images/blank_Gauche_over.jpg); }

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block; 
padding:0 20px 0px 10px; 
background:url(images/blank_over_bw.jpg) right top; 
cursor:pointer;
}

