/* links */
	A:visited {
		color: #000000;
		text-decoration : none;
	}
	A:hover 	{
		color: #734407;
		text-decoration : underline;
	}
	A:link	{
		color: #0F238C;
		text-decoration : none;
	}
	A:active 	{
		text-decoration : none;
	}

/* texte */
.texte{
	font-family: Verdana;
	font-size: 11px;
	color: #0F238C;
	line-height : 22px;
	text-align : left;
	letter-spacing : 0px;
	text-indent : 0px;
}
.titre{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height : 22px;
	text-align : left;
	text-indent : 0px;
	font-weight : bold;
	border : 1px solid Gray;
	background-color : #FFFFFF;
}

.bullet {
	font-family: Verdana;
	font-size: 11px;
	color: #0A1657;
	line-height : 20px;
	text-align : left;
	list-style-position : outside;
}

.news_titre{
	font-family: Verdana;
	font-size: 10px;
	color: #0F238C;
	line-height : 12px;
	text-align : left;
	font-weight : bold;
}
.news_texte{
	font-family: Verdana;
	font-size: 10px;
	color: #5E5E5E;
	line-height : 12px;
	text-align : left;
}
.input{
	font-family: Verdana;
	font-size: 11px;
	color: #0F238C;
	text-align : left;
	border : 1px solid Gray;
}
