<!--
/* css :  
// author : s. gander 
// update : 09/07/2007 
// created : 30/10/2006
// file : mainlcds.css */

body { 
	MARGIN:0; padding: 0;  
	scrollbar-face-color: #350140;      /* Format des scrollbar enfant (ne fonctionne que sous IE) */
	scrollbar-track-color: #fff; scrollbar-darkshadow-color: #fff; 
	background: #fff;
	font: 12px "Trebuchet MS", helvetica, sans-serif; color:#52392C; }
td {
	font: 12px "Trebuchet MS", helvetica, sans-serif; color:#52392C; }

/* DIVISIONS */
#LEFT {
	float:left;
	width:235px; }
#RIGHT {
	float:left;
	width:750px; }
#HEADER {
	float:left;
	height:220px; }
#PAGE {
	float:left;
	border-right: 1px dotted #A98A6F; border-left: 1px dotted #A98A6F;
	padding-top:16px; padding-left:20px; padding-right:0; padding-bottom:6px;
 }
#FOOTER {
	clear:both; }
	
#topleft {
	float:left;
	width:82px; height:400px; }
#menucoords{
	float:left; 
	width:150px;
	background-position: 0px 96px; background-image:url('images/bg_menu.jpg'); background-repeat:no-repeat;
	border-left: 1px dotted #A98A6F }
.menu {
	margin-top:110px;
	height:360px; padding:8px; }
	

/* PARAGRAPHES et RETRAITS */
p {	
	margin-top:0; margin-bottom:3px; }	

/* TABLEAUX */
table {
	border-collapse: collapse; border-width: 0px; border-style: none; border:0; }
table.tableau_type1 {
	border: 1px dotted #F20098; background-color:#FEE1FF;  }
	
td.cellule_type1 {
	border: 1px dotted #8B0DA6; background-color:#ECCEFF; 
	padding-top:3px; padding-left:5px; padding-right:5px; padding-bottom:3px; }
td.cellule_type2 {
	background-color:#8D009D; font-size: 14px; font-weight: bold; color: #FFF; }
	

/* TEXTES */
.coords	{
	padding:8px;
	font: 12px "Trebuchet MS", helvetica, sans-serif; color:#350040; }
.text_gras_centre {
	font-weight: bold; color: #350140; text-align: center; }

/* BOUTON et CONTROLE */
.bouton {
	font-family: Trebuchet ms,Arial; font-weight: bold; font-size: 10px; color: #F20098; }
.texte {
	font-family: Trebuchet ms,Arial; font-size: 10px; }

			
/* LISTES */

ul.liste_bul1 {
	list-style-image: url("images/bul1.gif") ; 
	text-align: left; margin-top:5px; }
ul.liste_bul2 {
	list-style-image: url('images/bul2.gif') ; 
	text-align: left; margin-top:5px; }
ul.liste_bul3 {
	list-style-image: url('images/bul3.gif') ; 
	text-align: left ; margin-top:5px; margin-bottom:0; }
ul.liste_bul4 {
	list-style-image: url('images/bul4.gif') ; 
	text-align: left ; margin-top:5px; margin-bottom:0; }


/* LIENS HYPERTEXTES STANDARDS */
a {
	color: #F20098; font-weight:bold; text-decoration: none; }	
a:hover {
	color: #52392C; }
a:visited {
	color: #AF006E; }
a:visited:hover {
	color: #52392C; }
	
/* LIENS HYPERTEXTES MENU */
.menu a {
	font: 14px "Trebuchet MS", helvetica, sans-serif;
	font-weight:bold; font-style:italic; color: #FFFFFF; text-decoration: none; }	
.menu a:hover {
	color: #350140; }
.menu a:visited {
	color: #FFFFFF; }
.menu a:visited:hover {
	color: #350140; }

/* TITRES */
h1 {
	font-size: 16pt;
	font-weight: normal; 
	color: #350040; 
	margin-top:5;
	margin-bottom:0; }
h2 {
	font-size: 12pt;
	color: #4400CB;
	margin-top:0;
	margin-bottom:6; }
h3 {
	font-size: 10pt;
	color: #8B0DA6 ;
	margin-top:0;
	margin-bottom:0;
	text-indent: 20;
	background-image: url('images/cle2.gif') ;
	background-repeat:no-repeat; }
h4 {
	font-size: 9pt;
	color: #8B0DA6 ;
	margin-top:0;
	margin-bottom:3;
	border-top: 1px dotted #8B0DA6 ;
	border-bottom: 1px dotted #8B0DA6 ; }




-->