/* CSS LIENS */

/****** LIENS MENU  HEADER ******/
#onglets a:link, #onglets a:visited{
	text-decoration : none;
	color : #FFFFFF;
	font-size : 16px;
	font-weight : bold;
}

#onglets a:hover{
	text-decoration : none;
	color : #583F38;
}

/****** LIENS MENU FOOTER ******/

#pied_menu a:link, #pied_menu a:visited{
	text-decoration : none;
	color : #FFFFFF;
}

#pied_menu a:hover{
	text-decoration : underline;
	color : #FFFFFF;
}


/****** LIENS PRODUIT(chapeau) ******/


.produit_chapeau a:link, .produit_chapeau a:visited{
	text-decoration : none;
	color : #FFFFFF;
}

.produit_chapeau a:hover{
	text-decoration : underline;
	color : #FFFFFF;
}

/****** LIENS PRODUIT(marron) ******/

.produit_btn_marron a:link, .produit_btn_marron a:visited{
	text-decoration : none;
	color : #583F38;
}

.produit_btn_marron a:hover{
	text-decoration : underline;
	color : #583F38;
}

/****** LIENS PRODUIT(orange) ******/

.produit_btn_orange a:link, .produit_btn_orange a:visited{
	text-decoration : none;
	color : #E85F0E;
}

.produit_btn_orange a:hover{
	text-decoration : underline;
	color : #E85F0E;
}

/****** LIENS DOCUMENTS DETAILS PRODUIT ******/

a.document:link, a.document:visited{
	text-decoration : none;
	color : #95582A;
}

a.document:hover{
	text-decoration : underline;
	color : #95582A;
}
