/* CSS Document */
#blocnews
	{
	width:700px;
	margin:20px 0 0;
	height:500px;
	overflow:auto;
	border:#666666 2px groove;
	padding:5px;
	}
.news
	{
	padding:10px;
	height:110px;
	width:650px;
	border:#666666 groove 2px;
	margin:0 0 15px;
	clear:both;
	}
.blocphoto
	{
	float:left;
	width:180px;
	margin:0 15px 0 0;
	}
.bloctexte
	{
	width:460px;
	float:left;
	}
.titrenews
	{
	height:30px;
	}
.resumnews
	{
	height:70px;
	}
.suitenews
	{
	text-align:right;
	}
.suitenews a
	{
	color:#FFFFFF;
	}
.suitenews a:hover
	{
	color:#FFFF66;
	text-decoration:none;
	}
#blocdet
	{
	width:700px;
	height:500px;
	overflow:auto;
	}
#photodet
	{
	width:250px;
	margin:20px 15px 20px 0;
	float:left;
	}
#textedet
	{
	width:410px;
	margin:20px 0;
	float:left;
	text-align:justify;
	}
