body, p, div, ul, ol, li {
   border: none;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   background: transparent;
   width: auto;
}

body {
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 16px;
   color: #73D4FF;
   background-color: #000;
   text-align: center;
}

#bigbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 2em;

}

#menu ul {
	background-color:#333;
	padding-top:1em;
	padding-bottom:1em;
}

#menu li {
	padding-right: 1.5em;
	list-style-type: none;
	display:inline;
}

#head {
	font-size: 180%;
	padding-top: 2em;
	padding-bottom: 2em;
	font-family: "Arial Black", Gadget, sans-serif;
}

#corps {
	margin-bottom: 1em;
	margin-top: 1em;
}

#corps p {
	text-align: justify;
	text-indent: 1.5em;
	letter-spacing: 1px;
}

#corps ol, #corps ul {
    list-style-position: inside;
}

#corps li {
   text-align: left;
   text-indent: 4.5em;
   letter-spacing: 1px;
}

#pied {
	font-size: 80%;
	padding: 1.5em 3em 0.5em;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	border-left-width: 1px;
	border-bottom-width: 0px;
	margin-top: 3em;
}

a {
	text-decoration:none;
	color: #508CFF;
}

a:visited {
	color: #8CAAFF;
}

#menu li.select, a:hover {
	color:#FFF;
}

#corps a:hover {
	text-decoration:underline;
}

#corps .gauche {
   text-align: left;
   text-indent: 0px;
}

#corps .droite {
   text-align: right;
   text-indent: 0px;
}

#corps .titre {
	font-size: 125%;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 2em;
	text-indent: 5em;
}

