@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://guide-warcraft.com/images/fond.png);
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #000000;
	background-repeat: repeat-x;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}
.Accroche1 {
	color: #F00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.home #pied p a {
	color: #FFF;
}

.home #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 auto;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	background-image: url(images/header_richesse.jpg);
	height: 380px;
	width: 780px;
	text-align: center;
}

.home #menu{
	width: 780px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 auto;
		
}
.home #corps{
	width: 1000px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 auto;
	text-align:left;
	font-weight: normal;
	line-height: 125%;
		
}
.home #pied{
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	
}
.home #corps table tr td h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	text-align:left;
	font-weight: bold;
	color: #D14C2D;
}

.titre1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 26px;
	text-align:center;
	font-weight: bold;
	color: #D14C2D;
	line-height: 130%;
}

