h3.news /* Titre d'une news */
{
	display:block;
	text-decoration:none;
	font-variant:small-caps;
	font-size:11px;
	margin:0px;
	text-indent:125px;
	padding:2px;
	font-family:'Trebuchet MS', Arial, 'Times New Roman', Times, serif;
	color: #5385bb;
	background:url(../images/news.png) repeat-x;	
}

#lastnews {
        display:block;
        background:url(../images/bground.jpg) repeat-x;
        padding: 0 5px 5px;
        z-index: 100;
        border: 1px solid #CCC;
		float: left;
        width: 255px;
		margin-top:25px;
		margin-bottom:65px;
		border-bottom-left-radius: 10px 10px;
		border-bottom-right-radius: 10px 10px;
		border-top-left-radius: 10px 10px;
		border-top-right-radius: 10px 10px;
}

#lastnews li {
        border-top: 1px solid #CFE0EE;
		list-style-type: none;
}

#lastnews ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#lastnews h4
{
        text-indent: 0px;
		font-size:120%;
        padding: 2px 4px 0px;
        margin: -1px -3px;
        display: block;
        color: #5385bb;
        font-family: "Trebuchet MS";
        font-variant: small-caps;
        background: transparent;
        text-align: left;
}

.bloc_news
{
	display:block;
	margin-bottom:15px;
	margin-left:50px;
	margin-right:auto;
	width:600px;
}

.contenu_news
{
	padding:8px;
	margin: 0;
	border:1px solid #D5D5D5;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
}

.liste-news { 
	clear:both;
}

.auteur {
	text-align:left;
	display:block;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:85%;
	font-weight:400;
	color:#747474;
	margin-bottom:15px;
	width:100%;
}

