	BODY {		font-family: verdana, arial, helvetica, sans-serif;		font-size: 12px;		background-color: #C6E2FF;		color: #000000;     }    A:link {     	background-color: transparent;     	color: #7388fb;     	text-decoration: none;     }	A:visited {     	background-color: transparent;     	color: #c0c0f0;     	text-decoration: none;     }	A:active {     	background-color: transparent;     	color: #000000;     	text-decoration: none;     } 	A:hover  {		color: #1010ff;		background-color: #fbfb73;		background-repeat: repeat; 		background-attachment: scroll;		text-decoration: none;		background-position: 0% 50% ;	}		TABLE.center {		border: 0;		width: 700px;		padding: 0;		border-collapse: collapse;	}	P.paraph {		text-align: justify;		margin: 20px 25px;	}		TD.gauche{		background: #6898FF;		color: #000000;		text-align: center;		margin-top: 20px;		vertical-align: top;		font-size: 15px;	}		TD.droite{		background: #D7EBFF;		color: #000000;		text-align: justify;		vertical-align: top;		margin: 20px 25px;	}/* begin styles for RSS Feed */

div.rss_feed ul li {
	list-style-image: url("../img/point01.gif");
}
.rss-box	{
	text-align: left;
	width: 600px;
	padding: 4px 8px;
	background-color: #f8f8fe;
	border: 3px solid #c6c6ff;
}
.rss-title, rss-title a	{
	font-size: 130%;
	font-family: FontName, Tahoma;
	color: #5050e0;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0;
	padding: 0;
}
.rss-item  {
 	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #555;
	font-weight : normal;
	list-style:none;
	padding-bottom:0em;
}
.rss-item a:link, .rss-item a:visited	{
	color: #5050c0;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
.rss-item a:hover	{
	color: 0000ee;
	text-decoration: underline;
}
.rss-date	{
	color: #ff7171;
	font-size: 90%;
	font-weight: normal
} 
