#plans {width:201px; background:#ffffff; margin:0 0 0 0; text-align:right;}


 /* Paramètres du menu */
.leftmenu {
font-family: "Arial", geneva, sans-serif;
font-size:11px;
width:202px;
background:#ffffff;
position:relative; 
margin:0 0 0 0;

}

/* Paramètres du padding et margin menu */
.leftmenu ul {
padding:0 0 0 0; 
margin:0 0 0 0;
list-style-type: none;

}

/* Placement du menu */
.leftmenu ul li {
font-family: "Arial", geneva, sans-serif;
font-size:11px;
position:relative;
}

/* set up the default top level links */
.leftmenu ul li a, .leftmenu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff; 
width:202px; 
height:20px;
color:#333; 
border-bottom:1px solid #fff;
background:#fff; 
line-height:22px;
margin-right:2px;
}

/* hack for IE5.5 to correct the faulty box model */
.leftmenu ul li a, .leftmenu ul li a:visited {
width:201px;
w\idth:201px;
}
/* hide the drop down menu */
.leftmenu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.leftmenu table {
margin:2px; 
border-collapse:collapse;
font-size:11px;

}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.leftmenu ul li:hover a,
.leftmenu ul li a:hover {
color:#666; 
border-bottom:1px solid #ffffff;
}
/* make the drop down menu show and correctly position it */
.leftmenu ul li:hover ul,
.leftmenu ul li a:hover ul {
display:block; 
position:absolute; 
top:15px;
margin-top:4px;
left:0; 
width:209px;
border-top:10px;
}
/* style the drop down links with no hover */
.leftmenu ul li:hover ul li a,
.leftmenu ul li a:hover ul li a {
display:block; 
background:#fff; 
margin:0 0 0 0;
color:#333;
font-weight:normal; 
font-size:11px;
height:auto; 
padding:1px; 
width:209px;
}

/* Paramètres Rollover sous-menu */
.leftmenu ul li:hover ul li a:hover,
.leftmenu ul li a:hover ul li a:hover {
color:#FF9900;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.leftmenu ul li a:hover ul {
margin-top:11px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.leftmenu ul li a:hover ul li a {
background:#fff;
width:209px; /* for IE5.5 faulty box model */
w\idth:209px; /* for IE6 */
}
