@import url(doucet.css);

#entete {
background-image: url(../img/bernadette-entete02.jpg);
background-repeat: no-repeat;
}

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

#cadre {
background-color: #663c2e;
color: #fefefe;
}

A {
color: #ffcc33;
text-decoration: none;
font-weight: normal;
}

A:hover {
color: #fc8231;
}

H1 { font-size: 18px;
text-align: left;
font-weight: bold;
color: #fefefe;
border-top:1px #fefefe solid;
border-bottom:1px #fefefe solid;
margin-top: 6px;
margin-bottom: 6px;
padding-top: 6px;
padding-bottom: 6px;
clear: both;
}
