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

body {
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	
	list-style-type : circle;
}

img{
	border : none;
}

h2{
	margin-top : 40px;
}

h3{
	margin-top : 25px;
}

#flash_player{
	margin : 0px auto 0px auto;
	padding : 20px;
	width : 620px;
	font-size : 14px;
	
}

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

#header_spacer{
	height : 200px;
}

#overlay{
	width : 100%;

	background-repeat: no-repeat;
	background-position: center top;
}

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

.clearer{
	clear : both;
}

.spacer{
	height : 30px;
}

.logo{
	width : 100%;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

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

li {
	display:inline;
}

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

p{
	padding : 10px 10px 10px 10px;
}

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

a:hover{
	
    color : #00e000;
}


