@font-face {
 font-family: Dragon;
 src:url(DragonNormal.ttf);
}
body {
	font-family: "Trebuchet MS", "Helvetica", "Book Antiqua", sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	letter-spacing: 0.05em;
}
p {
	margin: 0px;
	padding: 0px;
}
#BigBox {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#HeaderBox {
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	font-size: 150%;
}
#MenuBox {
	width: 700px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow: hidden;
	color: #CECECE;
}
#MenuBox p {
	float: left;
	padding: 3px 7px 3px 7px;
}
.ListePages p {
	letter-spacing: normal;
	font-weight: bold;
}
#MenuBox p.select {
	background-image: url(images/cercle.png);
	background-position: center;
	background-repeat: no-repeat;
}
#MenuBox a {
	color: #883EFF;
	text-decoration: none;
}
#MenuBox a:hover, #Corps a:hover, #FooterBox a:hover {
	text-decoration: underline;
}
#MenuBox .ListePages p a {
	display: block;
	font-weight: bold;
	font-size: 115%;
}
#MenuBox .ListePages p a:hover {
	text-decoration: none;
	color: Red;
}
.centrer {
	text-align: center;
}
#Corps {
	font-family:Dragon, "Trébuchet MS";
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-size: 30px;
}
#Corps p {
	text-indent: 1.5em;
	text-align: justify;
}
#Corps p.centrer {
	text-indent: 0px;
	text-align: center;
}
#Corps p.droite {
	text-align: right;
}
.ListeTextes {
	margin-bottom: 15px;
}
.ListePages {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow:hidden;
}
#FooterBox {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	font-size: 11px;
	color: #B2B2B2;
	background-color: #1C1C1C;
	border: #505050 1px solid;
}
.clear {
	clear: both;
}
#Corps a {
	color: #007CFF;
	text-decoration: none;
}
#FooterBox a {
	color: #FFFE7F;
	text-decoration: none;
}
.PlusGros {
	font-size: 120%;
}
.PlusPetit {
	font-size: 90%;
}
.Minuscule {
	font-size: 70%;
}
