html, body {
    font: 95% "Trebuchet MS", sans-serif;
    height: 95%;
    margin: 0;
}

div#global {
    min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

div#content {
	padding-bottom: 50px; 
    overflow: auto;
}

div#haut {
	position: relative;
	height: 101px;
}

div#haut h1 {
	position: absolute;
	bottom: 10px;
	font: 3em Georgia, serif;
    margin: 0;
    color: #ff5a00;
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}

div#profiles {
	float: left;
	width: 300px;
}

div#profiles h3 {
	color: #ff5a00;
}

div#ontheweb {
	float: right;
	width: 400px;
	height: 200px;
}

div#ontheweb h3 {
	color: #ff5a00;
}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
    display: block;
	height: 80px;
	line-height: 20px;
	margin: 2px 0;
}
	
a{
	text-decoration:none;
	color:#3366cc;
}
