	



  .horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 582px;
			width: 42px;
			background: url() no-repeat top left;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 0px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url() no-repeat top left #ffffff;
			border-right: 0px solid #ffffff;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 582px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 579px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
	margin: 0px auto 5px auto;
	width: 747px;
	height: 582px;
	left:262px;
	z-index:1;
	position: absolute;
	background-color:#FFFFFF;
	overflow: hidden;
    }
		
		
#centre 	{
	overflow-y: scroll:
	 }


#logo {
	position:absolute;
	left:Opx;
	top:0px;
	width:262px;
	height:582px;
	z-index:1;
}
#footer {
	position:absolute;
	left:0px;
	top:582px;
	width:494px;
	height:50px;
	z-index:2;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #111;
	
}

#accueil {
	position:absolute;
	left:90px;
	top:7px;
	width:560px;
	height:552px;
	color: #111111;
	z-index: -1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px
}

.Style1 {
	font-size: medium;
	font-weight: bold;
	color: #CCCCCC;
}

#sous-menu {
	position:absolute;
	left:26px;
	top:428px;
	width:212px;
	height:133px;
	z-index:3;
}
