/* CSS Document */
/*<style type="text/css">*/
#titre { background-color:#CCCCCC; padding-left:0px; width:200px; color:#006699; font-weight:bold; font-size:10px;}
#sub{ width:150px;}
#sub li{ padding-left:25px;}
#cssdropdown, #cssdropdown ul {padding: 0; margin: 0; list-style: none;}
#cssdropdown li {float: left; position: relative;}
.mainitems a{margin-left: 0px; margin-right: 0px; text-decoration: none;}
.subuls{display: none; position: absolute; top: 4.2em; right: 0; border:1px solid #cccccc; background-color:#FFFFFF;}
.subuls li{width: 100%; color:#006699; font-weight:bold; font-size:10px;}
.subuls li a{text-decoration: none; color:#006699; font-weight:bold; font-size:10px;}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: 50px; left: auto;}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;}
#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;}
/*</style>*/
