/* CSS Document */

body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../img/elements/bg.jpg);
	background-repeat: repeat-x;
}
.texte {
	font-size: 11px;
	color: #B2B6B9;
}
.lien {
	color: #336699;
	text-decoration: underline;
}
a.lien:hover {
	color: #6699CC;
	text-decoration: underline;
} 

#contener {
	position:absolute;
	top:0;left:50%;
	margin-left:-400px;
	height:530px;width:800px;
}

#animation {
	position:absolute;
	top:240px;left:0;
	width:800px;height:250px;
}