#page
{
	background-image: url(/images/frontend/accueil.jpg);
	border: 1px solid #85808c;
}
#content
{
	position: absolute;
	width: 705px;
	height: 371px;
	top: 155px;
	left: 242px;
}

#content img
{
	float: left;
}
h1
{
	width: 490px;
	float: right;
	padding-left: 20px;
	margin-bottom: 10px;
}
p#commentaire
{
	width: 490px;
	float: right;
	padding-left: 20px;
	height: 80px;
	color: #d0cdd4;
	font-size: 12px;
}
#text
{
	position: absolute;
	top: 160px;
	width: 99%;
	left: 0px;
	height: 180px;
	overflow: auto;
  padding-left: 2px;
  padding-right: 2px;
}

#news
{
  position: absolute;
	top: 190px;
	left: 0px;
  width: 195px;
  height: 340px;
  overflow:hidden;
}

#thumbs {	
	position:absolute;
	height:20000em;	
	clear:both;
  left: 0px
}

.actualites
{
  height: 340px;
  margin:5px 10px 0 10px;
}
#news .actualites .image
{
  float: left;
}

#news h3
{
  color: black;
  font-size: 13px;
  color: #3D3D3D;
  margin-bottom: 10px;
  
}
#news .actualites h3 a
{
  font-size: 13px;
  height: 13px;
  color: black;
}
#news .contenunews
{
  height: 300px;
}

#news .actualites p
{
  font-size: 11px;
  color: white;
  
}
#news .contenunews a
{
  font-size: 12px;
  text-decoration: none;
  color: white;
}
#news .contenunews a:hover
{
  color: #4767BA;
}
