html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	margin: 20px;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 11px;
	letter-spacing: 0;
	color: #666769;
	font-family: Arial, Trebuchet, Helvetica, Sans-Serif;
	background: white;
}

#first {
	margin-top: 30px;
}

#logo {
	padding-bottom: 20px;
}

#plan {
	display: none;
}

h1 {
	font-size: 20px;
	color: black;
	font-family: "times new roman", georgia;
	float: right;
	text-align: right;
}

h2 {
	font-size: 14px;
	color: black;
	margin: 30px 0 10px 0;
	font-family: "times new roman", georgia;
	word-spacing: 2px;
	letter-spacing: 1px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	color: #94080B;
	border-bottom: black solid 1px;
}

.black {
	color: black;
	font-size: 12px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #94080B;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.print {
	display: none;
}

.website {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

.lien {
	display: none;
}

.hr {
	background: white;
	height: 20px;
}