body{
	background-color:#4D4D4D;
}

.page{
	width:700px;
	margin:auto;
	background-color:#000;
	color:#fff;
}

#content{
	width:700px;
	text-align:left;
	line-height: 1.5;
  	font-size: 0.8125em; 
  	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
}

#titre{
	margin:20px;
	font-size:22px;
	color:#e2007a;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	font-weight:bold;
}

#content #texte{
	margin:20px;
	font-size:14px;
	color:#fff;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
}

#footer #texte{
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
	color:#fff;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
}

a, a:hover, a:visited {
	color:#fff;
	text-decoration:none;
}

.bleu{
	color:#446ffc;
	font-weight:bold
}

.orange{
	color:#fabb00;
	font-weight:bold
}

.jaune{
	color:#ffed00;
	font-weight:bold
}

.rose{
	color:#e2007a;
	font-weight:bold
}

.rouge{
	color:#e2001a;
	font-weight:bold
}

.vert{
	color:#b1c800;
	font-weight:bold
}
