#content {
	width: 628px;
	margin-left: 274px;
	padding-bottom: 28px;
	text-align: left;
}

/* Navigation bar */
#nav {
	margin: 0;
	padding: 15px 0 0;
	color: #3771cc;
}
#nav a {
	color: #7aa22d;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .page {
	font-weight: bold;
}

/* Contenu de la page */
#content h1 {
	margin: 15px 0;
	padding: 0 0 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7aa22d;
}

#content #texte {
	margin: 0;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	color: #3771cc;
}
#content #texte h1 {
	margin: 20px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	color: #3771cc;
}
#content #texte p {
	margin: 10px 0;
}
#content #texte a {
	color: #3771cc;
}
#content #texte a:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}