body {
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #044004;
}

#conteneur {
width: 900px;
margin: 0 auto;
}

#bandeau {
height: 180px;
background-color: #99CCCC;
background-image: url(image/bandeau.jpg);
border-left: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}

#centre {
background-color: #ffffff;
border-left: solid 1px #ffffff;
border-right: solid 1px #ffffff;
}

#pied {
height: 30px;
background-color: #99CC99;
background-image: url(image/pied.jpg);

border-left: solid 1px #ffffff;
border-right: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 56px;
margin: 0;
text-align: center;
color: #1c5d06;

border-bottom-width: thick;
border-bottom-style: solid;
border-width: 10px;
border-bottom-color: #1c5d06;
}

h1.telechargement {
font-family: Arial, Helvetica, sans-serif;
font-size: 56px;
margin: 0;
text-align: center;
color:#FF0000;

border-bottom-width: thick;
border-bottom-style: solid;
border-width: 10px;
border-bottom-color: #ff0000;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}

p.lien {
text-align: center;
}

img {
float: left;
padding: 1%;
margin-right: 2px;
margin-top: 2px;
}

a.lien {
font-size: 12px;
}

a:link {
text-decoration: none;
color:#000000;
}

a:visited {
text-decoration: none;
color:#000000;
}

a:active {
text-decoration: none;
color:#ff0000;
}

a:hover {
text-decoration: none;
color:#ff0000;
}

span {
font-weight: bold;
}

span.italic {
color: #000000;
font-style: italic;
font-weight: bold;
}

span.italik {
color: #044004;
font-weight: bold;
}

span.bold {
color: #070440;
font-weight: bold;
}