/* --------------------------------------- */
/* Merci de respecter l'ordre alphabétique */
/* --------------------------------------- */
/* ------------ */
/* Balises HTML */
/* ------------ */
/* ------------------------------------------------------------------------------ */

A, A:link, A:visited
	{
	font-size: 12px;
	color: #0022DF;
	text-decoration : none;
	font-weight: normal;
	}


A:active
	{
	color: #AA0000;
	}


A:hover
	{
	color: #FF781F;
	text-decoration : underline;
	}


BODY
	{
	scrollbar-face-color: #FF781F;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #0022DF;
	scrollbar-darkshadow-color: #FFFFFF;
	}

INPUT, OPTION, SELECT, TEXTAREA, INPUT
	{
	border-right: #AAAAAA 2px solid;
	border-top: #666666 2px solid;
	font-weight: 100;
	font-size: 11px; 
	border-left: #666666 2px solid;
	color: #4A6B7B;
	border-bottom: #AAAAAA 2px solid; 
	}

TD, P, BODY
	{
	font-size: 11px;
	color: #666666;
	font-family: Arial, sans-serif;
	}


/* ------------------------------------------------------------------------------ */
/* ---------------------- */
/* Classes personnalisées */
/* ---------------------- */
/* ------------------------------------------------------------------------------ */



.corps
	{
	font-size: 12px;
	color: #333333;
	}

.gras
	{
	font-size: 11px;
	color: #652D00;
	font-weight: bold;
	}

.grasnoir
	{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	}


.titre
	{
	font-size: 14px;
	color: #FC770C;
	font-weight: bold;
	text-decoration: none;
	}

.titreactuprincipale
	{
	font-size: 16px;
	color: #DEA240;
	font-weight: bold;
	}
/* ------------------------------------------------------------------------------ */
