<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================================*/
/* Définition de la fenêtre navigateur                                        */
/*============================================================================*/
@media screen {  
 body {
    width: 100%;
    margin: 0;    /*La page sera collée aux bords */
		padding: 0;
    font-family: verdana, arial, sans-serif; /*Police de base dans  la page */
    font-size: 0.70em; /*Définit la taille de police de base dans la page*/
		color: #808080;
		color:#2d2f37;
		background-color: #F8F8FF;	/*Couleur fond navigateur*/
		}		
/*============================================================================*/ 		
/* Conteneur pour centrer la page au milieu du navigateur                     */
/*============================================================================*/ 
 .conteneur_exterieur {		
		position: relative; /* ADD */
		width: 780px;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-bottom: auto;
		margin-left:auto;
    margin-right:auto;
		padding: 0px;
		/*border: 1px solid #55565b;*/ /*Cadre autour de la page*/
		overflow: hidden; /*Pour cacher les éléments quand la fenêtre rétrécit*/		   
		}
/*============================================================================*/ 
/* Conteneur pour colorer le fond de la colonne gauche (menu vertical)        */
/*============================================================================*/
 #conteneur {
    width: 100%;
    background-color:#FFF;/*couleur du fond, qui apparaitra à gauche sous le menu*/				
		background-color: #F4F4F4;
		}
/*============================================================================*/
/* Gros titres                                                                */
/*============================================================================*/
/* Bandeau supérieur droit*/ 
 .head1 {
    /*background-image: url('images/contrails.gif');*/
	  width: 100%;
	  min-width: 400px;
		clear: both;
	  height: 120px;
		background-color:#0E285E;
		background-color:#0A2B5A;
		color: #fff;
		}
/* Bandeau du menu horizontal*/		
 .head2 {
    width: 100%;
		margin-top: 4px; /*Essai de bande blanche */
		min-width: 400px;
    float: right;
	  height: 30px;
	  /*line-height: 25px;*/
	 	background-color:#407AB2;	
		clear: both;		
		overflow: hidden;
	  } 

/*============================================================================*/
/* embal : conteneur pour le rollover                                         */
/*============================================================================*/		

#embal_lien {	/* "lien" sera notre conteneur, ici la balise div */
position:absolute;	/* placement de l'image-lien, à vous d'adapter */
width: 184px;
height: 120px;
background: url(images/contrails_renv.gif) top left no-repeat;	/* placement de l'image 2 au second plan */
}

#embal_lien a {	/* définition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: white url(images/contrails.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
color: #000;

}

#embal_lien a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
} 

/*============================================================================*/		


 .logoG {
    float: left; /* alignement du logo à G */
		height: auto;
		margin-top: 0px;
    border: 0;
	  }
		
 .logoD {
    float: right; /* alignement du logo à D */
		height: auto;
		margin-top: 0px;
    border: 0;
		min-width: 100px;
		}
/*===========================================*/ 		
/* Gros titre dans le bandeau supérieur droit*/
/*===========================================*/ 		
 .titre {   
    font-size: 60px; /*Définit la taille de police du titre*/		
		font-weight: bold;
		font-style: italic;
		vertical-align: middle;
		text-align: right;
		padding-top:15px ;
		margin-top: 5px;
		margin-left: 40px;
		margin-right: 40px;
		color:#D4D4F8;
		}	
/*=============================================================================*/
/* Les 3 blocs de la page                                                      */
/*=============================================================================*/		
/* Bloc gauche flottant pour la colonne du menu vertical*/
 #gauche {
    float: left;
	  margin-top: 0px;
		margin-top: 4px;/*   essai*/
	  left :0;
    width: 150px;
		overflow: hidden;/*Essai*/		
		}
/*Bloc du centre de la page : texte principal*/
 #centre {    
    background-color:#FFFFFF;
		background-color: #F4F4F4;
		margin-left: 150px;
	  text-align:justify;
    padding-top: 50px; /*Pour commencer à la même hauteur que le menu*/
    padding-left:10px; /*Pour ménager des marges*/
    padding-right: 20px; /*Idem*/
	  padding-bottom: 1.5em;
		}
