html, body {
	background-color: #000;
	overflow: hidden;
	text-align: center;

}


a.lien 

{
	color: #993333;

}

/*gros bug résolu : pour changer la couleur des images liens, il faut agir sur IMG et pas sur A:href and co*/
#menu img {
			  border-style: solid;
			  border-color: #000;
			  border-bottom-color: #000;}
			  
#content a { color:#333;}
#content a:hover { color:#777;}

div#global {
	height: 100%;
	width: 800px;
	padding: 0 0px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:auto;
	margin-top:auto;
	position: relative;
	background-color: #cec2b6;
	text-align: center;
	}
	
/*on utilise les marges "auto" dans la div qui anglobe tout le site. Voial ce qui manquait pour centrer le site sous Firefox*/	
	
div#header {
	position:relative;
	height: 250px;
	width: 800px;
	margin: 0 auto;
	background-image: url("iconographie/banlenired.jpg");
	
	}


div#center {
	height: 380px;
	margin: 0 auto;
	padding-bottom: 0px;
	overflow: hidden; 
	background-color: #000;
	}


div#content {
	float: right;
	width: 540px;
	margin-left: 5px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 20px;
	height: 380px;
	background-color: #111;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-base-color: #663333;
	}
	
div#sidebar {
	margin: 0;
	float: left;
	width: 210px;
	height: 380px;
	background-image: url("iconographie/wood.jpg");
	
	}
	
	

div#global h1 {
	color: white;
	font-size: large;
	text-align: center;
	}

div#global h2 {
	color:#333;
	font-size: medium;
	text-align: center;
	}

div#global p {
	color:#993333;
	font-size: small;
	text-align: center;
	}
	
div#citation {
	height: 40px;
	width: 800px;
	position: absolute;
	top: 210px;
	left: 0px;
	text-align: center;
	color: #993333;
	font-size: 17px;
}

div#footer {
	height: 30px;
	width: 800px; 
	position: relative;
	text-align: center;
	background-color: #000;
	float: left;
	margin-left: auto;
    margin-right: auto;
}




div#footer p {
	font-size: 12px; 
	font-color: #930;
	line-height: 5px;
	
}
	
}

.small {
	
	line-height:30px; 
	
}

.long

{
	font-size: 14px;
	line-height:17px; 
	
}


ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	
div#bullets {
	position: absolute;
	top: 250px;
	left: 205px;
	width: 62px;
	height: 380px;
	background-image: url(bullet.png);
}
	
div#skulls{
	position: absolute;
	top: 650px;
	left: 650px;
	width: 150px;
	height: 48px;
	background-image: url(skulls.png);
}

