body {
	background-color: #373536;
	overflow: auto;
	background-image: url(../images/img_de_fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div.div {
	background-image: url(../images/cadre_principal.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 699px;
	height: 410px;
}

span.blanc {
	color: White;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 2px;
}

a.rouge {
	text-decoration: none;
	color: Red;
	font-size: x-small;
	letter-spacing: 2px;
}

a.bleu {
	text-decoration: none;
	color: Blue;
	font-size: x-small;
	letter-spacing: 2px;
}

a:hover {
	text-decoration: none;
	color: White;
	font-size: x-small;
	letter-spacing: 2px;
}

form fieldset {
	border: 1px solid #1F1F1F;
}
