body {
font-family: verdana, arial, sans-serif;
font-size: 12px;
margin: 0px;
}

#header1 {
background-color:orange;
width: 100%;
height: 50px;
}

#titre {
font-size: 30px;
color: white;
font-weight: bold;
margin-left: 5px;
margin-top: 6px;
padding: 8px;
}

#logo {
float: left;
margin-left: 5px,
margin-right: 30px;
}

#header2 {
background-color: navy;
width: 100%;
height: 25px;
}

#description {
margin:10px;
font-family: sans-serif;
font-size: 12px;
text-align: justify;
color: black;
}

.rubriques {
list-style-type: none;
font-size: 18px;
color: navy;
margin: 0;
}

.rubriques li {
float: right;
margin: 2px 2px 0 2px;
border: 1px solid black;  
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;     
background-color: orange;//#ff9900;
}

.rubriques a {
font-weight: bold;
color: white;
text-decoration: none;
padding: 4px;
}

.rubriques a:hover {
background: white;
color:navy;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px; 
}

.rubriques .actif{
float: right;
border: 1px solid white;        
background-color:white;
font-weight: bold;
color: navy;
padding: 4px;

}

.sujet {
border: 1px solid black;
font-weight: bold;
font-size: 14px;
}

.standard {
font-family: sans-serif;
font-size: 12px;
text-align: justify;
color: black;
}