body {
	margin: 0;
	padding: 0;
}

.fond {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#contenu {
	position:absolute;
	height: 420px;
	width: 820px;
	margin:0px 0px 0px -410px;
	left: 50%;
}

#anim-accueil {
	float:left;
	margin-top: 100px;
	height: 320px;
	width: 560px;
}

#texte {
	float:left;
	margin-top: 315px;
}

.titre {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #492450;
	font-size: 12px;
	font-weight: bold;
}

a.titre {
	color: #492450;
	font-weight: bold;
	text-decoration: none;
}

a.titre:hover {
	color: #B3BB15;
	font-weight: bold;
	text-decoration: none;
}
