		* {		margin: 0;
		padding: 0;
		}
		html {
		height: 100%;
		}
		body{
		height: 100%;
		background-color: black;
		}
		#ligne{
			position: absolute;
			width: 4px;
			height: 100%;
			left: 148px;
			background-color: white;
		}
		#global{
			position: relative;
			width: 400px;
			height: 100%;
			margin-left: auto;
			margin-right: auto;
		}
		#menu{
			position: absolute;
			width: 150px;
			height: 550px;
			left: 50px;
		}
		#logo{
			position: absolute;
			width: 150px;
			height: 50px;
			right: 30px;
			bottom: 30px;
			background-image: url(images/logop.jpg);
		}
		#cadre{
			position: absolute;
			width: 400px;
			height: 500px;
			top: 50px;
		}
		#titre{
			position: absolute;
			width: 400px;
			height: 40px;
			top: 50px;
			background-color: black;
		}
		#hg{
			position: absolute;
			width: 10px;
			height: 10px;
			background-image: url(images/hg.png);
		}
		#hd{
			position: absolute;
			width: 10px;
			height: 10px;
			background-image: url(images/hd.png);
			right: 0;
		}
		#bg{
			position: absolute;
			width: 10px;
			height: 10px;
			background-image: url(images/bg.png);
			bottom: 0;
		}
		#bd{
			position: absolute;
			width: 10px;
			height: 10px;
			background-image: url(images/bd.png);
			right: 0;
			bottom: 0;
		}
		#sousmenu{
			position: absolute;
			width: 400px;
			height: 20px;
			top: 25px;
			right: 10px;
		}
		#contents{
			position: absolute;
			width: 360px;
			height: 370px;
			top: 110px;
			left: 20px;
		}
		h{
			font-family: verdana;
			font-size: 15px;
			font-weight: bold;
			top: 10px;
			color: white;
		}
		a{
			color: black;
		}