/* CSS Document */

h2{
	color:#1E5269;
	cursor:pointer;
	margin:3px 0px 3px 0px;
	background-image:url(../images/fleche-bleu.gif);
	background-position:370px;
	background-repeat:no-repeat;
}
h2.actif{
	background-image:url(../images/fleche-bleu-bas.gif);

}
table{
	margin-left:62px;
	border:solid white 1px;
}
table tr td, table tr th{
		
	border:solid white 2px;
	padding:3px 3px 3px 3px;
}
table tr th{
	width:150px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
table tr td{
	width:190px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
table tr td a{
	color:#21556B;
	font-weight:bold;
}
table tr td img{
	float:right;
	margin-right:10px;

}
table.item, h2.item, div.item{
	background-color:#E8EEF0;

}
table.alternateitem, h2.alternateitem, div.alternateitem{

	background-color:#D8E2E6;
}
table tr td img{/*Safari ignore ceci et ce qui suit*/
	margin-top:-15px;#
}

