/* --------------------------------------- */
/* Merci de respecter l'ordre alphabétique */
/* --------------------------------------- */
/* ------------ */
/* Balises HTML */
/* ------------ */
/* ------------------------------------------------------------------------------ */

A, A:link, A:visited
	{
	font-size: 11px;
	color: #58889E;
	text-decoration : none;
	font-weight: bold;
	}

A:hover, A:active
	{
	color: #FF8B19;
	text-decoration : underline;
	}

.titrelien A, .titrelien A:link, .titrelien A:visited
	{
	font-size: 14px;
	color: #000000;
	text-decoration : none;
	font-weight: bold;
	}

.titrelien A:hover, .titrelien A:active
	{
	color: #000000;
	text-decoration : underline;
	}
	
BODY
	{
	scrollbar-face-color: #CD6732;
	scrollbar-highlight-color: #999999; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #999999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0x;
	margin-width: 0px;
	margin-height: 0px;
	}

OPTION, SELECT, TEXTAREA
	{
	border-right: #AAAAAA 2px solid;
	border-top: #666666 2px solid;
	font-size: 11px; 
	border-left: #666666 2px solid;
	color: #4A6B7B;
	border-bottom: #AAAAAA 2px solid; 
	background-color: #EEEEEE;
	}

INPUT	{
	color: #666666;
	background-color: #EEEEEE;
	font-size: 11px; 
	}
	
H3	{
	color: #000000;
	font-size: 14px;
	text-align:center;
	}


.sansbord
	{
	border: 0px;
	}
	
TD, P, BODY
	{
	font-size: 11px;
	color: #000000;
	font-family: Arial, sans-serif;
	}


TABLE
	{
	border: 0px;
	}
/* ------------------------------------------------------------------------------ */
/* ---------------------- */
/* Classes personnalisées */
/* ---------------------- */
/* ------------------------------------------------------------------------------ */



.corps
	{
	font-size: 11px;
	color: #336699
	}

.gras
	{
	font-size: 11px;
	color: #652D00;
	font-weight: bold;
	}

.grasnoir
	{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	}


.titre
	{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

.grotitre
	{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
/* ------------------------------------------------------------------------------ */
