/* Styles relatifs a l'univers Auto */

.titre1, a{
	color: #f89d1a;
}

.txt9 a{
	color: #f89d1a!important;
}

/*style ecrase le style ds da_main table2 th*/
.table2 th{
	color: #f89d1a;
	
	/*padding: 9px 1px;*/
}
/*style ecrase le style ds da_main table2 th#formules*/
.table2 th#formules{
	/*padding: 9px;*/
	
}

/*style ecrase le style ds da_main table2 td.tablecontent div*/
.table2 td.tableContent div{
	border-left: 5px solid #f89d1a;
}


.backToTop{
	background: white url(../img/common/habitation/puce_backtotop.gif) 7px 7px no-repeat;
}

#menu2 #tarif{
	width: 135px;
	margin-left: 0;
	background: url(../img/common/menu2_habitation/menu2_tarif_off.gif) no-repeat left top;
}

#menu2 #tarif.on{
	background: url(../img/common/menu2_habitation/menu2_tarif_on.gif) no-repeat left top;
}

#menu2 #garanties{
	width: 118px;
	background: url(../img/common/menu2_habitation/menu2_garanties_off.gif) no-repeat left top;
}

#menu2 #garanties.on{
	background: url(../img/common/menu2_habitation/menu2_garanties_on.gif) no-repeat left top;
}

#menu2 #services{
	width: 107px;
	background: url(../img/common/menu2_habitation/menu2_services_off.gif) no-repeat left top;
}

#menu2 #services.on{
	background: url(../img/common/menu2_habitation/menu2_services_on.gif) no-repeat left top;
}

#menu2 #guide{
	width: 219px;
	background: url(../img/common/menu2_habitation/menu2_guide_off.gif) no-repeat left top;
}

#menu2 #guide.on{
	background: url(../img/common/menu2_habitation/menu2_guide_on.gif) no-repeat left top;
}

/*couleur de titre des rubrique des questions ds la liste deroulante. 1 produit 1 couleur */
.homeAutoBloc1 select optgroup, .faqHeader select optgroup{
	color: #f89d1a;
}


