/* CSS Document */
body
	{background-color:#215896;
	 color: white;
	 font-weight: medium;
	 font-family: Tahoma;
	 font-size: 10pt;
	 scrollbar-base-color:#215896;
}

hr {
	color:white;
	height:1pt;
	}

font.titre
	{
	color:#B5D7E6;
	font-weight: bold;
	}

font.item
	{
	color:white;
	}

a:link {
	color: #FFFFFF;
}

a:visited {
  color: gray;
}

a:hover {
	color: pink;
}

a:active {
	color: #FF0000;
}

a.yprop { 
display:block;
font-weight:bold;
text-transform:uppercase;
margin-bottom:0.25em;
text-decoration:none;
color: #FFFFFF;
text-align:left;
}

#news {
font-size:80%;
color:white;
background-color:#00bfff;
vertical-align: middle;
margin-left:0px;
margin-right:0px;
text-decoration:none;
}

#image {
vertical-align: middle;
}


