body { 
	background-image: url(../imgs/background_007.jpg); /* fond marron foncé */
	background-repeat: repeat-x;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	color: #000000; 		/* texte noir */
}

#centrer{		/* pour centrer tout! */ 
		width: 700px;
		margin-left: auto;
		margin-right: auto;
}

.iconeG img{
	width: 300px;
	height: 409px;
	border: 5px 5px 5px 5px;
	padding: 0px;
	margin: 0px;
}

.espace5px{
	margin : 0px;
	border: 0px;
	padding: 0px;
	height : 6px;
}	

.titreNoir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;	/* texte noir */
	font-style: normal;
}

.titreMaron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #2D0000; 	/* texte maron */
	font-style: normal;

}

.entrer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000; 	/* texte noir */
	font-style: normal;
}

.entrer a{
    color: #000000; 	
	text-decoration: none;
	text-underline: none;
}

