/* CSS Document */
/*<style type="text/css">*/

#titre { background-color:#e4e5e9; padding-left:0px; width:200px; color:#444444; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#sub{ width:150px;}
#sub li{ padding-left:20px;}
#cssdropdown, #cssdropdown ul { padding: 0; margin: 0; list-style: none; z-index:300;}
#cssdropdown li {float: left; position: relative; z-index:300;}/*?????*/
.mainitems a{margin-left: 0px; margin-right: 0px;  margin-top: 0px; text-decoration: none; font-weight:normal;}/*?????*/
.subuls{display: none; position: absolute; top: 1.0em; right: 0; border:1px solid #cccccc; background-color:#FFFFFF;}
.subuls li{width: 100%; color:#006699; font-family:Arial, Helvetica, sans-serif; font-size:10px;}/*?????*/
.subuls li a{text-decoration: none; color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
#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: 15px; 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>*/
