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

/****** LIENS MENU_HAUT ******/
#menu_haut a:link, #menu_haut a:visited{
	text-decoration : none;
	color : #666666;
}

#menu_haut a:hover{
	color : #009966;

}

/****** LIENS MENU_BAS ******/
#menu_bas a:link, #menu_bas a:visited{
	text-decoration : none;
	color : #0066CC;
}

#menu_bas a:hover{
	color : #333333;
}

/****** LIENS PIED ******/
#menu_pied a:link, #menu_pied a:visited{
	text-decoration : none;
	color : #333333;
}

#menu_pied a:hover{
	text-decoration : underline;
}


/****** 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 : #006633;
	text-decoration : none;
}

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

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

/****** LIENS SIMPLE BLOC ******/
a.simple_bloc:link, a.simple_bloc:visited{
	text-decoration : none;
	color : #FFFFFF;
	cursor : pointer;
}

a.simple_bloc:hover{
	text-decoration : underline;
}

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

a.lire_plus_bloc:hover{
	color : #333333;
	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;
}



#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;
}
