@charset "ISO-8859-1";
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efe9d2;
	height: 100%;
}
#fullheight {
    height: 100%;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}
a:hover {
	color: #CC181C;
	text-decoration: underline;
}
.lien {
	color: #CC181C;
	text-decoration: none;
}
.lienCopy {
	color: #606060;
	text-decoration: none;
}
