/* fond d'écran GM */

body {

	background-color: #000033;
	background-image: none;
}

/* images du bandeau GM */

#entete { background-image: url(img/bandeau_logo.jpg); }
#entete a.nom-site span {font-size:1.3em;text-indent:200px}
#navigation li.art-menu { font-style: italic; }

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, 'Bitstream Vera Sans', Tahoma,  "Lucida Grande", "Lucida Sans", Arial, 'Helvetica Neue', Helvetica, Lucida, Geneva, sans-serif;
	text-decoration: none;
	color: #FF0000;
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	background-color: transparent;
	background-image: url(img/bandeau_images.jpg);
	
}

/*  ANNONCE dans #encart */
.annonce
{
	background-color: #ff0000;
	/* overflow: hidden; */
	text-align: center;
}


