	/* placement des images*/
	
	.imageAGauche{				/* image à gauche dans paragraphe */
		float:left;
		margin: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 0 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;
	}