/****** CSS LIENS ******/

/****** LIENS LANGUES ******/
a.langues:link, a.langues:visited{
	text-decoration : none;
	color : #666666;
}

a.langues:hover{
	color : #666666;
	text-decoration : underline;
}

/****** LIENS MENU GAUCHE ******/
a.menu_gauche:link, a.menu_gauche:visited{
	text-decoration : none;
	color : #003366;
}

a.menu_gauche:hover{
	color : #FF6600;
	text-decoration : none;
}

/****** LIENS MENU ONGLET ******/
a.onglets:link, a.onglets:visited{
	text-decoration : none;
	color : #FFFFFF;
}

a.onglets:hover{
	color : #CCCCCC;
	text-decoration : none;
}

/****** LIENS PIED BLOC ******/
a.bloc_pied:link, a.bloc_pied:visited{
	text-decoration : underline;
	color : #003366;
}

a.bloc_pied:hover{
	color : #003366;
	text-decoration : none;
}

/****** LIENS FOOTER MENU GAUCHE ******/
a.pied_menu:link, a.pied_menu:visited{
	text-decoration : none;
	color : #666666;
}

a.pied_menu:hover{
	color : #333333;
	text-decoration : none;
}

/****** LIENS LIRE PLUS ******/
a.lire_plus:link, a.lire_plus:visited{
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
	padding : 0 2px;
	background-color : #999999;
	margin-left : 3px;
}

a.lire_plus:hover{
	background-color : #003366;
	text-decoration : none;
}

a.simple:link, a.simple:visited{
	text-decoration : none;
	color : #333333;
}

a.simple:hover{
	text-decoration : none;
	color : #003366;
}

#contenu_article a:link, #contenu_article a:visited{
	text-decoration : none;
	color : #FF6600;
	font-weight : bold;
}

#contenu_article a:hover{
	text-decoration : none;
	color : #003366;

}

/****** REFERENCES REGIONS ******/
.regions{
	cursor : pointer;
}

a.regions:link, a.regions:visited{
	cursor : pointer;
	text-decoration : none;
	color : #000000;
}

a.regions:hover{
	cursor : pointer;
	text-decoration : none;
	color : #FF6600;
}
