body {
font-family: arial, helvetica, sans-serif;
background: url(images/background.gif) repeat;
}

#conteneur {
position: absolute;
width: 718px;
left: 50%;
top:50%;
margin-top:-275px;
margin-left: -358px;
background-color: #EFF1F0;
}

#entete {
height: 105px;
width: 718px;
background-color: #318A9C;
}

#contenu {
height: 375px;
width: 696px;
margin: 10px;
padding-right: 10px;
overflow: auto;
background-color: #EFF1F0;
}

#menu {
background: none transparent scroll repeat 0% 0%;
width: 718px;
height: 24px;
}

#menu ul {
padding:0;
margin:0;
font: bold 70% arial, helvetica, sans-serif;
list-style-type: none;
}

#menu li {
display: inline;
text-transform: uppercase;
}

#menu a {
padding-left: 3px;
background-color:#fff;
float: left;
padding-bottom: 1px;
margin-right:2px;
color: #000;
letter-spacing: 1px;
text-decoration: none;
}

#menu a span {
padding-right: 9px;
display: block;
padding-left: 6px;
padding-bottom: 3px;
padding-top: 4px;
}

#menu a span {
float: none;
}

#menu a:hover {
background-color:#ccc;
}

#pieddepage {
height: 29px;
width: 718px;
background-color: #318A9C;
}

h2 {
font-size: 12px;
}

h2:first-letter {
color: #318A9C;
font-size:large;
}

a {
font-size: 11px;
text-decoration: none;
color:#318A9C;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

p,ul {
font-size: 11px;
color: #000;
text-align: justify;
}