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

.news-list-title{
   height: 30px;
   text-align: left;
   background-color:#0057A9;
   color:#ffffff;
}

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

.news-list-content
{
	border-bottom:1px solid #0057A9;
	/*background-color:#EEEEEE;*/
}
	
.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.8em;
	font-weight: normal;
	float: right;
}

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

.csc-firstHeader{
	font-size: 1.5em;
	font-weight: bolder;
	padding: 5px;
}

#newsLinks{
text-align: center;
}

#newsLinks a{
padding: 3px;
}

/* -- Dernière News -- */
/* -- Page Home -- */
.news-latest-container{
	height: 175px;
	width: 150px;
	border: 1px solid #000;
	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;
}
