html, body {
	font-family: Arial, Helvetica, sans-serif;
	font: normal 12px/1.2em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
p {
	margin-bottom: 10px;
}
h1 {
	font: bold 22px/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 {
	font: normal 18px/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
h3 {
	font: bold 14px/1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.contents {
	display: block;
	width: 700px;
	height: 200px;
	background: #CC66FF;
}

ul.firstLevel li {
	list-style: none;
}
ul.blocks li {
	/*margin: 0 10px 0 0px;*/
	display: inline;
	clear: none;
}
ul li ul {
	margin:0;
	padding:0;
}
ul li ul li ul li {
	display: inline;
	float: none;
	margin:0;
}
ul.blocks li img {
	height: 550px;
}

ul li ul li {
	float: left;
	margin-left:10px;
}
ul li ul li ul {
	margin-left:10px;
}
.holder {
	margin-left: 200px;
	display: block;
	background: none;
}
.scroll-pane {
	width: 200px;
	float: left;
	padding: 0;
}
#pane1 {
	height: 100px;
	width: 250px;
	padding: 0;
	display: block;
	_overflow: hidden;
}

#pane5 {
	height: 580px;
	width: 100%;
	padding: 0;
	display: block;
	_overflow: hidden;
}


a.jScrollArrowLeft:hover {
	background-position: 0 -15px;
}
a.jScrollArrowRight {
	background: url(basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowRight:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
table, td { width:  100%; height: 100%; }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url('/includes/images/fondTrack.gif') repeat-x scroll 0 0;
	z-index: 2;
}

.jScrollIntervalTrack { 
	position: absolute;
	
}

.jScrollPaneDrag {
	position: absolute;
	background: url('/includes/images/fondBarre.png') no-repeat scroll 0 0;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
div.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0px;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url('/includes/images/scrollLeft.png') no-repeat scroll 0 0;
	height: 16px;
	width: 13px;
}
div.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

div.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: -5px;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url('/includes/images/scrollRight.png') no-repeat scroll 0 0;
	height: 16px;
	width: 13px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
a.lienNav {
	text-decoration: none;
	color: #D8D8D8;
	/*margin: 0 20px 0 0;*/
	text-transform: uppercase;
	clear: both;
	float: left;
	height: 20px;
}
a.lienNav1 {
	text-decoration: none;
	color: #666;
	/*margin: 0 20px 0 0;*/
	text-transform: uppercase;
	clear: both;
	float: left;
	height: 20px;
}
a.lienNavSelect, a.lienNavSelect1 {
/*
	background: url("/includes/images/circle.gif") no-repeat scroll 0 0 #FFF;
*/
	color:#CCC;
	display:inline-block;
	margin:-2px 0 0 0;
	font-size:11px;
	font-weight:bold;
	padding:0 3px 3px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:10px;
	height:10px;
	border: #CCC solid 1px;
	
}
a.lienNavSelect1 {
/*
	background: url("/includes/images/circle2.gif") no-repeat scroll 0 0 #FFF;
*/
	background: none repeat scroll 0 0 #CCCCCC;
	color:#FFF;
}
a.lienNavSelect:hover {
/*
	background: url("/includes/images/circle2.gif") no-repeat scroll 0 0 #FFF;
*/
	background: none repeat scroll 0 0 #CCCCCC;
	color:#FFF;
}
a.lienNav:hover {
	color: #666;
}
.jumper {
	text-decoration: none;
	color: #000;
	margin: 0 20px 0 0;
}
.jumper:hover {
	color: #666;
}

#navigation {
	float : left;
	margin-top: -20px;
	margin-left:20px;
}
#images {
	margin: 20px 0 0 83px;
}
a.lienVideo img {
	border: 0;
}
a.lienVideo img {
	border: 4px solid #FFF;
}
a.lienVideo img:hover {
	border: 4px solid #666;
}
a.lienVideoSelect img {
	border: 4px solid #666;
}
ul.navigationVideo li {
	margin: 0 10px 0 0;
}

.navigationVideo {
	margin-left: -40px;
}
#sssmenu {
	display:block;
	margin-left:10px;
	width:230px;
}
.menubook {
	float:left;
	margin-top:0;
}
