body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: black;
	scrollbar-base-color: #F1EFEB;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}

table {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

td
{
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}

 #test {
 background: url(images/fond_page_fr.jpg) no-repeat;
 }
 .upDate{
 font-size:8px;
 letter-spacing:1px;
 font-weight:bold;
 }
 
/*///////////////////////////////ACTU/////////////////////////////*/
.bloc-actu{
text-align:justify;
background:url(images/actu-haut.jpg);
background-repeat:no-repeat;
border:1px solid #666666;
width:380px;
height:180px;
margin:10px;
overflow:auto;
padding-left:50px;
padding-right:10px;
}

.bloc-actu img{
margin:0px 5px 5px 0px;
float:left;
}

.bloc-actu p{
padding-right:20px;
}

.bloc-actu a{
padding-bottom:5px;
color:#000000;
}

.bloc-actu a:hover{
text-decoration:underline;
color:#CC9900;
}

