div#global {
	min-height: 100%;
	width: 980px;
	padding: 0px auto;
	margin: 0px auto;
	position: relative;
	/*background: url(img/global.png) center repeat-y;*/
	}
div#logo {
	float: left;
	width: 240px;
	height: 80px;
	margin-top: 25px;
	position: relative;
	}
div#header {
	float: right;
	width: 740px;
	height: 80px;
	margin-top: 25px;
	background: url(../img/header2.gif) no-repeat;
	position: relative;
	}
div#speedlink {
	float: right;
	position: relative;
	width: 740px;
	height: 30px;
	margin-top: 50px;
	text-align: right;
	z-index: 1;
	}
div#center{
	min-height: 300px;
	flot: left;
	width: 980px;
	padding: 0px auto;
	margin: 0px auto;
	position: relative;
	}
div#menu {
	float: left;
	width: 229px;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #999999;
	position: relative;
	}
div#contenu {
	min-height: 300px;
	float: right;
	width: 719px;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #999999;
	padding: 15px;
	position: relative;
	}
div#footer {
	margin-top: 10px;
	float: right;
	width: 980px;
	height: 30px;
	background: url(../img/footer.gif) no-repeat;
	position: relative;
	text-align: right;
	}
div#col1{
width: 310px;
float: left;
position: relative;
margin-right: 15px;
}
div#col2{
width: 310px;
float: left;
position: relative;
margin-right: 14px;
}
div#col3{
width: 70px;
float: right;
position: relative;
}