/*Bloc de pied de page*/
 #pied {   
    height: 40px;
    background-color: #F4F4F4;
		color: silver;  /*Couleur des textes dans le pied de page*/
		padding :10px 30px 10px 10px;
		border-top: 1px solid gray;
		margin-bottom: 10px;  
	  }		
/*============================================================================*/
/* Formats des titres et autres                                               */
/*============================================================================*/

a:link {text-decoration:none}
 
 h1 {
    clear:right;
    font-size: 135%;
    text-align: right;
		color: #808080;
    }

 h2	{
    font-size: 110%;
    text-align: right;
		color: #808080;
		border-bottom: solid 2px #00639C;
		border-bottom: solid 2px #aaaaaa;
    }
		
 h3	{
    font-size: 110%;
    text-align: left;
		color: #808080;
    }
		
 .s1{
    font-size: 0.5em;
		font-style: italic;
    text-align: left;
		color: gray;
    }
		
	.s5{
    font-size: 65%;
		color: gray;
    }	
		
 h4 {  
     font-size: 100%;
		 background-color: #CBE9FF;
		 color: #808080;    
    }

acronym {
      cursor:help;
    }	
		
abbr {
      cursor:help;
    }	

.legende {
      cursor:help;
    }		
		
 .cherche{
 background-color:#407AB2;	/*Pour le formulaire de recherche*/
 text-align: left;
	/* border: solid 1px #FF0000;
	 width: 82%;*/
	 padding-top : 0.2em;	
	 padding-bottom : 0.3em;
	 padding-left: 7px;	 
 }	
 
 input{ font-size: 0.95em;
 vertical-align: bottom; 
 }
 
  form{font-size: 0.95em;
	}
	
	dt{
	font-weight: bold;
	}

/*==============================================*/ 
/* Navigation "Vous êtes ici", "plan" et "FAQ"  */
/*==============================================*/		
ol.tree {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0; 
  font-size: 0.65em;
	color: #4B5262;	
	}

