body {
	background-color: #65090A;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	font: 11px;
	background-image: url(../img/fond.jpg);
}

.title{
	border: #324147;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-moz-border-radius: 7px;
	background-color: #324147;
	padding: 7;
}

a, a:active, a:focus, a:link, a:visited {
	color: #324147;
	text-decoration: none;
}

a:hover {
	color: Gray;
	text-decoration: underline;
}

.TitleBorder {
	border: 2px solid #324147;
	-moz-border-radius: 7px;
	background-color: #65090A;
	background: Silver;
	color: Black;
	font-size: 18px;
}
