html {
	background: #1e2b42 url(../pics/structure/background_full.gif) repeat-x;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

div#global {
	min-height: 100%;
	width: 802px;
	padding: 0;
	margin: 1em auto;
	position: relative;
	background:#121922 url(../pics/structure/background_contenu_full.gif) repeat-y;
	}

div#conteneur {
	overflow: auto;
	padding-bottom: 70px;
	}
	
div#pied {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: url(../pics/structure/pied.jpg) no-repeat;
	height: 45px;
}

div#left {
	overflow: hidden;
	float: left;
	width: 551px;
}

div#right {
	float: right;
	width: 251px;
}

div#frame {
	padding: 0;
	margin: 0;
	width: 551px;
	height: 175px;
	background: url(../pics/structure/corner_top_left.jpg) no-repeat;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contenu {
	clear: both;
	width: 551px;
	height: 100%;
}

div#logo {
	width: 251px;
	height: 143px;
	background: url(../pics/structure/corner_top_right.jpg) no-repeat;
}

div#vignette_1 {
	width: 251px;
	height: 140px;
	background: url(../pics/vignettes/vignette_up.jpg) no-repeat;
}

li#formation {
	float: left;
	width: 103px;
	height: 55px;
	background: url(../pics/menu/formation.jpg) no-repeat;
}

li#qsn {
	float: left;
	width: 164px;
	height: 55px;
	background: url(../pics/menu/qsn.jpg) no-repeat;
}

li#ff {
	float: left;
	width: 200px;
	height: 55px;
	background: url(../pics/menu/ff.jpg) no-repeat;
}

li#contact {
	float: left;
	width: 84px;
	height: 55px;
	background: url(../pics/menu/contact.jpg) no-repeat;
}

div#vignette_2 {
	margin-bottom: 45px;	
}