body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	background: #FFFFFF;
}

.texte {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
.texteRouge {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #990000;}
.texteVert {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #6BBE46;}
.texteJaune {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #EEE9BE;}
.texteBlanc {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold;}
.titre {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.text1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;line-height: 16px;}

.texteBlanc{ font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#FFFFFF; text-decoration:none;}
.textBlanc:hover{text-decoration:underline}

a		  { color: #6FC449; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
a:link    { color: #6FC449; text-decoration:none; font-weight: bold; }
a:visited { color: #6FC449; text-decoration:none; font-weight: bold; }
a:active  {	color: #6FC449;	text-decoration:none; font-weight: bold; }
a:hover   {	color: #EEE9BE; text-decoration:none; font-weight: bold; }


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEE9BE;
	font-weight: bold;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: -moz-scrollbars-vertical;
	border-right: 2px solid #67615C;
	border-bottom: 2px solid #67615C;
	cursor: pointer;
	background: #FFFFFF;
}

#container {
	margin: 0 auto 0 0;
}

.accordion_toggle {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEE9BE;
	font-weight: bold;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 16px;
	border-right: 2px solid #67615C;
	border-bottom: 1px solid #696969;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	background: #FFFFFF;
		}
.accordion_content {
	overflow: hidden;
	background: #ffffff;
		}
#vertical_container {
	width: 160px;   
	height: auto;    
		}

#horizontal_container {
	margin: 4px 4px 4px 20px;
	width: 160px;   
	height: auto;    
		}
	
.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: auto;
			width: 50px;
			background: #f1f1f1;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin-right: 4px;
		}
.horizontal_accordion_content {
			/* REQUIRED */
			height: auto;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			width: 160px;
			overflow: hidden;
			background-color: #ffffff;
		}
		
 #vertical_nested_container {  
	height: auto;  
    }
		
.vertical_accordion_toggle {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #16387C;
	font-weight: bold;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 36px;
	margin-right: 36px;
	line-height: 14px;
	cursor: pointer;
	background: #f1f1f1;
		}

.vertical_accordion_content {
	overflow: hidden;
		}
		
		
#horizontal2_container {
	margin: 20px auto 20px auto;
	width: 589px;   
	height: auto;    
		}
	
.horizontal2_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: auto;
			width: auto;
			background: #f1f1f1;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin-right: 4px;
		}
.horizontal2_accordion_content {
			/* REQUIRED */
			height: auto;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			width: 450px;
			overflow: hidden;
			background-color: #ffffff;
		}
		