ol.tree li {
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before {
	content: '\00bb  ';
}

ul.faq li{
  margin-left :2em;	
	list-style-type: square;
	padding-bottom : 0.3em;	
  }

ol.disc li {
  margin-left :1em;
  font-weight: bold;
	list-style-type: disc;	
}
	
ol.circle li {
  margin-left :1em;
  font-weight: bold;
	list-style-type: circle;	
}	


ol.toto li {
  margin-left :1em;
  list-style-type: square;
	color: gray;	
}

ul.plan a{
	font-weight: bold;
  }
	
ul.plan li{
  margin-left :1em;	
	list-style-type: disc;	
	padding-bottom : 0.3em;	
  }
	
ul.plan li li{
  margin-left :1em;	
	list-style-type: square;	
	padding-bottom : 0.3em;	
  }

ul.plan li li li{
  margin-left :1em;	
	list-style-image:url('images/suivant1.gif');
	padding-bottom : 0.3em;	
  }

ul.plan li li li li{
  margin-left :1em;	
	list-style-type: circle;
	list-style-image:url('images/suivant2.gif');
	padding-bottom : 0.3em;	
  }	

ul.plan li li li li li{
  margin-left :1em;	
	list-style-type: circle;
	padding-bottom : 0.3em;	
  }		
	
input.bouton {
  margin-left:auto;
  margin-right:auto;
  border:2px outset black;
  font-weight:bold;
  cursor:pointer;
  }
input.bouton:hover {
  color: red;
  }
input.bouton:active {
  border:2px inset black;
  color: white;
}

/*==============================================*/ 
/* Classes des Tableaux*/
/*==============================================*/ 		

.aucentre60 {
margin: auto;
border: 2px solid gray;
width: 60%;
border-spacing: 15px;
  }
	
.aucentre80 {
margin: auto;
border: 2px solid gray;
width: 80%;
border-collapse: collapse;
border-spacing: 15px;
  }
	
.aucentre95 {
margin: auto;
border: 2px solid gray;
width: 95%;
border-collapse: collapse;
border-spacing: 10px;
  }
.bleu90 {
margin: auto;
border:1px solid #6495ed;
width: 100%;
  }

.bleu80 {
margin: auto;
border:1px solid #6495ed;
width: 95%;
  }
	
.bleu_clair {
 background-color:#e1eff3; 
  }
	
.bleu_moyen {
 background-color:#75d9ee; 
  }
	
.bleu_clair_middle {
 background-color:#e1eff3; 
  }
	
.gris {
 font-weight: bold; 
 background-color:#cccccc;
 text-align: center; 
  }
	
.gros {
 font-weight: bold;
 color: gray;
 font-size: 1.3em;
  }
	
.gras {
 font-weight: bold; 
 font-size: 1.1em;
  }
	
.leftcol {
    font-weight: bold;
    text-align: center;
		font-size: 1.1em;
  }
.trait_fract {
    font-weight: bold;
    text-align: center;
		font-size: 1.1em;
		vertical-align: top;
  }
	


.data {
    text-align: left;	
  }

/*==============================================*/ 
/* Classes des abbréviations et avertissements   */
/*==============================================*/ 		

abbr, acronym, .aide {
  border-bottom: 1px dotted #333;
  /*cursor: help;*/
}

.info, .attention {
  border: 1px solid gray; /* Pas besoin d'expliquer */
  padding: 5px;           /* Ne pas coller le TEXTE à la bordure */
  padding-left: 45px;     /* Pour que le texte ne soit pas SUR l'icône (image de fond) */
  min-height: 32px;       /* Au cas où le texte est plus petit : afficher l'icône en entier (2*4+32)... */
  vertical-align: middle; /* ... et centrer le texte verticalement */
}
.info {
  background: url('images/info.gif') #F5F8FC; /* Si on définit une propriété background alors il faut définir toutes les autres :   */
  background-repeat: no-repeat;        /* Impossible de définir la couleur, la position et la répétition une fois pour toute */
  background-position: 8px 50%;        /* dans la règle d'au dessus et de ne changer que l'image ici et en dessous !         */
}
.attention {
  background: url('images/attention2.gif') #ffffff; /* On définit donc la couleur de fond et l'icône à utiliser... */
  background-repeat: no-repeat;             /* ... une seule fois */
  background-position: 8px 50%;             /* et positionnée à 4 pixels de la gauche et centrée (impossible de d'utiliser une longueur */
}                                           /* et un mot clé tel que center à la fois, d'où le 50%. Oui c'est nul ! */


/*==============================================*/ 
/* Classes des liens de navigation en bas de page*/
/*==============================================*/ 		
 .s2{
    text-decoration:none;
    font-size: 0.65em;
		color: #4B5262;
		font-weight: bold;
		}
		
.s21{
    text-decoration:none;
    font-size: 0.75em;
		color: black;
		}
		
	.inact{
	  text-decoration:none;
    font-size: 0.65em;
		color: #4B5262;
		font-weight: bold;
	  }				
/*==================================================================*/ 		
/* Classes des mentions de pied de page, copyright, cadres et autres*/
/*==================================================================*/ 
img.tex { vertical-align: middle; }

 .s3{    
    font-size: 0.8em;		
		font-weight: bold;
		}
 .s4{    
    font-size: 0.5em;		
		}
 
 .scopy{    
    font-size: 0.6em;
		font-weight: bold;
		color: black;		
		}
 
 .enligne {
  display: inline;
  list-style-type: none;
  padding:0.5em;
  margin: 1em;
	text-align: center;
	vertical-align: middle;	
	}
	 
 .cadre {
	background-color: #F5F8FC;
	border: solid 1px #9999CC;
	margin-left:auto;
  margin-right:auto;
  width: 90%;
	padding: 1em;
	}

	div#bloc1 {
      	height: 280px;
      	overflow: auto;
      	width: 90%;
				margin-left:auto;
  			margin-right:auto;
  			
				padding: 1em;
				/*background-color: #F5F8FC;
				border: solid 1px #9999CC;
				
				font-size: 0.8em;*/
				}
	
