body
{
	width: 100%;
	height: 100%;
	background-color: #3f3f37;
	background-image: url("fond_accueil.png");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#corps
{
	width: 1300px;
	height: 846px;
	margin: auto;
	margin-top: 0px;
}

#top
{
	background-image: url("corp_accueil_01.png");
	width: 1300px;
	height: 117px;
}

#top a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.7em;
	padding-left: 26px;
	padding-right: 16px;
}

#top a:hover{ color: #c00a1d;}

#contenu
{
	background-image: url("corp_accueil_02.png");
	width: 1300px;
	height: 471px;
}

#contenu #texte
{
	margin-left: 351px;
	margin-right: 135px;
	padding-top: 354px;
}

#contenu  #texte p #contact
{
	font-weight: bold;
	color: #d60000;
}

#contenu #lien
{
	margin-top: 10px;
}


#contenu a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.7em;
}

#contenu a:hover{ color: #c00a1d;}


#bottom
{
	clear: both;
	background-image: url("corp_accueil_03.png");
	width: 1300px;
	height: 177px;
}
