html,body{
    margin:0;
    padding:0;

}
*{font-family: Arial;
  position:relative;
border:none;
outline:none}

body{
    width:100%;
    height:100%;
}

div#global{
    top:35px;
    left:20px;
    
    width:100%;
    height:100%;
    position:relative;

}

div#header{
    /*border-bottom: solid 1px #d9d9d9;*/
}

div#header img{
    left:90px;
}

div#leftCol{
    position:absolute;
    width:240px;
    border-right:solid 1px #000;
    height:100%;
    left:0px;

}

div#leftCol #menuLeft{
    text-align:right;
    right:20px;
    top:18px;
    overflow: auto;
    overflow-x:hidden;
}

div#leftCol #menuLeft div.categorie,div#leftCol #menuLeft div.page ,div#leftCol #menuLeft div.page a{
    cursor:pointer;
    font-size:11px;
    color:#000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height:15px;
}
div#leftCol #menuLeft div.categorie.unsel,div#leftCol #menuLeft div.page.unsel ,div#leftCol #menuLeft div.page.unsel a{
    color:#848484;
    font-size:11px;
    font-weight: bold;
}

div#leftCol #menuLeft div.categorie.selected,div#leftCol #menuLeft div.page.selected ,div#leftCol #menuLeft div.page.selected a{
    font-size:16px;
}

div#leftCol #menuLeft .menuCont,div#leftCol #menuLeft .menuHome{
    margin-bottom:5px;
    padding-bottom:16px;
}

div#leftCol #menuLeft .menuCont.open,div#leftCol #menuLeft .menuHome{
    background:url("/new/media/img/images/fl_menu.png") no-repeat bottom right;
}

div#grCache{
    width:100%;
    height:100%;
    position:absolute;
    /*background:url("/media/img/images/grey_pix.gif") repeat ;*/
    background:#000;
    opacity:0.7;
    filter : alpha(opacity=70);
    top:0px;
    left:0px;
}

div#rightCol{
    position:relative;
    float: left;
    left:246px;
    height:100%;
    overflow: auto;
    margin:15px 0 0 15px;
	z-index:1;
}

div.ImgItem,div.videoItem{
    /*display:none;*/
    padding: 5px 10px 5px 0;
    /*height:130px;*/
    float:left;
}

div.ImgItem div.img{
	background:url('/new/media/img/icon/load_img.gif') 50% no-repeat #ddd;
	width:100%;
	height:100%;
}

div.ImgItem div.name,div.videoItem div.name,div.ImgItem div.legende,div.videoItem div.legende{
    float:right;
    font-size:10px;
    color:#8a8a8a;
    text-transform:uppercase;
	height:10px;
}

div.ImgItem div.name.it,div.videoItem div.name.it{
    font-style: italic;
}


div#leftCol #thumbnails{
    bottom: 0;
    position: absolute;
    right: 5px;
    text-align: right;
    cursor:pointer;
    color:#848484;
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;

}
div#leftCol div#prct{
    bottom: 15px;
    position: absolute;
    right: 5px;
    text-align: right;
    cursor:pointer;
    color:#848484;
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;
}

span.prct{
	color:#fff;
    font-size:10px;
    font-weight: bold;
	text-transform: uppercase;
}


.displayNone{
    display:none;
}

div.videoScreen{
    position:absolute;
    z-index:10;
    top:5px;
    left:5px;
    background:#000;
    display:none;
}

div.imgScreen{
    position:absolute;
    z-index:10;
    top:5px;
    left:5px;
    background:#fff;
    display:none;
}


div.textuel{
    position:relative;
    padding:10px 35px 35px 35px;
}

div.textuel p{
    margin:0;
    padding:0;
}

div.textuel h2{
    color:#000;
    font-size:18px;
    font-weight: bold;
}

div.textuel h4{
    color:#000;
    font-weight: bold;
}

div.textuel a:link,div.textuel  a:hover,div.textuel  a:active,div.textuel  a:visited {
    color:#000;
    text-decoration: underline;
}

div.textuel ul li{
    color:#000;
    list-style: square;

}

table, td,tr{
    margin:0;
    padding:0;
}

.spacer{
    clear: both;
}

#contener{
    /*position:absolute;*/
	position:relative;
}

div.play{
    position: absolute;
    width:170px;
    height:110px;
    top:5px;
    left:5px;
    z-index:2;
  
    
}

div.leftos,div.rightos{
	width:48%;
	height:95%;
	position:absolute;
	z-index:2;
	display:none;
	top:0;
	cursor:pointer;
	background:url('/new/media/img/images/spacer.gif') repeat ;
}

div.leftos{
	left:0;
}
div.rightos{
	right:0;
}

div.play img{
    margin:31px 61px;
}


* html  #rightCol  .ImgItem{ display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0; margin: 10px -1px -1px 0px;}
.scroll-bar-wrap .scroll-bar-line{height:1px;width:100%;margin:auto;background:#000}
.scroll-bar-wrap .ui-slider {  border:0; height: 20px; margin: 0 auto;background:none;top:-11px;cursor:pointer}
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:7px; height: 7px;background: #000;border:#000 }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -7px auto 0; position: relative; top: 50%; }