.cadre1 {
	border: solid 1px #9999CC;	
  /*width: 90%;*/
	background-color: #F5F8FC;
	padding: 5px;
	}

.cadre2 {
	border: solid 1px #9999CC;	
  /*width: 90%;*/
	background-color: #F5F8FC;
	padding: 5px;
	font-size: 85%;
	text-align: justify ;
	color: #808080;
	}

.cadre3 {
	border: solid 1px #9999CC;	
  width: 30%;
	background-color: #F5F8FC;
	padding: 5px;
	font-size: 85%;
	text-align: justify ;
	color: #808080;
	margin-left: 8px;
	 margin-bottom: 2px;	
   float: right;
	}

	
.cadre4 {
	border: solid 1px #9999CC;	
  width: 95%;
	padding: 5px;
	}
	
	
 hr {
 clear: both;
 visibility: hidden;
 display:block;
 height: 1px;
 margin: 0 !important;
 margin: -7px 0;
 padding: 0;
 }

 .flottante {
	margin: 2px;
  float: left;
  width: 280px;
  } 
	
	.flottante_photo {
	margin: 12px;
  float: left;
  width: 44%;
  text-align: center;
	}
	
	.caption {
	text-align: justify;
	padding-left: 5px;	
	padding-right: 5px;	
	}
	
	.flottante0 {   
   position: relative; /* ADD */   
	 margin: 2px;
	 width: 33%;
   float: left;
   text-align: left;	 
   }
 
 .flottante1 {   
   margin: 2px;
	 width: 33%;
   float: left;
   text-align: center;	
   }
		
	.flottanteM {		 
   margin: 2px;
   text-align: center;	
	 width: 98%;	
   }
		
	.flottante3 {		
    position: relative; /* ADD */   
		margin: 2px;
    float: left;
    text-align: right;
		width: 246px;
		width: 31%;
	  }
		
	.flottanteL {
	 position: relative; /* ADD */      
   margin-right: 10px;	
   float: left;
   text-align: center;
   }
	 
	.flottanteR {
	 position: relative; /* ADD */   
   margin-left: 8px;
	 margin-bottom: 2px;	
   float: right;
   text-align: center;
	 } 
		
 .conteneur_flottante {
    width: 100%;
	  }
		
 .spacer {
    clear: both;
    }
		
 .bib {
 margin-left: 21%;
 background-color: #ffecce;
 background-color: #F5F8FC;
 border: 1px solid #666666;
 padding: 1em;
 }
/*============================================================================*/ 
/* Menu horizontal                                                            */	
/*============================================================================*/ 
 .normale {
      display: block; 
     }		 
		 
/*Balises de liste, pour éviter les puces dans le menu horizontal*/
 ul,li {
    list-style-type: none;           /* Pour ne pas avoir de puces */
    margin: 0;
    padding:0;
    line-height: 25px;               /*Interligne */
		/*display: inline;*/
    }
	
  #menuhaut {
    float: right;                    /* on aligne le menu horizontal à droite de son conteneur*/
	  margin-right: 5px;
    margin-top: 0px;
	  }
  #menuhaut ul {
    list-style-type: none;           /* Pour ne pas avoir de puces */
    margin: 0;
    padding:0;
    line-height: 25px;               /*Interligne */
		display: inline;
    }
	#menuhaut li {
    list-style-type: none;           /* Pour ne pas avoir de puces */
    margin: 0;
    padding:0;
    line-height: 25px;               /*Interligne */
    display: inline;
    }
		
 #menuhaut a {
    font-family:"Arial",sans-serif; 
    font-size: 0.95em;                /*Taille des lettres du menu horizontal*/
    color: #fff;
    text-decoration: none;            /* pour éviter le soulignement au survol */
    margin-left: 20px;                /* espacement entre chaque sous-menu */
    padding: 0 18px 0 0;              /* Un padding droit pour garder un petite espace */
    overflow: hidden;
		}
 
 #menuhaut a:link {
    color: #fff;
		} 
		
 #menuhaut a:visited {    
		}
 
 #menuhaut a:hover {  
		font-weight: bold;
		color: #fff;
		/*background-color: #2586d7;*/	
		}
		
 #menuhaut a:active {  
	  font-weight: bold;
    color: #fff;	
		}		
