body {
background: #ccc;
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: black;
}
A:link {
COLOR: #6060e7; 
FONT-STYLE: normal;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
A:visited {
COLOR: #6060e7;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
A:hover {
COLOR: #e76060;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline overline
}
A:active {
COLOR: #FF0000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: fixed;
top: 100px;
left: 5px;
width: 10em;
}

#menu dt {
cursor: pointer;
background: #606de7;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid black;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #606de7;
border: 1px solid black;
}
#menu dt a:hover{
background: #8cbbf7;
color: #111160;
}
#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none;
background: #8cbbf7;
color: #000;
}
#titre {
position: relative;
text-align:center;
margin: auto;
}
#contenu {
margin-left: 180px;
}
#bas {
border-top-style:solid; 
border-top-width:1px; 
border-color:black;
}
#bas p{
text-align: center;
font-size: 10px;
}
.titre1 {
font-size: 24px;
font-weight: bold;
font-style: italic;
color: #5050e7;
text-decoration: underline;
}
.titre2 {
font-size: 16px;
font-weight: bold;
color: #5050e7;
}

