body { 
font-family: Helvetica, sans-serif;
color: #959595;
background-color: #3c3c3c;
font-size: 10px;
} 
#wrapper { 
width: 790px;
margin: 0 auto;
} 
#header { 
margin: 10px 0 0 0;
height: 70px;
background-color: #fff;
background-image: url(images/haut.gif);
background-repeat: no-repeat;
}
#menu {
top: 50px;
left: 45px;
font-family: sans-serif;
text-align: center;
color: Black;
position: relative;;
width: 700 px;
z-index: 2;
}
#menu ul {
padding: 0;
margin: 0 0 0 0;
list-style-type: none;
}
#menu li {
float: left;
line-height: 20px;
padding-left: 7px;
}
#menu a {
display: block;
width: 94px;
height: 20px;
background-color: #e8bb78;
color: Black;
text-decoration: none;
}
#menu a:hover {
background-color: #526a8c;
}
#menu a:visited {
color: Black;
}
#content {
display: block;
width: 790px;
position: relative;
float: left;
min-height: 500px;
background-image: url(images/contenu.gif);
background-repeat: repeat-y;
}
#text {
width: 640px;
margin-top: 20px;
margin-left: 75px;
padding-bottom: 15px;
text-align: justify;
font-size: 12px;
color: #d4b342;
}
#text h1 {
font-size: 1.5em;
} 
#text h2 { 
font-size: 1.3em;
}
#text h3 { 
font-size: 1.1em;
} 
#text a { 
color: #00aeef;
} 
#text a:visited {
color: #ff00ff;
}
#text blockquote { 
font-family: serif;
margin: 0 15px 10px 15px;
}
#footer { 
margin: 0 0 5px 0;
display: inline;
color: #00aeef;
float: left;
width: 100%;
height: 70px;
background-image: url(images/bas.gif);
background-repeat: no-repeat;
padding-left: 3px;
text-align: center;
padding-top: 5px;
} 
#footer a { 
font-size: 11px;
color: #00aeef;
}
#footer a:visited {
color: #ff00ff;
}