/*============================================================================*/		
/* Menu vertical                                                              */
/*============================================================================*/
 #button {
   padding: 0px 0px 10px 0px;
   margin-bottom: 1em;
   font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida,
	 Geneva,Helvetica, Arial, sans-serif;
   color: #fff;
	 }

 #button ul {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: none;
    }
    
 #button li {
    /*border-bottom: 1px solid #90bade;*//*séparation horizontale entre  items*/
  	margin: 0;
	  }

 #button li a {
    display: block;
    padding: 3px 0px 3px 10px;
    background-color:#407AB2;/* Couleur du fond des boutons*/
		color: #fff;
		text-decoration: none;
    width: 140px; /*pour une marge gauche sans dépasser avec IE*/
		font-size: 0.95em;
		}
		
/*Pour les navigateurs autres que IE*/
  html&gt;body #button li a {/* Ca c'est parce que IE ne voit pas le &gt;, donc on lui cache la suite*/
    width: auto;
		padding: 3px 0px 3px 10px;
		color: #fff;
    }		

 #button li a:hover {
    background-color: #2586d7;		
 	  color: #fff;		
		font-weight: bold;
		}
/*============================================================================*/
/*styles du diaporama*/
/*============================================================================*/
.image_info {
    display:block;
    font-size:12px;
    color:#999;
    border:0px;
		font-weight:bold;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:581px;
    border: 0px solid #000;
    text-align:left;
}
.show_title {
    font-size:16px;
		font-weight:bold;
		text-align:right;
}
.image_info a {
    text-decoration:none;
		color:#999;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
	  font-size:12px;	
}
.image img {
    padding:6px;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#fff;
		color:#999;
    margin-top:9px;
    font-weight:bold;
		font-size:12px;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
		border:2px solid #999 !important;
	
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
		color:#999;
}

.legende {
    font-size:12px;
		color:#999;
}

/*============================================================================*/
/*styles liens popup*/
/*============================================================================*/
 
 .rollover a img {
	border: 1px solid black;
	visibility: hidden;
	}

.rollover a:hover {
    cursor: crosshair; text-decoration: none;
		}

.rollover a:hover img {
  width: 113px;
	height: 80px;
	visibility:visible;
	}

}/*Fin style pour l'écran*/

/*============================================================================*/
/*styles pour l'impression*/
/*============================================================================*/

@media print {
/*============================================================================*/
/* Définition de la fenêtre navigateur                                        */
/*============================================================================*/
 body {
    
    font-family: verdana, arial, sans-serif; /*Police de base dans  la page */
    font-size: 11pt; /*Définit la taille de police de base dans la page*/
			}		

/*===========================================*/ 		
/* Gros titre                                */
/*===========================================*/ 		
 .titre {
    text-align: right;
    font-size: 35pt; /*Définit la taille de police du titre*/		
		font-weight: bold;
		font-style: italic;
		color:gray;
		}	

		
 .logoG {
    display:none;
	  }

/*============================================================================*/
/*On cache les menus*/
/*============================================================================*/
 #menuhaut{
    display: none;
          }
 #gauche {
    display: none;
		}
 #button {
    display: none;
	 }
	 
 .s1{
    font-size:7pt;
		font-style: italic;
    text-align: left;
		color: gray;
    }
/*Bloc du centre de la page : texte principal*/
 #centre {    
	  padding-bottom: 1.5em;
		}

