﻿.divContent
{
    position: relative;
    max-width: 976px;
    width:100%;
    /*height: 400px;*/
    /*padding-top:41.025641025641025641025641025641%; /*975:400 = */
}
.contentDisplay
{
    float: left;
    position: absolute;
    z-index: 500;
}
.divButtons
{
    position: absolute;
    top: 30px;
    left: 40px;
    background-color: transparent;
    padding: 0 1px 0 1px;
    z-index: 1200;
}
.buttons
{
    cursor: pointer;
    float: left;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 1200;
    margin: 2px;
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
}
.buttonPlay
{
    cursor: pointer;
    visibility: hidden;
    float: left;
    max-height: 9px;
    z-index: 1200;
    margin: 2px;
    background: url(/images/icons.gif) -1px -288px no-repeat;
}
div.selected
{
    background-color: #f6d84d;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}
.buttons:hover
{
    background-color: #fff;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}
.divBackgroundBas
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #000;
    z-index: 800;
    opacity: .60;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
}
.divInfoBas
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 900;
}
.divsoustitre
{
    max-width: 976px;
    width:100%;
    z-index: 1000;
    clear: both; /*padding-left :25px;*/
    padding: 5px 0 0 0;
}
.divsoustitre span
{
    padding: 25px;
}
.divsoustitre span a
{
    font-size: 14px;
    font-family: myriad-pro,Arial, Helvetica, sans-serif;
    color: #f6d84d;
    text-decoration: none;
    font-weight: bold;
    line-height: 10px;
}
.divtitre
{
    max-width: 976px;
    width:100%;
    z-index: 1000;
    clear: both; /*padding-left  :25px;*/
}
.divtitre a
{
    font-size: 32px;
    font-family: myriad-pro,Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0px;
    text-decoration: none;
    margin-top: -5px;
}

.divtitre a:hover
{
    text-decoration: underline;
}

.divtitre span
{
    padding: 25px;
}
.divdescription
{
    position: absolute;
    clear: both;
    z-index: 1555;
    max-width: 976px;
    width:100%;
    height: 56px;
    background: url(../../images/bg_transbleu.jpg) bottom no-repeat;
    margin-top: -1px;
}
.divdescription span
{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 25px;
}
.divdescription a
{
    font-family: myriad-pro,Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
/* 
  .divVoirSuggestionsTous
    {
        position : absolute ;
        right:0px;
        bottom:0px;
        background-color: transparent;
        padding: 0 1px 0 1px;
        z-index: 1200;
        padding-right: 15px;
         
    }
    .divVoirSuggestionsTous a 
    {
        color:#fff;
        text-decoration: none;
        display:table-cell ;
        height :50px;
        vertical-align : middle;        
    }
        
    .divVoirSuggestionsTous a:hover
    {
        text-decoration: underline;
    }  
	*/
.imgDisplay
{
    max-width: 976px;
    width:100%;
    height: 400px;
    z-index: 500;
}
.viewer1
{
}
.viewer0
{
}



@media screen and (max-width:994px)
{
    .imgDisplay
    {
        height: auto;
        /*overflow-x:hidden;*/
    }
}
