*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#fe43df; font-size:8pt}
a:hover{text-decoration:underline;}

body {
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#fff;
	background:#09454e url(images/fond.png) repeat-y center top;
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	width:806px;
}

/*/////////////////STYLE POUR LE JAVASCRIPT////////////////////////////////*/
			#bottom_container {
				clear: both;
				width: 765px;
			}
			
		.accordion_toggle {
			display: block;
			height: 18px;
			width: 765px;
			background: url(images/haut.png) no-repeat top right;
			padding: 0 10px 0 10px;
			line-height: 18px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			cursor: pointer;
			margin:5px auto 0 auto;
			text-align:center;
		}
		
		.accordion_toggle_active {
			background: url(images/bas.png) no-repeat top right;
			color: #ffffff;
		}
		
		.accordion_content {
			color: #8d8d8d;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 116px;
			width: 36px;
			background: url(images/horizon.png) no-repeat top left;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/horizon3.png) no-repeat top left;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* 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;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}			

			
/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:806px;
	height:68px;
	font-weight:bold;
	text-transform:uppercase;
	background: url(images/header.png) no-repeat left top; 
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0;
	padding:10px;
}


#corps h1 {
	color:#1395A9;
	margin:10px 10px 10px 0;
	padding:0;
	font: bold 12pt Tahoma,Verdana,sans-serif, Arial;
	border-bottom:1px solid #1395A9;
}

#corps h4 {
	color:#1395A9;
	margin:0;
	padding:0;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
}


#corps p {
	color:#dcdcdc;
	margin:5px 0;
	padding:0;
}
#corps p a {
	color:#082E4E;
}


/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	width:806px;
	height:50px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#8d8d8d;
}

p#footer a{
color:#082E4E;
}
