/* CSS Document */

	#ozone{
		width:533px;
		margin:8px 0 0 0;
		padding:0 0 0 30px;
	}
	
	#imprimer{
		text-align:right;
	}
	
	#ozone h1{
		font-size:140%;
		font-weight:bold;
		margin:20px 0 12px 0;
		padding:13px 0 0 37px;
		height:21px;
	}
	
	#ozone.Bleu h1{
		color:#007ac2;
		background-image:url(images/picto-titre-bleu.gif);
		background-repeat:no-repeat;
	}
	
	#ozone.Orange h1{
		color:#d18316;
		background-image:url(images/picto-titre-orange.gif);
		background-repeat:no-repeat;
	}
	
	#ozone.Vert h1{
		color:#48a942;
		background-image:url(images/picto-titre-vert.gif);
		background-repeat:no-repeat;
	}
	
	#ozone h2{
		font-size:115%;
		font-weight:bold;
		margin:0 0 5px 0;
		padding:0;
	}
	
	#ozone.Bleu h2{
		color:#007ac2;
	}
	
	#ozone.Orange h2{
		color:#d18316;
	}
	
	#ozone.Vert h2{
		color:#48a942;
	}
	
	#ozone p{
		margin:0 0 14px 0;
		padding:0;
	}
	
	#ozone ul, #ozone ol{
		margin-bottom:14px;
	}
	
	#ozone ul{
		margin-left:-20px;
		_margin-left:20px;
		list-style:none;
	}
	
	#ozone.Bleu ul li{
		padding:0 0 0 20px;
		background-image:url(images/fleche-liste-bleu.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
	}
	
	#ozone.Orange ul li{
		padding:0 0 0 20px;
		background-image:url(images/fleche-liste-orange.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
	}
	
	#ozone.Vert ul li{
		padding:0 0 0 20px;
		background-image:url(images/fleche-liste-vert.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
	}
	
	#ozone li{
		margin-bottom:6px;
	}
	
	#ozone.Bleu a{
		color:#007ac2;
		text-decoration:none;
	}
	
	#ozone.Bleu a:hover{
		text-decoration:underline;
	}
	
	#ozone.Orange a{
		color:#d18316;
		text-decoration:none;
	}
	
	#ozone.Orange a:hover{
		text-decoration:underline;
	}
	
	#ozone.Vert a{
		color:#48a942;
		text-decoration:none;
	}
	
	#ozone.Vert a:hover{
		text-decoration:underline;
	}
	
	
	
	#ozone.Bleu table.tableau{				/* style par défaut pour les balises <table> */
		width:100%;
		margin:0 0 15px 0;
		border-top:1px solid #007ac2;
		border-left:1px solid #007ac2;
	}
	
	#ozone.Bleu table.tableau th, #ozone.Bleu table.tableau td{				/* style par défaut pour les balises <th> */
		border-bottom:1px solid #007ac2;
		border-right:1px solid #007ac2;
		padding:2px;
	}
	
	#ozone.Orange table.tableau{				/* style par défaut pour les balises <table> */
		width:100%;
		margin:0 0 15px 0;
		border-top:1px solid #d18316;
		border-left:1px solid #d18316;
	}
	
	#ozone.Orange table.tableau th, #ozone.Orange table.tableau td{				/* style par défaut pour les balises <th> */
		border-bottom:1px solid #d18316;
		border-right:1px solid #d18316;
		padding:2px;
	}
	
	#ozone.Vert table.tableau{				/* style par défaut pour les balises <table> */
		width:100%;
		margin:0 0 15px 0;
		border-top:1px solid #48a942;
		border-left:1px solid #48a942;
	}
	
	#ozone.Vert table.tableau th, #ozone.Vert table.tableau td{				/* style par défaut pour les balises <th> */
		border-bottom:1px solid #48a942;
		border-right:1px solid #48a942;
		padding:2px;
	}
	
	
	/* 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;
	}
	
	.gaucheHaut{				/* colonne de gauche */
		padding:0 20px 0 0;		/* marge entre les colonnes */
		vertical-align:top;
	}
	
	.droiteHaut{				/* colonne de droite */
		vertical-align:top;
	}
	
	.gaucheCentre{				/* colonne de gauche */
		padding:0 20px 0 0;		/* marge entre les colonnes */
	}
	
	.droiteCentre{				/* colonne de droite */
	}
	
	.gaucheBas{				/* colonne de gauche */
		padding:0 20px 0 0;		/* marge entre les colonnes */
		vertical-align:bottom;
	}
	
	.droiteBas{				/* colonne de droite */
		vertical-align:bottom;
	}
	
	.titreContactLiensBleu{
		margin:2px 0 0 0;
		padding:5px 0 5px 0;
		background-color:#007ac2;
		font-weight:bold;
		font-size:80%;
		color:#fff;
		text-align:center;
		width:160px;
	}
	
	.titreContactLiensOrange{
		margin:2px 0 0 0;
		padding:5px 0 5px 0;
		background-color:#d18316;
		font-weight:bold;
		font-size:80%;
		color:#fff;
		text-align:center;
		width:160px;
	}
	
	.titreContactLiensVert{
		margin:2px 0 0 0;
		padding:5px 0 5px 0;
		background-color:#48a942;
		font-weight:bold;
		font-size:80%;
		color:#fff;
		text-align:center;
		width:160px;
	}
	
	.texteContactLiens{
		width:160px;
		margin:2px 0 0 0;
		padding:5px 0 5px 0;
		background-color:#eee;
		font-size:80%;
		text-align:center;
	}
	
	.separateurLiensContact{
		height:9px;
	}
	
	.hautPage{
		text-align:right;
	}


