﻿div#reference
{
    padding: 15px 15px 0px 15px;
}

div#reference div#title
{
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
}

div#reference div#title h1
{
    float: left;
    width: 700px;
}

div#reference div#title div.part_right
{
    float: left;
    width: 250px;
    line-height: 28px;
}

div#reference div#title div.part_right p
{
    padding-right: 20px;
}

div#reference div#bandeau
{
    padding-top: 15px;
}

div#reference div#bandeau div#imgZoom
{
    float: left;
    width: 800px;
    height: 388px;
    background: transparent url(../../Images/Shared/Icons/ajax-loader.gif) no-repeat center center;
}
div#reference div#bandeau div.button
{
    float: left;
    height: 23px;
    padding-top:365px;
    text-align: center;
    width: 150px;
}

div#reference div#further
{
    margin-top: 15px;
    padding-top: 10px;
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
}
div#reference div#referenceContent div#description, div#reference div#referenceContent div#technos, div#reference div#referenceContent div#news
{
    padding: 15px;
    float: left;
    overflow: hidden;
}
div#reference div#referenceContent div#description
{
    width: 440px;
}

div#reference div#referenceContent div#technos
{
    background: black;
    width: 205px;
    color: #ffffff;
}

div#reference div#referenceContent div#technos a
{
    color:#ffffff;
    text-decoration:none;
}
div#reference div#referenceContent div#technos a:hover
{
    text-decoration:underline;
}



div#reference div#referenceContent div#news
{
    width: 215px;
}


a.ref-next, a.ref-prev, a.ref-next-inactive, a.ref-prev-inactive
{
    float: left;
    line-height: 28px;
    margin: 10px 0px 0px 0px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: transparent url(../../Images/Shared/Icons/slider_right.gif) no-repeat 0 0;
}
a.ref-prev, a.ref-prev-inactive
{
    margin-right: 5px;
    background: transparent url(../../Images/Shared/Icons/slider_left.gif) no-repeat 0 0;
}

a.ref-next:hover, a.ref-prev:hover
{
    background-position: -10px 0;
}

a.ref-next:active, a.ref-prev:active
{
    background-position: -10px 0;
}

a.ref-next-inactive, a.ref-next-inactive:hover, a.ref-next-inactive:active, a.ref-prev-inactive, a.ref-prev-inactive:hover, a.ref-prev-inactive:active
{
    cursor: default;
    background-position: -30px 0;
}

div#reference div#bandeau div#miniatures img
{
    margin-right:10px; 
    margin-top:10px;
    cursor:pointer;
    border:solid 1px #ffffff; 
}

div#reference div#bandeau div#miniatures img.select
{
    border-color:#0e7db6; 
}
