/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-weight: 300;
	background-color: #FFFEE9;
}
			
.holder {
	float: left;
	margin: 10px;
	background-color: #ef3f23;
}

.scroll-pane {
	width: 90%;
	height: 450px;
	overflow: auto;
	float: right;
	text-align: right;
}
.titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}

#pane1 {
	padding-top: 0px;
	float: left;
	width: 100%;
	text-align: justify;
}
#pane2 {
	padding-top: 0px;
	float: right;
	width: 380px;
}
#pane_compagnie {
	padding-top: 0px;
	float: right;
	width: 500px;
	padding-left: 0px;
	text-align: justify;
}
