#un {
	width:100%;
	height:1000px;
	background: url(img/femme_sur_medecine-ball.jpg) no-repeat fixed;
	z-index:-100;
	margin:0;
	padding:0;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	}
#deux {
	width:100%;
	height:1000px;
	background: url(img/alteres.jpg) no-repeat fixed;
	z-index:-100;
	margin:0;
	padding:0;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	}
#trois {
	width:100%;
	height:1000px;
	background: url(img/fred2.jpg) no-repeat fixed;
	z-index:-100;
	margin:0;
	padding:0;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	}
#ligne {
	background:url(img/ligne.png) repeat-x;
	float:right;
	width:170px;
	height:1px;
	margin-top:83px;
	}
#sousMenu {
	font-size:75%;
	padding: 143px 0 0 7%;
	line-height:180%;
	float:left;
	width:240px;
	height:400px;
	position:fixed;
	margin:0 0 0 320px;
	overflow:hidden;
	z-index:100;
	}
#lignes {
	font-size:70%;
	padding: 140px 0 0 7%;
	line-height:195%;
	float:left;
	width:90px;
	height:400px;
	position:fixed;
	margin:0 0 0 533px;
	overflow:hidden;
	}
#lignes li {
	list-style:none;
	text-align:left;
	padding-left:40px;
	}