body {
//background: #9f775e url('images/bg-degrad.png');
//background-repeat: repeat-x;
}

#table {
width: 780px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
//border: 1px solid #471b00;
//background: #f9eee7;
padding: 0px;
}

#table td {
margin: 0px;
}

h1 {
text-align: center;
font-size: 200%;
font-weight: bold;
}

h2 {
text-align: center;
font-size: 150%;
font-decoration: underline;
}

.cote-gauche {
background: #url('images/cont-cote-g.png');
width: 5px;
}

#banniere {
padding: 0px;
margin: 0px;
}

#banniere img {
border: 0px;
margin: 0px;
padding: 0px;
}

.boutons {
background: url('images/boutons2.png');
background-repeat: repeat-x;
color: #a88a58;
font-size: 140%;
text-align: center;
padding-top: 5px;
height: 45px;
}

.boutons a {
color: #a88a58;
}

#contenu {
padding: 10px;
background: #a88a58;
}

#contenu a {
color: black;
font-weight: bold;
}

#titre {
text-align: center;
font-size: 280%;
font-weight: bold;
color: #471b00;
margin-top: 20px;
margin-bottom: 20px;
}

img.droite {
float: right;
clear: right;
margin: 5 5 5 10;
}

img.gauche {
float: left;
clear: left;
margin: 5 10 5 5;
}

