@CHARSET "UTF-8";
/* definition des bloc de la page 1*/
td.blocC {
	/*border-style: 	solid;
	border-width: 	1px;
	border-color:	blue;
	width: 			50%;*/
	position:		relative;
	height:			277px;
	background: url(../img/site/fond-actu.gif) no-repeat;
	
	}
td.blocD {
	/*border-style: 	solid;
	border-width: 	1px;
	border-color:	blue;
	width: 			50%;*/
	position:		relative;
	height:			277px;
	background: url(../img/site/fond-actu.gif) no-repeat;
}
div.actu {
	font-size: 		10pt;
	height:			215px;
	width:			328px;
	padding: 		0px;
	margin:			10px;
	overflow: 		auto;
	top:			10px; /* mettre meme nombre que pour span.actualite */
	position:		relative;
	
}
/* style particulier */
span.actualite {
	/*background-color:	aqua;*/
	color: 				black;
	top:				7px;
	left:				35px;
	position:			relative;
} 