body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #006600;
	background-repeat:no-repeat;
}

#body_container {
    position: relative;
	width: 900px;
	height: 900px;
	margin: 0 auto;
    background-color: #ffffff;
	border-color:#FF6600;
}

#logo {
    height: 50px;
	text-align: center;
}

#wrapmain {
    min-height: 500px;
}

#result {
	position: absolute;
	width: 899px;
	height: 103px;
	top: 209px;
	text-align: justify;
	color: #000000;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	padding-bottom: 40px;
	border-color:#FF6600;
}

#cal {
	position: absolute;
	width: 687px;
	height: 504px;
	top: 1px;
	left: 167px;
	text-align: justify;
	font-size: 13px;
	font-family: 'Arial', sans-serif;
	padding-bottom: 40px;
	border-color:#FF6600;
	overflow: scroll;
	background-color: #ffffff;
	color: #000000;
}


#result_en {
	position: absolute;
	width: 700px;
	height: 604px;
	top: 0px;
	left: 145px;
	text-align: justify;
	color: #000000;
	font-size: 13px;
	font-family: 'Arial', sans-serif;
	padding-bottom: 40px;
	overflow:scroll;
	background-color: #FFFFFF;
}
#result h1 {
    font-size: 16px;
    font-weight: bold;
}

#result p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#result p.signature {
    font-size: 12px; font-weight: bold;
    text-align: right;
}


#menu {
	position: absolute;
	top : 25px;
	left : 11px;
	width: 110px;
	height: 529px;
}

#menu a {
    display: block;
	height: 25px;
    margin-bottom: 5px;
}
#langues {
	position: absolute;
	top : 34px;
	left : 771px;
	width: 80px;
	height: 523px;
	}

#footer {
	position: absolute;
	width: 902px;
	left:0px;
	bottom: -1px;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 61px;
}

#footer table {
    width: 100%;
    height: 40px;
}

#footer table td {
    vertical-align: center;
    width: 50%;
}

#photos {
	position: absolute;
	top: 82px;
	left: 243px;
	width: 600px;
	height:300px;
}
#lien {
	position: absolute;
	top : 49px;
	left: 166px;
	width: 661px;
	height: 524px;
	background-color: #FFFFFF;
	overflow: scroll;
}

