/* CSS Document */


body {

	background-color:#ffffff;

}

.centre {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
}

.animation {

	text-align : center;
	width:800px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
	
}

a img {

    border:none;
    
}


/********************************************************************************
*********************************************************************************
********************************************************************************/

.texte 	{
		font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
		font-size : 10px;
		color : #605C5F;
		text-align : center;
		width:100px;
		height:0px;
		position:absolute;
		top:620px;
		left:350px;
		z-index:10;
		}
		
.texte A:link {
		text-decoration : none;
		color : #434136;
		}
		
.texte A:visited {
		text-decoration : none;
		color : #434136;
		}
		
.texte A:hover {
		text-decoration : "none";
		color : #000000;
		}
		
.texte A:active {
		text-decoration : none;
		color : #434136;

}

