body
{
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	background: #000000;
	text-align: center;
}

div#pageAccueil
{
	margin: auto;
	height: 740px;
	width: 850px;
	position: relative;
	background: url(../images/accueilSite.jpg) no-repeat;
}

#pageAccueil #titre_Accueil
{
	position: absolute;
	left: 0px;
	top: 0px;
}


#pageAccueil #titre_Accueil h1
{
	color: black;
	font-size: 13px;
}


	#pageAccueil #lien_actualite
	{
		position: absolute;
		height: 28px;
		width: 86px;
		left: 456px;
		top: 355px;
	}

	#pageAccueil .lien_rubriques
	{
	font-size: 17px;
	font-weight: bold;
	height: 50px;
	width: 180px;
	position: absolute;
	top: 460px;
	}

		#pageAccueil .lien_rubriques  a
		{
	font-size: 17px;
	font-weight: bold;
	color: #d40016;
	text-decoration: none;
		}

			#pageAccueil   .lien_rubriques  a:hover
			{
				color: #e7c839;
			}
#pageAccueil #lein_ateliers
{
	left: 320px;
}

#pageAccueil #lien_spectacle
{
	left: 500px;
}

#pageAccueil #lien_contact
{
	width: 850px;
	position: absolute;
	top: 600px;
	left: 0px;
	color: #CCCCCC;
}
#pageAccueil #mots_cles_Accueil
{
	position: absolute;
	height: 100px;
	width: 850px;
	bottom: 0px;
	left: 0px;
	color: #000000;
}

