form /********/
/* HTML */
/********/
 select, textarea  {
	color	: #117AAC;
	border	: 1px #117AAC solid;
	font-size:9pt;
}
form .bouton {
	background-color: #117AAC;
	color			: #FFFFFF;
}
/******************************/


/***********/
/* CLASSES */
/***********/
/* Dernières News */
.dernieres_news {
	font-size	: 11px;
	line-height	: 11px;
	color		: #000000;
}
.dernieres_news img.image {
	border			: 1px #117AAC solid;
	margin-right	: 5px;
}
.dernieres_news .titre {
	color		: #117AAC;
	font-weight	: bold;
	font-size	: 13px;
	line-height	: 13px;
}
.dernieres_news .date {
	font-size	: 10px;
	line-height	: 12px;
	color		: #117AAC;
}
.dernieres_news .texte {
	font-size	: 11px;
	line-height	: 11px;
	color		: #000000;
}
.dernieres_news .ensavoirplus {
	clear		: both;	/* par rapport à l'image... */
	font-family	: "Times New Roman", Times, serif;
	font-size	: 11px;
	line-height	: 15px;
	color		: #E0001A;
	font-style	: italic;
	font-weight	: normal;
	margin-left	: 170px;
}
.dernieres_news a:link, .dernieres_news a:visited, .dernieres_news a:hover, .dernieres_news a:active {
	font-family		: "Times New Roman", Times, serif;
	color			: #E0001A;
	font-style		: italic;
	font-weight		: normal;
	text-decoration	: none;
}
.dernieres_news a:hover {
	text-decoration	: underline;
}

/* News */
.news {
	font-size	: 12px;
	line-height	: 12px;
	color		: #000000;
	font-weight	: normal;
}
.news img.image {
	border			: 2px #117AAC solid;
	margin-right	: 10px;
}
.news .titre {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 16px;
	line-height	: 18px;
	color		: #117AAC;
	font-weight	: bold;
}
.news .texte {
	font-size	: 12px;
	line-height	: 12px;
	color		: #000000;
	font-weight	: normal;
}
.news .date {
	font-size	: 10px;
	line-height	: 12px;
	color		: #117AAC;
}
.news a:link, .news a:visited, .news a:hover, .news a:active {
	font-family		: "Times New Roman", Times, serif;
	font-style		: italic;
	font-weight		: normal;
	text-decoration	: underline;
}
.news .ensavoirplus {
	clear			: both;	/* par rapport à l'image... */
	margin-top		: 10px;
	margin-bottom	: 15px;
}
.news .ensavoirplus a:link, .news .ensavoirplus a:visited, .news .ensavoirplus a:hover, .news .ensavoirplus a:active {
	font-family	: "Times New Roman", Times, serif;
	line-height	: 15px;
	color		: #E0001A;
	font-style	: italic;
	font-weight	: normal;
}
/******************************/

