@charset "UTF-8";
/* CSS Document */

		
		/*1er*/
		#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	float: left;
	width: 930px;
		}
		#buttons {
			float: left;
		}
		#heading * {
	display: inline;
	padding: 0px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
		}
		#heading li.active {
			background-color: #66ccff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#wrapper {
	border: 0px dotted gray;
	padding: 0em 0 0 0;
}
		
		#panes {
	text-align: justify;
	border-style: none;
		}
				
		#panes div div {
	overflow: hidden;
	font-size: 12px;
}
		 
		#panes div  p {
	line-height: 1.2em;
		}
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }		
		
		#panes {
			width: 99%;
		} 		
