@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	background:url(images/fond.jpg) top left repeat-x;
	text-align: center;
}
#conteneur {
	position: relative;
	width: 863px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#contenu {
	background-color:transparent;
	width:861px;
	height:532px;
	margin-top: 10px;
	border: 1px solid white;
}
#contenu_bouton {
	background-color:transparent;
	margin-top:7px;
	border: 0px;
	width:865px;
	height:26px;
	text-align: right;
	
}
#logo {
	background:url(images/fond_logo.jpg) top left repeat-x;
	width:329px;
	height:329px;
	}
#anim {
	background-color:transparent;
	width:532px;
	height:532px;
	/*margin-left:329px;
	margin-top:-330px;*/
	margin:-330px 0 0 329px;
	padding:1px 0 0 0;
	}
#accueil {
	background-color: #42494d;
	width:329px;
	margin-top: -202px;
	height: 202px;
	color:#7e868a;
	}
#accueil h3 {
	padding: 25px 25px 10px 25px;
	font-weight:normal;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#accueil p {
	padding: 25px;
	font-size: 11px;
	line-height: 13px;
	text-align:justify;
}	
.text_libre {
	color: #460000;
	margin-top: 4px;
	margin-bottom: 10px;
	text-transform: none;
}
		
