/* CSS Document */
	body	{font-family:Verdana, Arial, Helvetica, sans-serif;}
	.fondForme	{
	background-color:#B3B2D4;
	}
	.titre{
	font-weight:bold;
	font-size:16px;
	color:#f3f3f3;
	padding-top:10px;
	text-transform:uppercase;
	}
.titreInfo	{
	font-weight:normal;
	font-size:11px;
	color:#f3f3f3;
	padding-left:15px;
	}
	.forme	{
	margin:15px;
	font-size:11px;
	font-weight:normal;
	color:#444444;
	}
	.remarque	{
	font-size:10px;
	color:#444444;
	font-weight:normal;
	}
	.tiretLine	{
	background-image:url(images/tiret.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}

