#corps
{
	width:1000px;
	margin:auto;
	padding:20px 0;
	overflow:auto;
	background:url(../documents/media/images/permanent/fond.png) repeat-y top right;
}

#corps>.boite
{
	float:right;
	width:500px;
	min-height:500px;
}

a.news
{
	display:block;
	margin:0 0 20px 0;
	overflow:auto;
	color:black;
}

.news .img
{
	float:left;
}

.news .infos
{
	margin:0 0 0 257px;
}

.news .libelle
{
	margin:0 0 10px 0;
	overflow:auto;
}

.news .libelle>div
{
	float:left;
	padding:5px 20px;
	background-color:#ff9d38;
	font-size:20px;
	color:white;
	border-radius:6px;
}

.news .description
{
	max-height:70px;
	margin:0 0 5px 0;
	overflow:hidden;
	text-align:justify;
}

.news .lire
{
	float:right;
	font-weight:bold;
	font-size:16px;
	color:#ff9d38;
}