/*
	
	gris foncé: #828076	
	gris clair: #EBE7D5	
	gris moyen: #D6D2C2
	
	marron foncé: #800000
	
	police: arial 0.8em
*/

	BODY
	{
  		margin:0px;			
			font-family:Trebuchet Ms;
			font-size:0.75em;
			color:#ffffff;
			background-color:#383838;
	}
	
	div.titre_page
	{
		font-size:1.2em;
		font-weight:bold;
		color:#C5C5B1;
	}
	
	font.titre_page
	{
		font-size:1.2em;
		font-weight:bold;
		color:#C5C5B1;
	}
	
	div.sous_titre
	{
		font-size:1.1em;
		font-weight:bold;
		color:#C5C5B1;
	}
		
	font.defaut
	{
		color:#ffffff;		
	}			
	
	font.erreur
	{

	}
	
	font.copy
	{
		color:#717171;
		font-size:0.95em;
	}

	
	/* Balise A pour les liens créés dans l'éditeur */
	a
	{
		color:#ffffff;		
		text-decoration:none;
	}

	a:hover
	{
		color:#c5c5b1;		
		text-decoration:none;
	}

	a.defaut
	{
		color:#ffffff;		
		text-decoration:none;
	}

	a.defaut:hover
	{
		color:#c5c5b1;		
		text-decoration:none;
	}
	
	a.menu
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	a.menu:hover
	{
		color:#D6D2C2;
		text-decoration:none;
	}
	
	
	td.filet
	{
		height:1px;
		background-color:#828076;

	}
	
	td.filet_noir
	{
		height:1px;
		background-color:#000000;

	}

	td.interligne
	{
		height:12px;
	}

	select,input
	{
		font-family:Trebuchet Ms;
		color:#ffffff;
		background-color:#717171;
		border:1px solid #717171;
	}

	textarea
	{
		font-family:Trebuchet Ms;
		color:#ffffff;
		background-color:#717171;
		border:1px solid #717171;
	}

	img.cadre
	{
		border:1px solid #c5c5b1;
	}

