@charset "UTF-8";
/* CSS Document */

@media screen { 


/* ---------- Div menu de navigation --------------------*/

.hasJS #menu_navigation li#accueil a
{
background:url(../img/menu_accueil.png) no-repeat top left;
width:39px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#accueil a:hover
{
background:url(../img/menu_accueil_hover.png) no-repeat top left;
}


.hasJS #menu_navigation li#societe a
{
background:url(../img/menu_societe.png) no-repeat top left;
width:118px;
height:54px;
line-height: 60px;
display:block;
}

.hasJS #menu_navigation li#societe.active a
{
background:url(../img/menu_societe_hover.png) no-repeat top left;
width:118px;
height:54px;
line-height: 60px;
display:block;
}




.hasJS #menu_navigation li#societe a:hover
{
background:url(../img/menu_societe_hover.png) no-repeat top left;
}



.hasJS #menu_navigation li#clientele a
{
background:url(../img/menu_clientele.png) no-repeat top left;
width:163px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#clientele a:hover
{
background:url(../img/menu_clientele_hover.png) no-repeat top left;
}

.hasJS #menu_navigation li#clientele.active a
{
background:url(../img/menu_clientele_hover.png) no-repeat top left;
width:163px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#prestations a
{
background:url(../img/menu_prestations.png) no-repeat top left;
width:164px;
height:54px;
line-height: 60px;
display:block;
}

.hasJS #menu_navigation li#prestations a:hover
{
background:url(../img/menu_prestations_hover.png) no-repeat top left;
}


.hasJS #menu_navigation li#prestations.active a
{
background:url(../img/menu_prestations_hover.png) no-repeat top left;
width:164px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#tarifs a
{
background:url(../img/menu_tarifs.png) no-repeat top left;
width:163px;
height:54px;
line-height: 60px;
display:block;
}



.hasJS #menu_navigation li#tarifs a:hover
{
background:url(../img/menu_tarifs_hover.png) no-repeat top left;
}

.hasJS #menu_navigation li#tarifs.active a
{
background:url(../img/menu_tarifs_hover.png) no-repeat top left;
width:163px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#contact a
{
background:url(../img/menu_contact.png) no-repeat top left;
width:163px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#contact a:hover
{
background:url(../img/menu_contact_hover.png) no-repeat top left;
}

.hasJS #menu_navigation li#contact.active a
{
background:url(../img/menu_contact_hover.png) no-repeat top left;
width:163px;
height:54px;
line-height: 60px;
display:block;
}


.hasJS #menu_navigation li#temoignages a
{
background:url(../img/menu_franchise.png) no-repeat top left;
width:192px;
height:54px;
line-height: 60px;
display:block;
}



.hasJS #menu_navigation li#temoignages a:hover
{
background:url(../img/menu_franchise_hover.png) no-repeat top left;
}

.hasJS #menu_navigation li#temoignages.active a
{
background:url(../img/menu_franchise_hover.png) no-repeat top left;
width:192px;
height:54px;
line-height: 60px;
display:block;
}

/* ----------  Bouton découvrez -----------------*/

.hasJS .btn_decouvrez_autocleaner a
{
background:url(../img/btn_decouvrez_autocleaner.png) no-repeat top left;
width:284px;
height:47px;
display:block;
}



.hasJS .btn_decouvrez_autocleaner a:hover
{
background:url(../img/btn_decouvrez_hover.png) no-repeat top left;
width:284px;
height:47px;
display:block;
} 


/* ----------  Header des pages css -----------------*/

.hasJS #header_accueil
{
background:url(../img/header_carte_bg.png) no-repeat top left;
/*background:url(../img/header_promo_ikea.png) no-repeat top left;*/
width:1002px;
height:367px;
margin:0;
clear:both;
position: relative;
}

#header_societe
{
background:url(../img/header_societe_bg.png) no-repeat top left;
width:1002px;
height:367px;
margin:0;
clear:both;
position: relative;
}

#header_clientele
{
background:url(../img/header_clientele_bg.png) no-repeat top left;
width:1002px;
height:367px;
margin:0;
clear:both;
position: relative;
}

#header_prestations
{
background:url(../img/header_prestations_bg.png) no-repeat top left;
width:1002px;
height:367px;
margin:0;
clear:both;
position: relative;
}


#header_tarifs
{
background:url(../img/header_tarifs_bg.png) no-repeat top left;
width:1002px;
height:367px;
margin:0;
clear:both;
position: relative;
}


#header_contact
{
background:url(../img/header_contact_bg.png) no-repeat top left;
width:1002px;
height:367px;
margin:0;
clear:both;
}

#header_temoignages
{
background:url(../img/header_temoignages_bg.png) no-repeat top left;
width:1002px;
height:367px;
margin:0;
padding: 0px 0 0 40px;
clear:both;
}

}


