@charset "utf-8";
/* CSS Document */

   body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #010101;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #FFD29B;
		font-size:15px;
    }
	div#general {
		class:centrage;
		width:810px;
		margin-left:auto;
		margin-right:auto;
	}
	div#logo {
		width:810px;
		height:455px;
	}
	div#corps {
		width:810px;
	}
	div#gauche {
		float:left;
		width:155px;
		height:455px;
		background-image:url(images/gauche.jpg);
	}
	div#droite {
		float:right;
		width:155px;
		height:455px;
		background-image:url(images/droite.jpg);
	}
	div#credits {
		width:810px;
		height:90px;
		clear:both;
	}
	a {
  		color:#E79F47;
  		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}