	/* placement des images*/
	#ficheCreation.online{
		background: #faf6f3;
	}
	
	#online{
		margin: 0;
		padding-left: 3px;
		width: 650px;
	}
	
	#online ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#online li{
		background: url(images/puce-violet.gif) no-repeat left 50%;
		padding-left: 10px;
   		margin-left: 0;
	}
	
	#online h2{
		margin-left: 0;
		color: #a14094;
	}
	
	#online a{
		color: #52321d;
		text-decoration: underline;
	}
	
	#online a:hover{
		text-decoration: none;
	}
	
	#contenu a.lienFondVert{
		background: url(images/fleche-verte.gif) #84a600 no-repeat top left;
		padding: 0 4px 0 17px;
		text-decoration: none;
	}
	
	#contenu a.lienFondVert:hover{
		text-decoration: underline;
	}
	
	.fondGris{
		background-color: #3b3b3b;
		padding: 7px;
	}
	
	.imageAGauche{				/* image à gauche dans paragraphe */
		float:left;
		padding:0 10px 4px 0;
	}
	
	.imageADroite{				/* image à droite dans paragraphe */
		float:right;
		margin:0 0 5px 10px;
	}
	
	.imageCentre{				/* image centrée */
		text-align:center;
	}
	
	.imageAligneeDroite{		/* image alignée à droite */
		text-align:right;
	}
	
	table.map{
		margin: 10px 0;
	}
	
	table.map td.gaucheHaut{				/* colonne de gauche */
		padding:0 20px 0 0;		/* marge entre les colonnes */
		vertical-align:top;
	}

	table.map td.droiteHaut{				/* colonne de droite */
		padding:0;
		vertical-align:top;
	}

	table.map td.gaucheCentre{				/* colonne de gauche */
		padding:0 20px 0 0;		/* marge entre les colonnes */
	}
	
	table.map td.droiteCentre{				/* colonne de droite */
		padding:0;
	}
	
	table.map td.gaucheBas{				/* colonne de gauche */
		padding:0 20px 0 0;		/* marge entre les colonnes */
		vertical-align:bottom;
	}
	
	table.map td.droiteBas{				/* colonne de droite */
		padding:0;
		vertical-align:bottom;
	}
	
	table.map td.gaucheHaut table{				
		margin:0 0 14px 0;
	}
	
	table.map td.droiteHaut table{				
		margin:0 0 14px 0;
	}
	
	table.map td.gaucheCentre table{				
		margin:0 0 14px 0;
	}
	
	table.map td.droiteCentre table{				
		margin:0 0 14px 0;
	}
	
	table.map td.gaucheBas table{				
		margin:0 0 14px 0;
	}
	
	table.map td.droiteBas table{			
		margin:0 0 14px 0;
	}
	
	
	table.map td.gaucheHaut td{				
		border-right:1px solid #c8bf8d;
		border-bottom:1px solid #c8bf8d;
		padding:5px;
	}
	
	table.map td.droiteHaut td{				
		border-right:1px solid #c8bf8d;
		border-bottom:1px solid #c8bf8d;
		padding:5px;
	}
	
	table.map td.gaucheCentre td{				
		border-right:1px solid #c8bf8d;
		border-bottom:1px solid #c8bf8d;
		padding:5px;
	}
	
	table.map td.droiteCentre td{				
		border-right:1px solid #c8bf8d;
		border-bottom:1px solid #c8bf8d;
		padding:5px;
	}
	
	table.map td.gaucheBas td{				
		border-right:1px solid #c8bf8d;
		border-bottom:1px solid #c8bf8d;
		padding:5px;
	}
	
	table.map td.droiteBas td{			
		border-right:1px solid #c8bf8d;
		border-bottom:1px solid #c8bf8d;
		padding:5px;
	}
