.txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
/* Liens Générals
----------------------------------------------- */

a:link {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	}

a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

a:hover {
	color: #960;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

p {
	margin: 1em 0 1em;
	padding: 0;
	}