@import url(doucet.css);

html, body {
background-image: url(../img/index-bg2.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
}

/* #bande {
background-image: url(../img/index-bande.gif);
background-repeat: repeat-x;
} */

#cadre {
color: #000000;
}

A {
color: #6c6c6c;
text-decoration: none;
font-weight: bold;
}

A:hover {
color: #000000;
}

#contenu-index {
width:670px;
padding-top: 40px;
padding-left: 34px;
padding-bottom: 24px;
float: left;
}

#contenu-index IMG {
padding-bottom: 20px;
padding-right: 34px;
float: left;
}

#texte-index {
background-color: #eaeaea;
padding: 12px 114px 12px 12px;
text-align: justify;
clear: both;
}