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

body {
	background-color: #ffffff;
	
	padding-bottom: 50px;
	
	color: #888888;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}

img{
	border : none;
	margin : 5px;
}

li {
	display:inline;
}

h1{
	margin-top : 50px;
}

h2{
	margin-top : 5px;
}

h3{ 
	margin-top : 5px;
}

#flash_player{
	margin : 0 auto 40px auto;
	width : 500px;
	font-size : 14px;
	
}

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

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





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





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

a:hover{
	text-decoration:none;
}


