body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #ffffff;
}

.divider{
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.error{
	color: #ff0000;	
}

#site{
	width: 900px;
	text-align: left;
	overflow: hidden;
}

	#logo{
		position: absolute;	
	}
	
	#enquete{
		position: absolute;
		margin-left: 731px;	
		margin-top: 63px;
	}
	
	#menu{
		position: absolute;
		width: 900px;
		margin-top: 104px;
		z-index: 5;	
	}
	
	#buttons{
		height: 104px;
		margin: 0px;
		overflow: hidden;
	}
	
		.overlay{
			position: absolute;
			z-index: 10;	
			display: none;
			margin-left: -1px;
		}
	
		.overlayshow{
			display: block !important;	
		}
		
		.overtext{
			position: absolute;
			z-index: 11;	
			display: block;
			color: #ffffff;
			margin-top: 45px;
			margin-left: 37px;
			width: 120px;
			font-size: 11px;
		}
	
		.menuitem{
			float: left;
			z-index: 5;	
			height: 104px;
			margin: 0px;
			overflow: hidden;
		}
		
#container{
	margin-top: 218px;	
	z-index: 2;
}

	#photo{
		width: 357px;
		float: right;
		z-index: 2;
		margin-top: -10px;
	}

	#content{
		padding: 26px 36px 0px 36px;
		width: 471px;
		float: left;
		line-height: 150%;
	}
	
	h1{
		color: #DAB13E;
		font-weight: bold;
		font-size: 15px;
		font-family: Comic Sans, Comic Sans MS, cursive;
	}
	
	#content p{
		font-size: 12px;
		margin: 0px 0px 1em 0px;	
	}
	
	#content a{
		color: #000000;	
	}

	#content a:hover{
		color: #DAB13E;
	}

#survey{
	
}

	.number{
		width: 80px;
		font-size: 20px;
		font-weight: bold;
		margin-right: 10px;
	}
	
	.question{
		margin: 10px;	
	}
	
	.answer{
		margin: 10px;	
	}

#footer{
	text-align: right;
}

	#footerlogos{
		float: right;
		width: 358px;
	}

	#footerlogos img{
		float: left;	
	}

	#footerbar{
		clear: both;
		background-color: #DAB13E;
		height: 5px;
		width: 900px;	
	}
