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

body {
	background-color: #727272;
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #dddddd;
	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 : 620px;
	font-size : 14px;
	border : solid #4c4741 2px;
}

#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 0 auto;
	width:700px;
	font-size:11px;
}

.clearer{
	clear : both;
}

.menu{
	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 30px 10px 30px;
}

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

a:hover{
	text-decoration:none;
    color : #88ab71;
}

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

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

.element{
	width : 100%;
}

.element_left{
	float : left;
	width : 350px;
}

.element_right{
	float : left;
}
