#biographie
{
	width:150px;
	height:200px;
	background-color: yellow;
	border: dotted;
	border-radius: 5px
}

#range
{
	border: solid;
	border-color: red;
	background-color; green
	}
div input
{
	position: absolute;
	bottom:220px;
	background-color:green;
}

body
{
	background: url('fde.png');
}