    body
		{
		width: 780px;
		margin: auto; /* Pour centrer notre page */
		margin-top: 15px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
		margin-bottom: 15px;    /* Idem pour le bas du navigateur */
		}
		
		
/* ASPECT  TABLEAU */		
		
	table
		{
		margin: auto
		}
		
		
/* ASPECTS CHAPITRES */	
		
	h1
		{
		text-align: center;
		color: black;
    font-size: 20px;
		font-family: Verdana;
		font-weight: bold;
		font-style: italic;
		}
		
	h2
		{
		margin:0;
		padding: 0;
		padding-top: 15px;
		padding-left: 20px;
		text-align: left;
		font-family: Verdana;
		font-weight: bold;
    color: black;
    font-size: 15px;
		}		
    

/* ASPECT PARAGRAPHES */    
				
	p
		{
		text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
		text-align: justify; /* Les paragraphes seront justifiés */
    color: black;
    font-size: 12px;
		font-family: Verdana;
		padding-left: 20px;
		padding-right: 10px;
		}
		
  .header
		{
		margin: 0px;
		text-indent: 0px; 
    vertical-align: middle;
    font-size: 13px;
		font-family: Verdana;
    color: rgb(255, 255, 255)
    }		
		
  .publication_titre
		{
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
		text-indent: 0px; /* Les paragraphes commenceront 30 pixels sur la droite */
		text-align: center; /* Les paragraphes seront justifiés */
    color: black;
    font-size: 12px;
		font-family: Verdana;
		font-weight: bold;
		}
		
	.defilement_header
		{
		margin: 0px;
		padding: 0px;
		text-indent: 0px;	/* Les paragraphes commenceront 30 pixels sur la droite */
		text-align: center;	/* Les paragraphes seront justifiés */
    font-size: 10px;
		font-family: Verdana;
		}
    	
	.defilement_footer
		{
		margin: 0px;
		padding: 0px;
		padding-left:10px;
		text-indent: 0px;	
		text-align: center;	
    font-size: 10px;
		font-family: Verdana;
		}	
		
	.footer
		{
		text-indent: 0px; /* Les paragraphes commenceront 30 pixels sur la droite */
    vertical-align: middle;
    font-size: 9px;
		font-family: Verdana;
    }
    
	
		
/* ASPECT DES LIENS  */	
		
	a
		{
		text-decoration: none; 
		color: black; 
		}
    
	.lien
		{
		text-decoration: none;	
		color: rgb(112, 134, 6);	
		}	
		
	.lien:hover
		{
		text-decoration: none;	
		color: rgb(255,140,0);	
		}
		
	.titre
		{
		text-decoration: none;
		/*color: rgb(203,32,19); */	
    color: rgb(21,127,17);	
		}
		
	.defilement
		{
		text-decoration: none;	
		color: rgb(235, 235, 235);	
		}
		
	.defilement:hover
		{
		text-decoration: none;	
		color: rgb(255,140,0);		
		}	
		

/* ASPECT DES LISTES A PUCE  */

	ul
		{
		margin: 0;
		padding: 0;
		}
		
	.finger
		{
		list-style-image: url('Image/finger_v03.gif');
		margin-top: 5px; /* Espacement entre les lignes */
		margin-left: 20px; /* Bloc puce disposé a 20px de la gauche */
		text-align: left;
    font-size: 12px;
		font-family: Verdana;	
		list-style-position: outside;
		}	
		
  .actualite
		{
		margin-top: 10px;
		margin-left: 20px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
    color: black;
    font-size: 11px;
		list-style-type : square;
		font-family: Verdana;	
		list-style-position: outside;
		}
		
  .text
		{
		margin: 0px;
		margin-top: 3px;
		margin-left: 10px;
		padding-left: 20px;
		padding-right: 10px;
		text-align: left;
    color: black;
    font-size: 12px;
		list-style-type : circle;
		font-family: Verdana;	
		list-style-position: outside;
		}
		
  .text_niveau2
		{
		margin-top: 1px;
		margin-left: 10px;
		padding-left: 20px;
		padding-right: 10px;
		text-align: left;
    color: black;
    font-size: 11px;
		list-style-type : square;
		font-family: Verdana;	
		list-style-position: outside;
		}		
				
	li
		{
		line-height: 13px;
		}	

	.text
		{
		text-indent: -15px;
		list-style-position: inside; 
		}
		
  .finger
		{
		padding-left: 15px; /* Puce disposée a 20px de l'image */
		}		

  .text_niveau2
		{
		text-indent: -15px;
		list-style-position: inside;
		}
       
    			
/* ASPECTS MENU */		
		
  #menu1 
		{
		margin: 0px;
		padding: 0px;
		height: 20px;
		padding-top: 5px;
		font-size: 13px;
		font-family: Verdana;
		text-align: center;
		vertical-align: middle;
		background: rgb(232, 232, 232);
		}		

	#menu1  a:hover 
		{
		color: rgb(21,127,17);	
		}
		
		