@import url(doucet.css);

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

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

#cadre {
background-color: #010d1c;
color: #ffffff;
}

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

A:hover {
color: #73b2ce;
}