body {	background-color: #fff; }
#frame 
{	margin: 10px; padding: 10px 50px 10px 50px; 
	/*background-color: #ffe;*/
	/*background-image: url( 'fond.jpg' );*/
	color: #400;
	border: 1px solid #ccc; 
	font-family : Trebuchet, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
}
#title 
{	height: 50px;
 	background-image: url( 'logo.jpg' );
 	background-repeat: no-repeat;
 	background-position: right;
	font-family : "Times New Roman", Times, serif;
 	font-size: 3em;
 	font-weight: bold;
 	font-style: italic;
 	letter-spacing: -0.1em;
	margin: O; padding: 0;
 	color: #844;
} 
#navigation { 	display: none; font-size: 0.9em; font-style: italic; padding-bottom: 10px; color: #888; } 
#foot_page { 	display: none; font-size: 0.9em; font-style: italic; padding-top: 10px; color: #888; clear:both; } 
a			{	color: #f00; text-decoration: none; }
a.pending 	{	color: #888;	}
a.url 		{	color: #f00; }
a:hover		{	color: #fff; background-color: #f00;}
input 		{	color: #f00; background-color: transparent; border: 1px silver solid; }
input:hover 	{	color: #fff; background-color: #f00; }
h1 , h2 , h3 , h4 , h5 , h6 
{	font-family : "Futura Condensed", Futura, sans-serif; margin: 5px 0px 0px 0px; }
h1 { font-size: 2.4em; } h2 { font-size: 2.0em; } h3 { font-size: 1.6em; } 
h4 { font-size: 1.2em; } h5 { font-size: 1.0em; } h6 { font-size: 1.0em; font-style: italic; } 
p  { font-size: 1.0em; text-align: justify; margin: 0px 0px 5px 0px; }
ul	{ margin: 0px 0px 5px 0px; list-style : disc url('redpix.gif'); padding-left: 30px; }
li { font-size: 1.0em; margin-left: 0px; padding: 0px; } 
table { font-size: 1.0em; border-collapse:collapse; } 
td { border: 1px solid #ccc; }
textarea 
{	padding: 0; margin: 0px ;
 	width: 99%; height: 450px;
	background-color : #eee; color: #000;
 	font-family : "Courier New", monospace;
	font-size: 1.0em;	
 	border: 1px solid #400;
}

/*pour Firefox : */

#rollover { position: relative; margin: 0px; padding: 0px; width: 100%; color: #f00; font-style: italic; }
#rollover #rollover2 { display: none;
position: absolute; top: 0px; left: 0px; width: 400px; margin-top: 1.0em; padding: 2px 10px 2px 10px; 
color: #888; font-style: italic; background-color: #fff; border: 1px outset #ccc;  
}
#rollover:hover #rollover2 { display: block; z-index: 999; }
	
#img1 { position: relative; margin: 0px; padding: 0px; }
#img1 #img2 { display: none;
position: absolute; top: 0px; left: 0px; padding: 10px; margin-top: 10px;
color: #888; font-style: italic; background-color: #fff; border: 1px outset #ccc;  
}
#img1:hover #img2 { display: block; z-index: 999; }

.note 
{ 	display: none; 
	margin-left: 10px; margin-right: 10px; padding: 5px; background: #cccccc;
}

#visualisation
{	display: none;
	padding: 5px;
	border: 1px solid #400;
}
