	div.div_left_250 {
		float:left;
		width:250px;
	}
		div.div_left_50p {
			float:left;
			width:49%;
		}
		div.div_left_25p {
			float:left;
			width:24%;
			margin:0px;
		}
		div.div_left_30p {
			float:left;
			width:29%;
			margin:2px;
		}
		div.div_left_35p {
			float:left;
			width:34%;
			margin:2px;
		}
		div.div_left_40p {
			float:left;
			width:39%;
			margin:2px;
		}
		div.div_left_65p {
			float:left;
			width:64%;
			margin:2px;
		}
		div.div_left_15p {
			float:left;
			width:15%;
			margin:2px;
		}

	div.div_right_250 {
		float:right;
		width:250px;
	}
		div.div_right_50p {
			float:right;
			width:49%;
		}
		div.div_right_65p {
			float:right;
			width:64%;
			margin:2px;
		}
		div.div_right_30p {
			float:right;
			width:29%;
			margin:2px;
		}
		div.div_right_35p {
			float:right;
			width:34%;
			margin:2px;
		}
		div.div_right_75p {
			float:right;
			width:74%;
			margin:0px;
		}
		div.div_right_15p {
			float:right;
			width:15%;
			margin:2px;
		}
	div.div_250 {
		width:250px;
		clear:none;
	}
	div.div_auto {
		width:inherit;
		margin:2px;
	}
	div.div_spacer,
	.p_spacer {
		clear:both;
	}
	p.p_legende {
		text-align:center;
		font-style:italic;
		font-size:12px;
		font-family:"Times New Roman", Times, serif;
	}
	p.p_right {
		float:right;
	}
	p.p_left  {
		float:left;
		width:500px;
	}
	.texte_rouge {
		color:#FF3300;
	}
	p.texte_bleu {
		color:#0066CC;
	}
	.texte_verdana_9 {
		font-size:11px;
	}
	.texte_verdana_10 {
		font-size:10pt;
	}
