	/* Balise pour le corp */
	BODY {	background-image:url("../../images/fonds/papier.gif");
		background-attachment:fixed}

	/* Balise pour les liens */
	a
	{
	color:#0000FF;
	text-decoration:none;
	} 
	a:hover
	{
	color:#FF9900;
	text-decoration:none;
	}

	/* Balise pour les paragraphes */

	P.titre_bold_vert
	{
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	color: #285555
	}

	P.standard_vert
	{
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #285555
	}

	P.standard_rouge
	{
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #FF0000
	}


	/* Balise pour les DIV des images de la chronique */

	div.Img_Chronique_cadre_div_img
		{
				text-align : center; 
				position:absolute;;
				z-index:2;
				border: 20px solid #000000;
				visibility: hidden;
		}
	div.Img_Chronique_cadre_Img
		{
 				background-color : black; 
 				padding: 10px;
 				border: 1px solid #FFFFFF;
		}

		div.Loading
			{
					text-align : center; 
					position:absolute;
					z-index:2;
					visibility: hidden;
					width:0px;
					height:0px;
			}

