 /* ... Mise en page globale des cellules de tableaux ...*/
 
    .pointille_droite {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #336633;
    }
	
	.traits_gauche{
	BORDER-left: #000000 1px solid;
	}
  
   .traits_droite{
	BORDER-right: 1px solid #CCCCCC;
	}
   
   .trait_haut{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;   
   }
   
   .trait_precedent_suivant {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bolder;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   height: 25px;
   vertical-align: middle;
   text-align: right;
   }
	
	.fond_tab_vertclaire {
	background-color: #F6FEE7;
    }
	
	.cell_menu_body4 {
	background-color: #E2ECCE;
	font-family: arial; 
	font-size: 11px; 
	color: #000000;
	font-weight: bold;
	}
	
	.cell_menu_body3 {
	background-color: #E9FDBF;
	font-family: arial; 
	font-size: 14px; 
	color: #000000;
	font-weight: bold;
	}
	
	.cell_menu_body2 {
	background-color: #76A319;
	font-family: arial; 
	font-size: 12px; 
	color: #FFFFFF;
	font-weight: bold;
	}
	
	.cell_menu_body1 {
	background-color: #96C92F;
	font-family: arial; 
	font-size: 11px; 
	color: #000000;
	font-weight: bold;
	}
	
	.tab_menus{
	font-family: arial;
	background-color: #69AC26;
	border: 1px solid #000000;
	}
	
	.tab_cell{
	background-color: #F5F5F5;
	border: 1px solid #999999;
	}
	
/* ... tableaux des liens en haut de chaque page ...*/
	
	.fond_vert_arbo_cours {
	background-color: #336633;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
	
	.fond_vert_menu_lien {
	background-color: #336633;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
	
	.tablemenu1 {
	width: 100%;
	margin: 0 auto;
	border-collapse:collapse;
	table-layout:fixed;
	border: thick #FF0000;		 
	    } 

	.tablemenu1 td a { 
    text-decoration:none; 
    display:block; 
    font: 11px Arial, sans-serif; 
    font-weight:bold; 
    text-align:center;
    vertical-align:middle;
    } 
	
	.tablemenu1 td a:link, .tablemenu1 a:visited, 
    .tablemenu1 a:active{
	color: #FFFFFF;
	background-color:#336633;
	font: 11px Arial, sans-serif;
	font-weight:bold;
    }
	
	.tablemenu1 td a:hover { 
    color: #000000; 
    text-decoration:none;
    background-color:#99b399; 
	}
	
/* ... mis en page des textes ...*/
	
	.titre_rubriques {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	Color: #FFFFFF;
	align: middle;
	}
	
	.grand_titre {
	font-family: Courier New, Courier, Courier Mono;
	font-size: 18px;
	font-weight: bold;
	height:50px;
	vertical-align: middle;
	}
	
	.titre {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	Color: #000000;
	}
	
	.titre_chapitres{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
	.titre_chapitres_pointille{
	BORDER-TOP: thin dotted #B1B1B1;
	BORDER-BOTTOM: thin dotted #B1B1B1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	Color: #000000;
	font-weight: bold;
	}
	
	.titre_paragraphe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;	
	font-weight: bolder;
	}
	
	.titre_sous-paragraphe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
	.textes_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
/* ... propriétés de la page par défaut ...*/
	
	.A{
	text-decoration:none;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
			
	}
	
	.A:HOVER{
		text-decoration:none;
		color: #000000;
		font-family: arial;
		font-size: 11px;
				
	}
	
	A{
	text-decoration:underline;
	color: #609C23;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;		
	}
	
	A:HOVER{
		text-decoration:none;
		color: #8bb404;
		font-family: arial;
		font-size: 11px;
		font-weight: bold;	
	}
	
	body {
	margin-left: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 11px;
	background:FFFFFF;
	color: #000000;
    }

   

