body {
	background: url('images/violet01.gif');
	margin-top: 2px;
}
a.lien1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

a.lien1:link
{color: #FFFFFF;}
 
a.lien1:hover
{
	color: #99FFFF;
	text-decoration: underline;
}

a.lien1:visited
{color: #FFFFFF;}

a.lien1:active
{color: #FFFFFF;}

a.dlien1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bolder;
}

a.dlien1:link
{color: #0000FF;}
 
a.dlien1:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a.dlien1:visited
{color: #0000FF;}

a.dlien1:active
{color: #008FFF;}






a.tinylien
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
} 
a.tinylien:hover
{
	color: #99FFFF;
	text-decoration: underline;
}
a.darklien
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
} 
a.darklien:hover
{
	color: #000000;
	text-decoration: underline;
}
a.darklien:hover
{
	color: #000000;
	text-decoration: underline;
}

a.darklien2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	text-decoration: none;
} 
a.darklien2:hover
{
	color: #FF0000;
	text-decoration: underline;
}
/* begin styles for RSS Feed */

.rss_box {
	margin: 10px 5%;
	width: 100%;
	background-color: #ededed;
	border: 1px solid Blue;
	background-image: url('images/fondmenu.jpg');padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration: none;
	border-bottom: 1px solid #ededed;
	color: #747592;
}

.rss_item a:hover {
	text-decoration: none;
	color: Red;
	border-bottom: 1px dotted #e0861e;
}
	
.rss_date {
	font-size: 11px;
	font-weight: normal;
	color: #4B0082;
}