/* feuille de style specifique pour les elements localises (images, etc) */

@import url(general.css);

/*  menu general (tailles et images de fonds)
----------------------------------------------------------------------------*/

#menu li a {
	display:block;
	height:18px;
	background-repeat:no-repeat;
	background-image:url(../img/menu/menu_en.gif);
}

#demandeDevis{
	background-image : url(../img/popin/demande_devis_en.gif);
	margin-top: 20px;
}

#ajoutDevis{
	background-image : url(../img/popin/ajout_devis_en.gif);
	margin-top: 20px;	
}

/* items du menu */
#menu #menu_item1 a {
	background-position:0 2px;
	width:85px;
}

#menu #menu_item2 a {
	background-position:-91px 2px;
	width:58px;
}

#menu #menu_item3 a {
	background-position:-156px 2px;
	width:121px;
}

#menu #menu_item4 a {
	background-position:-284px 2px;
	width:133px;
}

#menu #menu_item5 a {
	background-position:-424px 2px;
	width:99px;
}

#menu #menu_item6 a {
	background-position:-525px 2px;
	width:113px;
}

#menu #menu_item7 a {
	background-position:-630px 2px;
	width:78px;
}


/* rollovers && active */
#menu #menu_item1.active a,
#menu #menu_item1 a:hover {
	background-position:0 -15px;
}
#menu #menu_item2.active a,
#menu #menu_item2 a:hover {
	background-position:-91px -15px;
}
#menu #menu_item3.active a,
#menu #menu_item3 a:hover {
	background-position:-156px -15px;
}
#menu #menu_item4.active a,
#menu #menu_item4 a:hover {
	background-position:-284px -15px;
}
#menu #menu_item5.active a,
#menu #menu_item5 a:hover {
	background-position:-424px -15px;
}
#menu #menu_item6.active a,
#menu #menu_item6 a:hover {
	background-position:-525px -15px;
}
#menu #menu_item7.active a,
#menu #menu_item7 a:hover {
	background-position:-630px -15px;
}

/*  pied de page (tailles des items)
----------------------------------------------------------------------------*/
#pied #pied_item1 {
	width:92px;
}
#pied #pied_item2 {
	width:80px;
}
#pied #pied_item3 {
	width:120px;
}
#pied #pied_item4 {
	width:120px;
}
#pied #pied_item5 {
	width:91px;
}
#pied #pied_item6 {
	width:71px;
}
#pied #pied_item7 {
	width:73px;
}
#pied #pied_item8 {
	width:53px;
}
#pied #pied_item9 {
	width:39x;
}


