
body, td
{
	font-family : Arial, sans-serif;	
}

a 			{color : #a00404; font-size : 10px; text-decoration : underline;}
a:link 		{color : #a00404; font-size : 10px; text-decoration : underline;}
a:visited 	{color : #a00404; font-size : 10px; text-decoration : underline;}
a:active 	{color : #a00404; font-size : 10px; text-decoration : underline;}
a:hover 	{color : #e84d4d; font-size : 10px; text-decoration : underline;}

/*		Affichage des article			*/

.article
{
	overflow:hidden;
	width:580px;
	padding-left:20px;padding-right:15px;
}

.article_titre 
{
	font-family : Arial, sans-serif;
	font-size : 18px;
	color : #960303;
	font-weight : bold;
	font-style : italic;
}

.article_soustitre
{
	font-family : Arial, sans-serif;
	font-size : 18px;
	color : #958a75;
	font-weight : bold;
	font-style : italic;
}

.article_resume
{
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color : #373737;
	
}

.article_texte
{
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color : #373737;
	
}

/*		Affichage des blocs de texte		*/


.bloctexte
{
	border-width: 0px;
	border-style: solid;	
	margin: 0px;
	overflow:hidden;
	width:580px;
	padding-left:20px;padding-right:15px;
}

.bloctexte_titre 
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #960303;
	font-weight: bold;
	font-style: italic;
}


.bloctexte_texte, .bloctexte_texte td
{
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #373737;
	
}