body {
	font: "Trebuchet MS", sans-serif;
	
	background-image:url(../images/background-seqvideo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
}

#body-table {
	width: 850px;
}

#body-table #td_header {
	height : 10px;
}

#body-table #td_footer {
	height : 10px;
}

.osX .jScrollPaneTrack {
	background: url(../images/osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(../images/osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}

/* IE SPECIFIC STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC STYLES */

.scroll-pane
{
	position: relative;
	width : 100%;
	height : 500px;
	overflow: auto;
}

#div_onglet {
	position: relative;
	background-color: #FFFFFF;
	background: url(../images/fond-opaque.png);
}

#div_onglet ul.ui-tabs-nav { margin:0 0 0 0; padding:0 0 0 5;}
#div_onglet .ui-tabs-nav li { margin:5px 5px 0 0; padding:0 0 0 0;}

#div_onglet .ui-tabs-nav li a:link,
#div_onglet .ui-tabs-nav li a:visited,
#div_onglet .ui-tabs-nav li a:hover,
#div_onglet .ui-tabs-nav li a:active { font-size:14px; padding:4px 1.2em 3px;}


#div_onglet .ui-tabs-panel {
	padding-top: 19px;
	padding-bottom: 9px;
	padding-left: 60px;
	line-height:1.4;
	position: relative;
	z-index: 90;
}

#div_panel {
	position: relative;
	z-index: 85;
}

.div-contenupage {
	width : 100%;
	position: relative;
	z-index: 100;
	margin-left: 0px;
	font-size:11pt;
}

.div-contenupage table {
	font-size:11pt;
}

.icon-topage {
	display: none;
}

#icon-page {
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	position: absolute;
	bottom: 170px;
	left: 0px;
	z-index: 80;
}

.text-justify {
	text-align: justify;
}

span.image-entouretxt-droite {
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}

span.image-entouretxt-gauche {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
}

span.image-cadre img {
	border: 1px solid #808080;
}
