/**
 *	+-----------------------------------------------------------------------------------------+
 *	mi-Run - Text/link styles shared with TinyMCE in the OS
 *	+-----------------------------------------------------------------------------------------+
 */
body, td, select
{
	font-family:					Verdana, Geneva, sans-serif;
	font-size:						11px;
	color:							#666;
}

.txt_bleu
{
	color:							#006cac;
}





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Links
 *	+-----------------------------------------------------------------------------------------+
 */
a.link_bleu_gras
{
	color:							#006cac;
	font-weight:					bold;
	text-decoration:				none;
}
a.link_bleu_gras:hover
{
	color:							#d87702;
	text-decoration:				underline;
}

a.link_orange
{
	color:							#d87702;
	text-decoration:				none;
}
a.link_orange:hover
{
	color:							#0A4570;
	text-decoration:				underline;
}