@charset "iso-8859-1";
@import url(../../base/css/anchor.css);
	
/*
#0000CC; #0000FF; #003399; >>> bleu
#000066; >>> bleu foncé
#970f00; >>> rouge foncé
#F8A138; >>> orange pétant
#C16205; >>> orange foncé
#2F462B; >>> gris foncé
*/
a,
a:link,
a:visited,
a:active {
	color:#000066;
	text-decoration:underline
}
a:hover {
	color:#000066;
	text-decoration:none
}


a.menu_item_link,
a.menu_item_link:link,
a.menu_item_link:visited {
	color:#FFF7D2;			/*couleur du lien top menu ET lien top menu survolé*/
}

a.menu_item_link:active,
a.menu_item_link:hover {
	text-decoration:none;
	color:#C16205;		/*couleur du lien survolé dans le top menu, ne marche que pour sondage et article si a.menu_item_link:link, est placé avant*/
}	

a.menu_item_link,
a.menu_item_link:link,
a.menu_item_link:visited {
	text-decoration: none;		/*text-decoration: underline; du top menu*/
}


.no_hello_actions a,
.no_hello_actions a:link,
.no_hello_actions a:visited,
.no_hello_actions a:hover,
.no_hello_actions a:active {
	color:#003399;
	/*color:#336699;*/
}

.one_tag a,
.one_tag a:link,
.one_tag a:active,
.one_tag a:visited {
	color:#800040;
}

.one_tag a:hover {
	color:#0000FF;
}

.bottomLinks a,
.bottomLinks a:link,
.bottomLinks a:visited {
	color: #444444;
	text-decoration: underline;
}

.bottomLinks a:hover,
.bottomLinks a:active {
	color: #970f00;
	text-decoration: none;
}
