@charset "utf-8";
/* CSS Document */

.Corp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
}	
	a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #C00;
}.News_Titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0F4F7D;
	font-weight: bold;
}
.News_Titre_Rouge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	text-align: center;
}

.News_Corp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0F4F7D;
	font-weight: normal;
	text-align: left;
}
.News_Corp_Rouge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C00;
	font-weight: normal;
}
