How can i change the Offer_Box background color ?

I want to change the Offer_box background :
The wanted color is : #e3341b

http://www.famecraft.com/webtest/

Here is the code of the column :

<div class="offer_box">

<h5 style="color: #fff;">LES OFFRES :</h5>

<div class="offer_box_list">
    <a href="http://www.famecraft.com/webtest/carte-cezam/">La Carte CEZAM</a>
    <a href="http://www.famecraft.com/webtest/cheques-du-groupe-cheque-dejeuner/">Chèques Déjeuner</a>
    <a href="#">Activités</a>
</div>
<br />
<h5 style="color: #fff;">ESPACES DÉDIÉS :</h5>

<div class="offer_box_list">
        <a href="#">Utilisateurs</a>
    <a href="http://www.famecraft.com/webtest/espace-employeurs/">Employeurs</a>
</div>

</div>

Thanks you for all !

Comments

Sign In or Register to comment.