body
		{
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #000 url('images/bg.gif') ;
		}
		
		#home {
			position:absolute ;
			left: 50% ;
			top: 50% ;
			width: 390px ;
			height: 557px ;
			margin-top: -278px; /* moitié de la hauteur */
			margin-left: -195px; /* moitié de la largeur */
			border: 1px solid #CE0B1D ;
			background-color: #000 ;
		}
		
		#the_curve {
			position:absolute ;
			left: 50% ;
			top: 50% ;
			width: 470px ;
			height: 250px ;
			margin-top: -125px; /* moitié de la hauteur */
			margin-left: -235px; /* moitié de la largeur */
			border: hidden ;
			background-color: #000 ;
		}
		
		div#conteneur
		{
			width: 800px ;
			margin: 0 auto ;
			text-align: left ;
			border: 1px solid #CE0B1D ;
			background: #fff ;
		}
		
		img {
			border: hidden ;
		}	
		
		p#footer
		{
			margin: 0 ;
			margin: 0 ;
			padding-right: 10px ;
			line-height: 40px ;
			text-align: center ;
			color: #fff ;
		}
		
		p#footer a
		{
			color: #fff ;
			font-style: italic ;
			font-size: 1em ;
			text-decoration: none ;
			font-weight: bold ;
		}
		
		p#footer a:hover
		{
			color: #CE0B1D ;
			font-weight: bold ;
			font-style: italic ;
			text-decoration: none ;
		}
		
		pre
		{
			overflow: auto ;
			background: #fff ;
			border: 2px solid #9b2 ;
			padding: 5px 0 0 5px ;
			font-size: 1.2em ;
		}
		
		* html pre
		{
			width: 636px ;
		}
		
		pre span
		{
			color: #560 ;
		}
		
		pre span.comment
		{
			color: #b30000 ;
		}