/*// INTERNETO*/

body {
	background-color: #FFFFFF;
}
.font_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}
.font_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #999999;
}

.font_titre {
	font-size: 18px;
	margin : 0.8em 0 0 0;
	color : #6EC50B;
	padding-left : 5px;
	height:40px;
	font-weight: bold;
}

a {
	font-size: 10px;
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

