html, body{
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
   background: #555555;
   font-size: 100%;
	}
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #eeeeee;
	}
div#centre {
	margin-left: 10%;
	padding: 0;
	width: 81.5%;
	min-height: 100%;
	background: #111111;
	border-left: 1px solid #00b5d6;
	}
div#droite {
	float: right;
	margin: 0;
	padding-top: 0;
	text-align: center;
	}
div#tableaux {
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}
h2 {
	margin: 0;
	padding: 0 0 0 20px;
	letter-spacing: 20px;
	color: #ccaa77;
	font-size: 1.5em;
	background: #555555;
	}
img{
	border: 1px solid;
	margin: 0;
	}
#tableaux * {
	vertical-align: middle;
	}
p {
	margin: 0 0 0 20px;
	padding: 0;
	color: #888888;
	}
p:hover, p:focus {
	color: #eeeeee;
	}
a {
	font-weight: 400;
	color: #ccaa77;
	}
a:hover, a:focus {
	color: #eeeeee;
	}
div#credit {
	margin: 1em 0;
	padding: 0 20px 0 0;	
	font-size: 0.75em;
	text-align: right;
	}
div#credit span{
	color: #888888;
	}
div#credit span:hover{
	color: #eeeeee;
	}
div#exit{
	position: fixed;
	bottom: 5px;
	width: 9.5%;
	margin-right: 90.4%;
	padding:0 0.5% 0 0;
	}
#exit ul {
	margin: 0;
	padding: 0 0 0 10%;
	list-style-type: none;
	list-style-position: outside;
	}
#exit ul li {
	margin: 0;
	padding: 0.5em 5% 0 0;
	text-align: right;
	font-size: 0.8em;
	}
#exit ul li a {
	text-align: right;
	background: #000000;
	}
div#command{
	float: right;
	margin: 0 20px 0 0;
	padding:  0;
	}
div#button1{
	margin-right: 0; 
	margin-bottom: 8px;
	margin-left:  0;
	}
div#button1 a{
	display: block;
	width:39px;
	height: 39px;
	background-image: url("../images/fonds/Btn_Up_Blck3_Grey_39x39.png");
	}
div#button1 a:hover{
	background-image: url("../images/fonds/Btn_Up_Blck3_Wte_39x39.png");
	}
div#button2 a{
	display: block;
	width:39px;
	height: 39px;
	background-image: url("../images/fonds/Btn_Dwn_Blck3_Grey_39x39.png");
	}
div#button2 a:hover{
	background-image: url("../images/fonds/Btn_Dwn_Blck3_Wte_39x39.png");
	}