html {
	height : 100%;
	overflow-x : hidden;
	overflow-y : scroll;
}

body {
	background-color: #ebeae8;
	/*background-image: url("../images/fond_papyrus.jpg");*/
	height: 100%;
	margin: 0;
	padding: 0;
	color: #59544C;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}

img{
	border : none;
}

h2{
	margin-top : 40px;
}

h3{
	margin-top : 25px;
}

#flash_player{
	margin : 0 auto 40px auto;
	width : 500px;
	font-size : 14px;
	border : solid #4c4741 2px;
}

#flash_player a{
	font-size : 16px;
}

#contenu{
	text-align : left;
	margin : 0 auto 0 auto;
	width:640px;
	font-size:11px;
}

.clearer{
	clear : both;
}

.menu{
	text-align : center;
	list-style-type : none;
	margin : 40px 0 20px 0;
	padding : 0 0 25px 0;
}

.menu > li{
	display : inline;
	margin : 0px 5px 0px 5px;
}

.image{
	text-align : center;
	margin : 25px;
}

.texte{
	padding : 10px 30px 10px 30px;
}

a {
	color: #4c4741;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.elements{
	width : 100%;
	text-align : center;
}

.element{
	float : left;
	margin : 15px;
	width : 150px;
	height : 150px;
}

.element > a{
	margin-bottom : 3px;
}

.image_actualite{
	float : left;
	height : 100px;
	width : 100px;
}

.texte_actualite{
	float : left;
}