/* BODY */


	p
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		margin: 8px;
		}
		
	a:link
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		text-decoration: underline;
		}

	a:visited
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		text-decoration: underline;
		}

	a:hover
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #FF6400;
		text-decoration: underline;
		}
		

/*
******** FORMULAIRES ********
*/

	INPUT
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #0545AE;
		}

	SELECT
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #0545AE;
		}

	TEXTAREA
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #0545AE;
		}




/*
******** TEXTE ARTICLE - 10 PT ********
*/

	.annonce
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #0545AE;
		}

	a.annonce:link
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #415D8A;
		text-decoration: underline;
		}

	a.annonce:visited
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #415D8A;
		text-decoration: underline;
		}

	a.annonce:hover
		{
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: normal;
		color: #0D2A59;
		text-decoration: none;
		}


/*
******** TITRE A LA UNE - 12 PT ********
*/

	.titre-une
		{
		font-family: Verdana, Arial;
		font-size: 11pt;
		font-weight: bold;
		color: #0545AE;
		}


	.titre-une-orange
		{
		font-family: Verdana, Arial;
		font-size: 11pt;
		font-weight: bold;
		color: #FF6400;
		}


/*
******** TITRE PETIT - 8 PT ********
*/

	.titre-petit
		{
		font-family: Verdana, Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #0545AE;
		}

	a.titre-petit:link
		{
		font-family: Verdana, Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #0545AE;
		text-decoration: none;
		}

	a.titre-petit:visited
		{
		font-family: Verdana, Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #0545AE;
		text-decoration: none;
		}

	a.titre-petit:hover
		{
		font-family: Verdana, Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #FF6400;
		text-decoration: none;
		}






/* LEGENDES */

.txt_legende
{
	color: #000000;
	font-size: 7pt;
	font-family: Verdana, arial;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}


a.txt_legende:link
{
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}
a.txt_legende:hover
{
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}
a.txt_legende:visited
{
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}




.txt_attention {
	color: #CC3333;
	text-align: left;
}