/* CSS Document */
a{
color:#B12B00;
text-decoration:none;
}
a:hover{
color:#701E26;
text-decoration:underline;
}
h1{
color:#701E26;

}
h2{
color:#7e1f08;
}
h3{
color:#701E26;
}
h4{
color:#701E26;
}
#box_red{
background-image:url(../images/boite_rouge.jpg);
background-repeat:no-repeat;
color:#661D0C;
}
#box_red a{
border-bottom: 1px solid #AA2D00;
}
#box_red a:hover{
background-color:#AB553E;
color:white;
text-decoration:none;
}
strong 
{
color:#B22A00;
}
em
{
color:#B22A00;
}
