.newslist {
	margin	: 0 10px;
}

.newslist li {
	margin	: 15px 0 0 !important;
	list-style-type	: none;
}

.newslist strong a, span.newsdate{
	color 		: #FF7642;
	font-size	: 1em;
}
span.newsdate {
	margin-top	: 10px;
}
#newscontent {
	margin-top		: 10px;
	margin-bottom	: 10px;
}

#newscontent  p{
	margin-top		: 10px;
}

.news_lastnewslist li {
	margin-bottom	: 13px !important;
}
	.news_lastnewslist li a {
		font-size	: 1em !important;
	}

#previous_alert {
	display: none;
}

#news_alert_controls a {
	padding-left : 2px;
}

#nextalert {
	padding-right : 5px;
}

#next_alert {
	display: none;
}

#alert_date {
	color : #1F9DAD;
}

#alert_link a:visited{
	color : #9C4DA2;
}

/* Pour la page d'accueil */
.news_alert {
	position : absolute;
	width : 97%;
	left : 25px;
	top : 143px;
	padding-bottom : 0px;
	padding-left : 0px;
}

#alert_content {
	width : 100%;
}

.news_alert li {
	display : inline;
	list-style-type : none !important;
	color : #000000;
	margin : 0px 0px;
}

.news_alert #alert_link {
	padding-left : 5px;
}

.news_alert #news_alert_controls {
	position : absolute;
	width : 60px;
	right : 35px;
	top : 0px;
}


/* Pour les pages intérieures */
.news_alert_internal {
	left : 420px;
	position : absolute;
	top : 18px;
}

.news_alert_internal li {
	list-style-type : none !important;
	color : #000000;
	padding-bottom : 4px;
}

.news_alert_internal #alert_date {
	font-size:120%;
}

.news_alert_internal #news_alert_controls {
	left : 480px;
	position : absolute;
	top : 45px;
	width : 60px;
}

