/**********************************
* homepage
**********************************/
#content {
  width: 748px;
  margin: 0 0 13px 20px;
}

#roundedCorners #roundedCornersContainer {
  padding: 9px 0 0 4px;
}

#roundedCorners #roundedCornersContent {
  width:728px;
  overflow:hidden;
  height:auto;
}

#content #roundedCorners {
  width: 728px;
  background:url(../images/home_fond.gif) left top no-repeat;
  height:532px;
}
 
#roundedCorners #roundedCornersTitle {
  height:27px;
  padding:0 0 0 14px;
}

#roundedCorners .news {
	width: 690px;
	margin: 0 0 0 14px;
}

#roundedCorners .newsTitle {
	height: 22px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#roundedCorners .newsTitle h4 {
	float: left;
}

#roundedCorners .newsTitle a.voir_plus {
	float: right;
	padding: 7px 0 0 0;
	font-size: 10px;
}

#roundedCorners ul.heidinews {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#roundedCorners ul.heidinews li {
	display: block;
	width: 170px;
	height:57px;
	overflow:hidden;
	float: left;
}

#roundedCorners ul.heidinews li p {
	margin: 0;
	padding: 5px 10px 0 0;
	color: #666;
	font-size: 11px;
}

#roundedCorners ul.heidinews li p a:link, #roundedCorners ul.heidinews li p a:visited,
#roundedCorners ul.heidinews li p a:hover, #roundedCorners ul.heidinews li p a:active {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height:12px;
}