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

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

img{
	border : none;
}

h2{
	margin-top : 40px;
}

h3{
	margin-top : 25px;
}

#flash_player{
	margin : 10px auto 40px auto;
	width : 620px;
	font-size : 14px;
	
}

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

#header_spacer{
	height : 200px;
}

#overlay{
	width : 100%;

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

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

.clearer{
	clear : both;
}

.spacer{
	height : 30px;
}

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

.logo{
	text-align : center;
}

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

.menu ul{
	list-style-type : none;
}

.menu > li{
	margin : 5px;
}

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

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

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

a:hover{
	text-decoration:none;
    color : #1cfff;
}

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

.photo{
	float : left;
	margin : 15px;
	width : 90px;
	height : 60px;
}

.element{
	width : 100%;
}

.element_left{
	float : left;
	width : 200px;
	padding-top : 30px;
}

.element_right{
	float : left;
	width : 500px;
}