

body {
        background-image:url(fond.jpg);
        background-repeat:no-repeat;
        background-position: top center;
		  background-color: #DCDCDC;
        text-align: center;
        font-size: 1em;
        color: #000000;
		  
}
fieldset {
	border: hidden;
	border-style: none;
	display: block;
	

}


#conteneur {
position: relative;
	width: 800px;
	height: 480px;
	
	margin: -13px auto 0 auto;


}

#barre2 {
position: absolute;
overflow: auto;
	
	width: 400px;
	height: 340px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	
	scrollbar-base-color: #797979;
	scrollbar-darkshadow-color: #DCDCDC;
	scrollbar-arrow-color: White;
}

#barre {
position: absolute;
	width: 400px;
	height: 341px;
	left: 2px;
	top: 10px;
	margin: 0px 0px 0px 0px;
	max-height: 340px;
}

#police2{
	position: absolute;
	width: 365px;
	height: 150px;
	left: 420px;
	top: 15px;
	margin-left: auto;

	
}

#police{
	position: absolute;
	width: 400px;
	height: 150px;
	left: 400px;
	top: 190px;
	margin-left: 0px;
}
#saisie{
	position: absolute;
	width: 400px;
	height: 150px;
	left: 10px;
	top: 360px;
}

#result{
	position: absolute;
	width: 400px;
	height: 150px;
	left: 400px;
	top: 380px;
	
}






#footer{
	position: absolute;
	top: 530px;
	left: 0px;
}
