BODY {
				margin:0px;
				padding:0px;
				font: 75%/1.4em "Trebuchet MS", "Lucida Sans", Tahoma, Arial, Verdana;
				background-color:#646464;
		}			

/* Avec cette règle 1em = 11 px (68.73=5 % de 16px, taille par défaut) 
		Si on veut qu'un 1em = 12px, il faut que font-size = 75 % 
			mais provoque un bug d'affichage du menu de navigation par onglets
*/

P 					{
	font-size:1em;
	word-spacing:0.25em;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
BLOCKQUOTE	{ font-size:1.0em; margin:0 0 1em 0em; font-style:italic;	 }
B, STRONG 	{ font-weight:bold; }
IMG { border:none; background:none;}

A:link 			{ color: #FF4000; text-decoration: none; }
A:visited 	{ color: #FF4000; text-decoration: underline; }
A:hover 		{ text-decoration: underline;  }
A:active 		{ color: #FF4000; text-decoration: none; }

H1		{
	font-size:1.83em;
	line-height:1em;
}	/* 22px */
H2		{ font-size:1.5em; line-height:1em; }  /* 18px */
H3		{ font-size:1.33em; line-height:1em; } 	/* 16px */
H4		{ font-size:1.27em; line-height:1em; } 	/* 14px */
H1, H2, H3, H4, H5, H6
			{
	font-family: normal "Trebuchet MS", "Lucida Sans", Tahoma, Arial, Verdana;
	padding:0px;
	margin-bottom: 0.4em;
	color:#242424;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 4px;
}
.fond-clair {
	background-color: #FFFFFF;
}
.soustxt {
	font-size: 1em;
	word-spacing:0.25em;
	color: #FF4000;
}
.txt-clair {
	color: #999999;
	font-size: small;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
