@charset "iso-8859-1";
/* CSS Document */


/* ------------------------------ Bloc gauche photos --------------------------------- */
#blocphoto
{
	display:block;
	float:left;
	width:198px;
}

/* -------------------------------------- textes ---------------------------------------------*/
#bloctexte
{
	display:block;
	float:left;
	width:490px;
	margin-left:20px;
}


#bloctexte H2
{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
}

#bloctexte p
{
	margin-top:8px;
}

#bloctexte a
{
	display:block;
	float:left;
	width:490px;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#74713e;
	text-indent:20px;
	background:url(../images/flechemoutarde-trans.png) no-repeat;
}

#bloctexte a:hover
{
	text-decoration:underline;
}