/*Bloc de pied de page*/
 #pied {   
    /*height: 40px;
    background-color: #F4F4F4;*/
		color: silver;  /*Couleur des textes dans le pied de page*/
		border-top: 1px solid gray;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-top: 10px; 
	  }		

	.flottanteM {		 
   text-align: center;		
   }

	.flottanteL {   
   margin-right: 10px;	
   float: left;
   text-align: left;
   }

	.flottanteR {   
   margin-left: 8px;
	 margin-bottom: 2px;	
   float: right;
   text-align: center;
	 } 
		
	
	.flottante0 {   
   margin: 2px;
	 width: 33%;
   float: left;
   text-align: left;	 
   }
 
 .flottante1 {   
   margin: 2px;
	 width: 33%;
   float: left;
   text-align: center;	
   }
	.flottante3 {		
    margin: 2px;
    float: left;
    text-align: right;
		width: 31%;
	  }
			 
 .cadre {
  border: solid 1px #9999CC;
	margin-left:auto;
  margin-right:auto;
  width: 90%;
	padding: 1em;
	}
	
	div#bloc1 {
      	width: 88%;
      	height: 280px;
      	overflow: auto;
      	border: solid 1px #9999CC;
				margin-left:auto;
  			margin-right:auto;
  			width: 90%;
				padding: 1em;
				}
				
 .bib {
 margin-left: 21%;
 border: 1px solid #666666;
 padding: 1em;
 }
 .info, .attention {
  border: 1px solid gray; /* Pas besoin d'expliquer */
	padding: 5px;           /* Ne pas coller le TEXTE à la bordure */
  padding-left: 45px;     /* Pour que le texte ne soit pas SUR l'icône (image de fond) */
  min-height: 32px;       /* Au cas où le texte est plus petit : afficher l'icône en entier (2*4+32)... */
  vertical-align: middle; /* ... et centrer le texte verticalement */
  }

 h1 {
    clear:right;
    font-size: 125%;
    text-align: right;
		color: #808080;
    }

 h2	{
    font-size: 105%;
    text-align: right;
		color: #808080;
		border-bottom: solid 2px #00639C ;
    }
		
 h3	{
    font-size: 100%;
    text-align: left;
		color: gray;
    }
 h4 {  
     font-size: 100%;
		 color: #808080;
		 color: gray;    
    }
		
 .s1{
    font-size: 70%;
		font-style: italic;
    text-align: left;
		color: gray;
    }
 .s2{
    text-decoration:none;
    font-size: 65%;
		color: #4B5262;
		font-weight: bold;
		}
		
 .s3{    
    font-size: 80%;		
		font-weight: bold;
		color: gray;
		}
 .s4{    
    font-size: 50%;
		color: gray;		
		}
		
	.s5{
    font-size: 65%;
		color: gray;
    }	
	dt{
	font-weight: bold;
	} 
 q{
  clear: both;
  visibility: hidden;
  }
		
/*==============================================*/ 
/* Navigation "Vous êtes ici", "plan" et "FAQ"  */
/*==============================================*/		
ol.tree {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0; 
  font-size: 65%;
	color: #4B5262;	
	}

ol.tree li {
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before {
	content: '\00bb  ';
}

ul.faq li{
  margin-left :2em;	
	list-style-type: square;
	padding-bottom : 0.3em;	
  }

ol.disc li {
  margin-left :1em;
  font-weight: bold;
	list-style-type: disc;	
}
	
ol.circle li {
  margin-left :1em;
  font-weight: bold;
	list-style-type: circle;	
}	


ol.toto li {
  margin-left :1em;
  list-style-type: square;
	color: gray;	
}

ul.plan a{
	font-weight: bold;
  }
	
ul.plan li{
  margin-left :1em;	
	list-style-type: disc;	
	padding-bottom : 0.3em;	
  }
	
ul.plan li li{
  margin-left :1em;	
	list-style-type: square;	
	padding-bottom : 0.3em;	
  }

ul.plan li li li{
  margin-left :1em;	
	list-style-image:url('images/suivant1.gif');
	padding-bottom : 0.3em;	
  }

ul.plan li li li li{
  margin-left :1em;	
	list-style-type: circle;
	list-style-image:url('images/suivant2.gif');
	padding-bottom : 0.3em;	
  }	

ul.plan li li li li li{
  margin-left :1em;	
	list-style-type: circle;
	padding-bottom : 0.3em;	
  }		
 ul,li {
    list-style-type: none;           /* Pour ne pas avoir de puces */
  }

}/*Fin style pour l'impression*/</pre></body></html>