/***********************************************/
/***********************************************/
/** Styles spécifiques à la page "Historique" **/
/***********************************************/
/***********************************************/


/**** Introduction ***/

p#intro {
	float: left;
	width: 550px;
	min-height: 135px;
	_height: 135px; /* IE */
	margin: 10px 0px 10px 30px;
	_margin: 10px 0px 10px 15px; /* IE */
	padding: 30px 0px 0px 126px;
	background: url('../images/historique/bg_hist_intro.gif') no-repeat top left;
	text-align: justify;
}


/**** Dates ***/

p.hist_soustitre {
	float: left;
	width: 639px;
	height: 30px;
	margin: 20px 0px 8px 36px;
	_margin: 20px 0px 10px 18px; /* IE */
	padding-left: 30px;
	background: url('../images/historique/bg_hist_sous_titre.gif') no-repeat bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006432;
}

table.hist_desc {
	float: left;
	width: 640px;
	margin-left: 46px;
	_margin-left: 23px; /* IE */
}

table.hist_desc td{
	vertical-align: middle;
	text-align: justify;
}

img.hist_img {
	margin-right: 10px;
}
