/* -- Liste de News -- */
/* -- Page News -- */

.news-list-title{
   height: 50px;
   text-align: left;
}

.news-list-item {
	padding:0px;
	margin:0px;
	float: none;
    height:auto;    
}

.news-list-container H2 {
	margin-bottom: 5px;
	font-weight: bold;
	float: left;
}

.news-list-container img {
	float: right;
	margin: 15px;
	margin-top: 20px;
}

.news-list-date {
	font-size: 0.65em;
	font-weight: normal;
	float: right;
}

.news-list-space{
	border-top : 1px solid #000
}


#newsLinks{
text-align: center;
}

#newsLinks a{
padding: 3px;
}

/* -- Dernière News -- */
/* -- Page Home -- */
.news-latest-container{
	height: auto !important;
	height: 100px;
	min-height: 100px;
	text-align: left;
	padding: 5px;
}

.news-latest-container H2 {
	margin-bottom: 5px;
	font-weight: bold;
	float: left;
}

.news-latest-item {
	padding:3px;	
	margin:3px;
	margin-top: 7px;
}

.news-latest-title{
   height: 50px;
   text-align: left;
}

.news-latest-date{
	font-size: 0.65em;
	font-weight: normal;
	float: right;
}