body {
font-family: Arial Narrow;
font-size: 9px;
margin: 0px
}

#header1 {
background-color: #94DEF8;
height: 50px;
}


#titre {
font-size: 24px;
font-weight: bold;
color: black;
font-weight: bold;
margin-left: 50px;
margin-top: 6px;
padding: 8px;
}

#logo {
float: left;
margin-left: 0px;
margin-right: 30px;
}

#header2 {
font-size: 20px;
font-weight: bold;
background-color : #94DEF8;
height: 25px; 
}


.rubriques {
list-style-type: none;
font-size: 16px;
color: black;
margin: 0;
}



.menu {
float: left;
background-color: green;
width: 180px;
height
}

.items {
margin-top: 60px;
margin-left: 27px;
padding: 0;
width: 120px;
border: 3px solid red;
background-color: #fafaD2; height
}

li {
float: right;
border: 1px solid black;
margin: 2px 2px 0 2px;
background-color: green;
}

.contenu {
font-size: 14px;
margin-top: 0px;
margin-left: 0px;
width: 100%;
text-align: justify;
}

h1 {
color: green;
text-align: left;
}

h2 {
color: green;
text-align: left;
}

a {
display: block;
color: white;
text-decoration: none;
padding: 4px;
}

a:hover {
background: white;
color: black;
}

.actif {
border-bottom: 1px solid white;
background-color: white;
padding: 4px;
}