/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color: #ffffff;
    font-size:9px;
    background-color:#4c4e4b;
     }
table {
    font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
    background-color:#000000;
	}
a {
    color: #E28f00;
	text-decoration: underline;
	}
.image_accueil {

    width: 55px;
    height: 22px;
    background: url(images/accueil.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_accueil:hover {
    width: 55px;
    height: 22px;
    background: url(images/accueil_roll.gif);
    }
.image_services {
    width: 62px;
    height: 22px;
    background: url(images/services.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_services:hover {
    width: 62px;
    height: 22px;
    background: url(images/services_roll.gif);
    }
.image_produits {
    width: 60px;
    height: 22px;
    background: url(images/produits.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_produits:hover {
    width: 60px;
    height: 22px;
    background: url(images/produits_roll.gif);
    }
.image_devis {
    width: 46px;
    height: 22px;
    background: url(images/devis.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_devis:hover {
    width: 46px;
    height: 22px;
    background: url(images/devis_roll.gif);
    }
.image_parutions {
    width: 70px;
    height: 22px;
    background: url(images/parutions.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_parutions:hover {
    width: 70px;
    height: 22px;
    background: url(images/parutions_roll.gif);
    }
.image_contact {
    width: 59px;
    height: 22px;
    background: url(images/contact.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_contact:hover {
    width: 59px;
    height: 22px;
    background: url(images/contact_roll.gif);
    }
.image_partenaires {
    width: 85px;
    height: 22px;
    background: url(images/partenaires.gif);
    background-repeat:no-repeat;
    display: block;
    }
.image_partenaires:hover {
    width: 85px;
    height: 22px;
    background: url(images/partenaires_roll.gif);
    }
.style_orange {
    color: #E28f00;
	text-decoration: underline;
	font-weight: normal;
    font-size: 10px;
    }
.sf {
    color:#FFFFFF;
    }