/*    GENERAL     */

.resp_container {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 2px;
}

.resp_container.no_padding {
    padding: 8px 0 !important;
}

.resp_container.one_line {
    padding: 8px 10px;
}

.container_50percent {
    float: left;
    width: 50%;
}

.container_33percent {
    float: left;
    width: 33%;
}

.container_66percent {
    float: left;
    width: 66%;
}

.container_20percent {
    float: left;
    width: 20%;
}

.container_80percent {
    float: left;
    width: 80%;
}

.link_buttons_wrapper {
    float: left;
    width: 100%;
}

.link_buttons_wrapper .link_button {
    float: left;
    margin: 0 10px 10px 0;
}

.resp_container .container_33percent.img_centered .img_responsive,
.resp_container .container_50percent.img_centered .img_responsive {
    margin: 0 auto;
}

.resp_container .container_33percent .padding_5px,
.resp_container .container_50percent .padding_5px {
    padding: 0 5px;
}

/*       DISCOGRAPHIE       */

.disco_main {
    float: left;
    width: 100%;
    border: 2px none rgb(204, 204, 204);
    padding: 8px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 40px;
}

.disco_main_pict {
    float: left;
    padding: 5px;
    width: 200px;
    background-color: transparent;
}

.disco_main_datas {
    float: left;
    padding: 8px 0 8px 40px;
    width: 448px;
    background-color: transparent;
}

.disco_main_datas .title {
    float: left;
    color: white;
    padding: 5px 12px;
    margin-bottom: 5px;
    clear: both;
}

.disco_main_datas .title a {
    color: white;
    font-style: italic;
}

.disco_main_datas .lines {
    float: left;
    width: 100%;
}

.disco_main_datas .lines .line {
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.disco_main_datas .lines .line .left {
    float: left;
    width: 36%;
    color: #666666;
}

.disco_main_datas .lines .line .right {
    float: left;
    width: 64%;
}

.disco_container {
    float: left;
    width: 82%;
    clear: both;
    margin-bottom: 2px;
}

.disco_container.border {
    border: 2px solid #CCCCCC;
}

.disco_container.one_line {
    padding: 8px 10px;
}

.disco_container.no_padding {
    padding: 8px 0 !important;
}

.disco_container.bg_tr_white {
    background: url("img/v3_blanssemitransp2.png") repeat transparent;
}

.disco_container_line {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.disco_container_line .left {
    float: left;
    width: 50%;
    color: #666666;
}

.disco_container_line .right {
    float: left;
    width: 50%;
}

.disco_container .container_goleft {
    display: inline-block;
    padding-right: 20px;
}

.disco_container .big_font {
    font-size: 17px;
}

/*           REMIXOGRAPHIE           */

.remix_thumb {
    float: left;
    width: 116px;
    text-align: center;
    height: 110px;
}

.remix_thumb_holder {
    display: block;
    position: relative;
    height: 58px;
    width: 58px;
    padding: 4px;
    background-color: transparent;
    margin: 0 auto;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.remix_thumb img.original {
    display: block;
    height: 58px;
    width: 58px;
    -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
}

.remix_thumb img.hover {
    display: block;
    height: 66px;
    width: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.remix_thumb_holder:hover {
    background-color: white;
}

.remix_thumb:hover img.hover {
    opacity: 1;
}

.remix_thumb span.title {
    display: block;
    font-weight: bold;
    clear: both;
    margin: 6px 0;
    width: 100%;
}

.album_thumb {
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
}

.album_thumb_holder {
    display: block;
    position: relative;
    height: 90px;
    width: 90px;
    padding: 5px;
    background-color: transparent;
    margin: 0 auto;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.album_thumb img.original {
    display: block;
    height: 90px;
    width: 90px;
    -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
}

.album_thumb img.hover {
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.album_thumb_holder:hover {
    background-color: white;
}

.album_thumb:hover img.hover {
    opacity: 1;
}

.album_thumb span.title {
    display: block;
    font-weight: bold;
    clear: both;
    margin: 6px 0;
    width: 100%;
}

#videographie_home .album_thumb {
    height: 200px;
}

#videographie_home .album_thumb_holder,
#videographie_home .album_thumb img.original {
    width: 90px;
    height: 145px;
}

#videographie_home .album_thumb img.hover {
    width: 100px;
    height: 155px;
}

/*      REFERENTIEL          */
.refentiel_main_table {
    /*background: url("img/v3_blanssemitransp.png") repeat transparent;*/
}

.refentiel_data_table {
    background: url("img/v3_blanssemitransp.png") repeat transparent;
}

.referentiel_toplinks {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.referentiel_home_menu.resp_container {
    display: block;
    float: none;
    width: 606px;
    margin: 0 auto;
}

.referentiel_home_menu .element {
    float: left;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #f2f2f2;
    margin-bottom: 18px;
}

.referentiel_home_menu .element a {
    color: white;
}

.referentiel_home_menu img {
    width: 200px;
    height: auto;
}

.referentiel_home_menu .element.active {
    background-color: black;
}

.referentiel_home_support_title {
    display: inline-block;
    height: 40px;
    width: 310px;
    color: #606060;
    font-weight: bold;
    line-height: 46px;
    margin-top: 20px;
    background: url('../img_/entete_supports.png') no-repeat top left transparent;
}

.referentiel_home_support_wrapper {
    position: relative;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0 15px 15px 15px;
    padding: 15px;
    font-size: 10px;
    background: whitesmoke;
}

.referentiel_home_support_wrapper img {
    max-width: 150px;
    max-height: 130px;
    height: auto;
}

#contenu .referentiel_home_support_wrapper .support_description {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 0;
}

#contenu .referentiel_home_support_wrapper .support_description a,
#contenu .referentiel_home_support_wrapper .support_description span {
    float: left;
    width: 100%;
}
