/*	Reset
----------------------------------------------------------------------------------------- */
* {
    border: none;
    font-size: 1em;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

/*	Enhancements
----------------------------------------------------------------------------------------- */
html {
    overflow-y: scroll;
}

/*  Default Formating
----------------------------------------------------------------------------------------- */
#skip {
    display: none;
}

/* Headings ------------------------------------------------------------ */
h1,h2,h3 {
    margin: 10px 0 5px 0;
    font-weight: normal;
}

h1 {
    font-size: 1.3em;
    margin: 5px 0 5px;
    z-index: 15;
    font-weight: bold;
    color: #383057;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
}


/* Text elements ------------------------------------------------------- */
p {
    line-height: 20px;
    padding: 5px 10px 0;
}

#content-left p a {
    color: blue;
    border-bottom: dashed 1px blue;
    font-weight: normal;
}
#content-left p a:hover {
    text-decoration: none;
    border: none;
}
a {
    color: #383057;
    font-weight: bold;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active, a:focus {
    color: #369;
}

em {
    font-size:1em;
    font-weight:normal;
    color:Gray;
}

/* Lists --------------------------------------------------------------- */

li {
    list-style-type: square;
    list-style-position: inside;
}

dl {
    margin: 0;
    position: relative;
}
dt {
    font-size: 12px;
    margin: 15px 0 5px;
    line-height: 18px;
    color: #383057;
}
dd {
    line-height: 20px;
    margin: 0 10px 5px;
}


/* Forms --------------------------------------------------------------- */

textarea {
    border: solid 1px Gray;
    background: #fff;
    padding: 5px;
    font: 12px/ 20px "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}


fieldset {
    border: solid 1px #e6e6e6;
    margin: 5px 0;
    padding: 5px;
}
fieldset legend {
    color: #69c;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 5px;
    display: none;
}
fieldset label {
    display: block;
    height: 25px;
    line-height: 22px;
}
fieldset label span {  }
fieldset label input {
    width: 124px;
    float:right;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    border: solid 1px #EED6AF;
}
fieldset label select {
    width: 130px;
    float: right;
}
label[for] {
    cursor: pointer;
}

select { border: solid 1px #EED6AF; padding: 1px; }

hr {
    border: none;
    border-top: solid 1px #EED6AF;
    margin: 15px 0;
}


/*  Classes
------------------------------------------------ */
.clear {
    clear: both;
}
.hide {
    display:none;
}
.center {
    margin: 0 auto;
}
.link {
    color: blue;
    border-bottom: dashed 1px blue;
    font-weight: normal;
}
.link:hover {
    text-decoration: none;
}

/*  Layout
-------------------------------------------- */

body {
    background: #EED6AF;
    color: #333;
    font: 12px/ 20px "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

#Master {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    padding: 0 0 5px;
    background-color: #fff;
    border-left: solid 2px #ccc;
    border-right: solid 2px #ccc;
}

#header {
    height: 210px;
    position: relative;
    margin: 0 5px 0 0;
}

#content {
    min-height: 500px;
    margin: 0;
    position: relative;
    padding:0 10px;
    z-index: 10;
}

#footer {
    height: 115px;
    padding:10px;
}


#content-left {
    float: left;
    width: 690px;
    padding: 0px 10px 0 5px;
    position: relative;
    top: -5px;
}
#content-right {
    float: left;
    width: 230px;
    padding: 0px 0 0 5px;
    position: relative;
    top: -5px;
}
#content-left ul {
    margin: 5px 10px;
    position: relative;
}
#content-left li {
    line-height: 22px;
}

/*  Controls
----------------------------------------- */

/* Header ------------------------------- */

#header-logo {
    display: block;
    height: 200px;
    width: 210px;
}
#header-ext {
    display: block;
    height: 55px;
    width: 190px;
    background: #EED6AF url('images/header/header_ext.png') no-repeat 0 0;
    position: absolute;
    top: 165px;
    left: -2px;
    z-index: 1;
}
#header-corner {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 135px;
    background: url('images/header/header_corner.png') no-repeat 0 0;
}
#header-round {
    display: block;
    height: 25px;
    width: 18px;
    position: absolute;
    top: 166px;
    left: 171px;
    background: url('images/header/header_round.png') no-repeat 0 0;
    z-index: 1;
}
#header-blanc {
    background-color: #fff;
    display: block;
    height: 41px;
    left: 177px;
    position: absolute;
    top: 190px;
    width: 12px;
    z-index: 10;
}
#header-menu {
    width: 150px;
    text-align:center;
    position: absolute;
    top:5px;
    right: 20px;
    z-index: 5;
}
#header-menu a {
    color: #fff;
    font-weight: normal;
}
#header-slideshow {
    position: absolute;
    top: 0;
    right: 0;
}
#header-slideshow img {

}

#logo {
    display: block;
    height: 200px;
    width: 209px;
    background: #fff url('images/logo.png') no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
}

#header-navigation {
    position: absolute;
    right: -5px;
    bottom: 20px;
}
#header-navigation ul {
    background: url('images/background-menu.gif') repeat-x 0 0;
    height: 25px;
    line-height: 25px;
    width: 773px;
    z-index: 3;
}
#header-navigation ul li {
    display: inline;
    padding: 0 7px;
    border-right: solid 1px Gray;
    position: relative;
}
#header-navigation ul li.last {
    border:none;
}
#header-navigation ul li a {
    color: #fff;
    font-weight: bold;
    font-size:12px;
    text-decoration: none;
}
#header-navigation ul li a.active, #header-navigation ul li:hover a {
    color: #69c;
}
#header-navigation ul li img {
    position: relative;
    top: 3px;
    left: -5px;
}

/* Content -------------------------- */

#content #navigation {
    display: block;
    margin:10px 0;
}
#content #navigation a {
    margin: 0 10px 0 0;
    font-size: 10px;
}


/* Footer --------------------------- */

#footer {
    margin:10px 0;
}
#footer ul {
    display:block;
    text-align:center;
}
#footer ul li {
    display:inline;
    padding:0 15px;
    border-right:solid 1px #e6e6e6;
    list-style: none;
}
#footer ul li.last {
    border:none;
}

/*  Controls
-------------------------------------------- */

/* Panel ----------------------------------- */

.panel-1 {
    background: url('images/panels/panel_1_ExL.gif') repeat-y top left;
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
}
.panel-1-head {
    background: url('images/panels/panel_1_ExT.gif') repeat-x 0 0;
    height: 10px;
}
.panel-1-body {
    background: #fff url('images/panels/panel_1_ExR.gif') repeat-y top right;
    padding: 0 12px 0 7px;
    margin: -5px 0 -5px 5px;
    line-height: 16px;
}
.panel-1-bottom {
    background: url('images/panels/panel_1_ExB.gif') repeat-x bottom left;
    height: 10px;
}
.panel-1-rnd1 {
    background: url('images/panels/panel_1_TL.gif') no-repeat 0 0;
    display: block;
    height: 10px;
    width: 9px;
    float: left;
}
.panel-1-rnd2 {
    background: url('images/panels/panel_1_TR.gif') no-repeat top right;
    display: block;
    height: 10px;
}
.panel-1-rnd3 {
    background: url('images/panels/panel_1_BL.gif') no-repeat bottom left;
    display: block;
    height: 10px;
    width: 9px;
    float: left;
}
.panel-1-rnd4 {
    background: url('images/panels/panel_1_BR.gif') no-repeat bottom right;
    display: block;
    height: 10px;
}

.panel-2 {
    background: url('images/panels/panel_2_ExL.gif') repeat-y top left;
    position: relative;
    display: block;
    z-index: 5;
    color: #fff;
    width: 100%;
}
.panel-2-head { background: url('images/panels/panel_2_ExT.gif') repeat-x 0 0; }
.panel-2-body {
    background: #54607a url('images/panels/panel_2_ExR.gif') repeat-y top right;
    padding: 0 12px 0 7px;
    margin: 0 0 0 5px;
    line-height: 16px;
}
.panel-2-bottom { background: url('images/panels/panel_2_ExB.gif') repeat-x 0 0; }
.panel-2-rnd1 {
    background: url('images/panels/panel_2_TL.gif') no-repeat 0 0;
    display: block;
    height: 24px;
    width: 22px;
    float: left;
}
.panel-2-rnd2 {
    background: url('images/panels/panel_2_TR.gif') no-repeat top right;
    display: block;
    height: 24px;
}
.panel-2-rnd3 {
    background: url('images/panels/panel_2_BL.gif') no-repeat bottom left;
    display: block;
    height: 24px;
    width: 22px;
    float: left;
}
.panel-2-rnd4 {
    background: url('images/panels/panel_2_BR.gif') no-repeat bottom right;
    display: block;
    height: 24px;
}

.panel-3 {
    background: url('images/panels/panel_3_ExL.gif') repeat-y top left;
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
}
.panel-3-head { background: url('images/panels/panel_3_ExT.gif') repeat-x 0 0; }
.panel-3-body {
    background: #fff url('images/panels/panel_3_ExR.gif') repeat-y top right;
    padding: 0 12px 0 7px;
    margin: 0 0 0 5px;
    line-height: 16px;
    color: #333;
}
.panel-3-bottom { background: url('images/panels/panel_3_ExB.gif') repeat-x 0 0; }
.panel-3-rnd1 {
    background: url('images/panels/panel_3_TL.gif') no-repeat 0 0;
    display: block;
    height: 18px;
    width: 17px;
    float: left;
}
.panel-3-rnd2 {
    background: url('images/panels/panel_3_TR.gif') no-repeat top right;
    display: block;
    height: 18px;
}
.panel-3-rnd3 {
    background: url('images/panels/panel_3_BL.gif') no-repeat bottom left;
    display: block;
    height: 18px;
    width: 17px;
    float: left;
}
.panel-3-rnd4 {
    background: url('images/panels/panel_3_BR.gif') no-repeat bottom right;
    display: block;
    height: 18px;
}

.panel-4 {
    background: #fff;
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
}
.panel-4-head { height: 20px; }
.panel-4-body {
    background: #fff;
    padding: 0 12px 0 7px;
    margin: 0 0 0 5px;
    line-height: 16px;
    color: #333;
}
.panel-4-bottom { height: 20px; }
.panel-4-rnd1 {
    background: url('images/panels/panel_4_TL.gif') no-repeat 0 0;
    display: block;
    height: 20px;
    width: 18px;
    float: left;
}
.panel-4-rnd2 {
    background: url('images/panels/panel_4_TR.gif') no-repeat top right;
    display: block;
    height: 18px;
}
.panel-4-rnd3 {
    background: url('images/panels/panel_4_BL.gif') no-repeat bottom left;
    display: block;
    height: 20px;
    width: 18px;
    float: left;
}
.panel-4-rnd4 {
    background: url('images/panels/panel_4_BR.gif') no-repeat bottom right;
    display: block;
    height: 20px;
}

.panel-1-body h1, .panel-1-body h2, .panel-1-body h3 { margin-top:0; }
.panel-2-body h1, .panel-2-body h2, .panel-2-body h3 { margin-top:0; }
.panel-3-body h1, .panel-3-body h2, .panel-3-body h3 { margin-top:0; }
.panel-4-body h1, .panel-4-body h2, .panel-4-body h3 { margin-top:0; }

.panel-5 {
    border: solid 1px #383057;
    position: relative;
    padding: 10px;
}
.panel-5-rnd1 {
    display: block;
    height: 20px;
    width: 19px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: url('images/panels/panel_1_TL.gif') no-repeat top left;
}
.panel-5-rnd2 {
    display: block;
    height: 20px;
    width: 19px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: url('images/panels/panel_1_BR.gif') no-repeat bottom right;
}


/* Button ----------------------------- */

.button-alt {
    background: transparent url('images/buttons/button_alt.png') no-repeat 0 0;
    display: block;
    float: left;
    height: 36px; /* Image Height */
    width: 92px;
    padding: 6px 0; /* Image Width */
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    font-family: arial;
    text-align: center;
    line-height: 25px;

}

.button-1 {
    background: transparent url('images/buttons/button_1_right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 34px; /* Image Height */
    margin-right: 6px;
    padding-right: 18px; /* Image Width */
    text-decoration: none;
    color: #000;
    font-size:12px;
    font-weight:bold;
}
.button-1 span {
    background: transparent url('images/buttons/button_1_left.png') no-repeat;
    display: block;
    line-height: 22px; /* Button Height */
    padding: 7px 0 7px 18px;
    color: #fff;
}
.button-1:hover span {
    text-decoration:underline;
}

.button-2 {
    background: transparent url('images/buttons/button_2_right.png') no-repeat bottom right;
    display: block;
    height: 35px; /* Image Height */
    margin-right: 6px;
    padding-right: 19px; /* Image Width */
    text-decoration: none;
    color: #000;
    font-size:14px;
    font-weight:bold;
    float: left;
}
.button-2 span {
    background: transparent url('images/buttons/button_2_left.png') no-repeat top left;
    display: block;
    line-height: 22px; /* Button Height */
    padding: 7px 0 7px 18px;
    color: #fff;
    text-align:center;
}
.button-2:hover span {
    text-decoration:underline;
}

/* Button 3 -------------------------- */

.button-3 {
    display: block;
    height: 47px;
    position: relative;
}
.button-3-content {
    display: block;
    height: 47px;
    width: auto;
    background: transparent url('images/buttons/button_3_content.gif') repeat-x 0 0;
    margin: 0 5px 0 45px;
    padding: 12px 10px 0 20px;
    line-height: 12px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.button-3-left {
    display: block;
    height: 47px;
    width: 50px;
    background: transparent url('images/buttons/button_3_left.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    left:0;
}
.button-3-right {
    display: block;
    height: 47px;
    width: 7px;
    background: transparent url('images/buttons/button_3_right.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
}
.button-3 img {
    display: block;
    height: 37px;
    width: 56px;
    position: absolute;
    top: 5px;
    left: 5px;
}

/* Button 4 --------------------------------------------------------------- */

.button-4 {
    display: block;
    height: 47px;
    position: relative;
    float: left;
}
.button-4-content {
    display: block;
    height: 47px;
    width: auto;
    background: transparent url('images/buttons/button_3_content.gif') repeat-x 0 0;
    margin: 0 5px;
    padding: 15px 10px 0 50px;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
}
.button-4-left {
    display: block;
    height: 47px;
    width: 7px;
    background: transparent url('images/buttons/button_3_left.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    left:0;
}
.button-4-right {
    display: block;
    height: 47px;
    width: 7px;
    background: transparent url('images/buttons/button_3_right.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

.active .button-4-left { background: transparent url('images/buttons/button_4_active_left.gif') no-repeat 0 0; }
.active .button-4-content { background: transparent url('images/buttons/button_4_active_content.gif') repeat-x 0 0; }
.active .button-4-right { background: transparent url('images/buttons/button_4_active_right.gif') no-repeat 0 1px; }

.button-4 img {
    display: block;
    height: 65px;
    width: 85px;
    position: absolute;
    top: -10px;
    left: -15px;
}

.button-1:hover, .button-2:hover, .button-3:hover, .button-4:hover {
    text-decoration: none;
}

/* Menu --------------------------- */

.menu {
    display: block;
    height: 22px;
    margin: 5px;
    position: relative;
}
.menu-content {
    display: block;
    height: 22px;
    width: auto;
    background: transparent url('images/menus/menu_content.png') repeat-x 0 0;
    margin: 0 11px;
    padding: 3px 0;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.menu-left {
    display: block;
    height: 22px;
    width: 11px;
    background: transparent url('images/menus/menu_left.png') no-repeat 0 0;
    position: absolute;
    top: 0;
    left:0;
}
.menu-right {
    display: block;
    height: 22px;
    width: 11px;
    background: transparent url('images/menus/menu_right.png') no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* Title ----------------------------- */

.title-1 {
    display: block;
    height: 43px;
    margin: 5px 0;
    position: relative;

}
.title-1-content {
    display: block;
    height: 43px;
    width: auto;
    background: transparent url('images/titles/title_1_content.gif') repeat-x 0 0;
    margin: 0 17px;
    padding: 4px 0;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}
.title-1-left {
    display: block;
    height: 43px;
    width: 17px;
    background: transparent url('images/titles/title_1_left.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    left:0;
}
.title-1-right {
    display: block;
    height: 43px;
    width: 17px;
    background: transparent url('images/titles/title_1_right.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

.title-2 {
    background: transparent url('images/titles/title_2_right.png') no-repeat top right;
    display: block;
    float: left;
    height: 24px; /* Image Height */
    padding-right: 25px;
    text-decoration: none;
}
.title-2-content {
    background: transparent url('images/titles/title_2_ext.gif') repeat-x top left;
    display: block;
    line-height: 24px; /* Button Height */
    padding: 0 0 0 5px;
    color: #fff;
}
.title-3 {
    background: transparent url('images/titles/title_3_right.png') no-repeat top right;
    display: block;
    float: left;
    height: 24px; /* Image Height */
    padding-right: 25px;
    text-decoration: none;
}
.title-3-content {
    background: transparent url('images/titles/title_3_ext.gif') repeat-x top left;
    display: block;
    line-height: 24px;
    padding: 0 0 0 5px;
    color: #fff;
}

/* Tab ----------------------------------------------------------------- */

.tab {
    display: block;
    height: 23px;
    margin: 5px 0;
    position: relative;
    float: left;
}
.tab-content {
    display: block;
    height: 23px;
    width: auto;
    background: transparent url('images/tabs/tab_content.gif') repeat-x 0 0;
    margin: 0 47px 0 26px;
    padding: 4px 0;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
.tab-left {
    display: block;
    height: 23px;
    width: 26px;
    background: transparent url('images/tabs/tab_left.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    left:0;
}
.tab-right {
    display: block;
    height: 23px;
    width: 47px;
    background: transparent url('images/tabs/tab_right.gif') no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
}


/* Components -------------------------------- */

table.Form {

}
table.Form tr {
    height: 25px;
}
table.Form th,table.Form td {
    min-width: 150px;
}
table.Form th label {
    display: block;
    padding: 0 0 0 10px;
}

ul.Details {
    margin:10px 20px 5px;
}
ul.Details li {
    line-height:25px;
    list-style:square;
}

dl.List {
    float: left;
    width: 33%;
    position: relative;
    top: 10px;
}
dl.List dt {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
}
dl.List dt .title-2, dl.List dt .title-3 {
    width: 185px;
}
dl.List dd {
    line-height: 22px;
    margin: 0 5px 0;
    padding: 0 10px 0;
    border-left: solid 1px Gray;
}

#illustration {
    background: none;
    height: 0;
    width: 0;
}
#illustration strong {
    position: absolute;
    top: 135px;
    left: 110px;
    text-indent: 0;
    display: none;
}
#illustration:hover strong {
    display: block;
    color: #69c;
}
#illustration span {
    background-color: #fff;
    display: block;
}
#illustration #boat {
    display: block;
    background: transparent url('illustrations/boat.png') no-repeat 0 0;
    height: 97px;
    width: 158px;
    position: absolute;
    top: 105px;
    z-index: 3;
}
#illustration #wave {
    background: transparent url('illustrations/wave-transparent.png') no-repeat 0 0;
    display: block;
    height: 48px;
    width: 178px;
    position: absolute;
    top: 175px;
    left: 0px;
    z-index: 2;
}

#references {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 90%;
    margin: 0 auto;
}
#references a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 10px;
}
#references .bloc {
    display: block;
    width: 24%;
    float: left;
    margin: 0 0 0 5px;
    border-left: solid 1px #333;
}
#references .first { border: none; }
#footer #references li { border: none; display: block; line-height:16px; margin: 2px 0; }


#lang { position: absolute; top: 30px; right: 15px; }
#lang img { border: 1px solid #ccc; }

.hublot {
    display: block;
    height: 93px;
    width: 90px;
    position: relative;
    float: left;
}
.hublot:hover {
    text-decoration: none;
}
.hublot strong {
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 27px;
    left: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: baseline;
    line-height: 12px;
    color: #fff;
}

.quote-simple {
    position: relative;
}
.quote-simple .bloc {
    width: 45%;
    float: left;
}
.quote-simple #quotation {
    position: relative;
    float: left;
    display: block;
    margin: 10px auto 0;
    width: 130px;
    text-align: center;
    top: 0;
    left: 70px;
}

#pdf {
    display: block;
    background: url('/images/Illustrations/Icones/PDF.jpg') no-repeat 5px 5px;
    height: 37px;
    width: 175px;
    padding: 15px 0 0 45px;
    margin: 0;
    float:left;
    position: relative;
    top: 0;
    left: 40px;
}
#price {
    position: absolute;
    top: 260px; right: 25px;
    font-size: 16px;
}
#quotation {
    position: relative;
    float: left;
    display: block;
    margin: 10px auto 0;
    width: 170px;
    top: -10px;
    left: 70px;
}


.tips { display: none; position: absolute; background: #fff; z-index: 1000; height: 111px; width: 170px; overflow: hidden; color: #000; border-bottom: solid 2px #333; border-right: solid 2px #333; padding: 10px; }
.tips li {  }
/* Home -------------------------- */

#modeles { position:relative; top: 15px; margin: 0 60px; }
#modeles h3 { font-size: 16px; position: relative; top: -7px; left:7px; font-weight: bold; }
#modeles .left, #modeles .right { padding: 0 25px; }
#modeles li { list-style: none; float: left; width: 120px; display: block; background-color: #fff; margin: 7px; padding: 5px; border-right: solid 2px #333; border-bottom: solid 2px #333; }
#modeles li h4 a { font-size: 12px; font-weight: normal; white-space: nowrap; }
#modeles li h4 { margin: 5px 0 0; text-align: center; }
#modeles li.side { width: 265px; }

#modeles-vente { position:relative; top: 15px; }
#modeles-vente h3 { font-size: 15px; position: relative; top: -7px; left:7px; }
#modeles-vente .left { width: 610px; }
#modeles-vente .right { width: 320px; position: absolute; top: 0; right: 5px; }
#modeles-vente li { list-style: none; float: left; width: 120px; display: block; background-color: #fff; margin: 7px; padding: 5px; border-right: solid 2px #333; border-bottom: solid 2px #333; }
#modeles-vente li h4 a { font-size: 12px; font-weight: normal; white-space: nowrap; }
#modeles-vente li h4 { margin: 5px 0 0; text-align: center; }
#modeles-vente li.side { width: 265px; }


/* Maps -------------------------- */

#map_container {
    z-index: 100;
}
#map_container.default {
    position:relative;
    top:15px; bottom:15px;
    height:400px;
}
#map_container.fullscreen {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#e6e6e6;
}
#map_container.alternate {
    position:relative;
    top:15px; bottom:15px;
    height:400px;
}
.default #map_controls #on { display:inline; }
.default #map_controls #off { display:none; }
.fullscreen #map_controls #on { display:none; }
.fullscreen #map_controls #off { display:inline; }
.alternate #map_controls { display: none; }


#map_canvas {
    height: 100%;
    width: 60%;
    float: left;
    -moz-box-shadow: 0 0 1em #000;
}
/* .alternate #map_canvas { width: 100%; } */
.fullscreen #map_canvas { width: 100%; }
#map_controls {
    position: absolute;
    right: 40%;
    margin: 2px;
    padding: 0 5px;
    cursor: pointer;
    display: none;
}
.fullscreen #map_controls { right: 1%; display:none; }
#map_controls b { font-size: 10px; }
#map_controls b:hover { text-decoration: underline; }

#map_loading {
    height: 100%;
    width: 60%;
    position:absolute;
    top:0;
    left:0;
    background-color:#333;
    text-align:center;
}
.alternate #map_loading, .fullscreen #map_loading { width: 100%; }

#map_loading b {
    display:block;
    height:24px;
    width:24px;
    background:transparent url('images/ajax-loader.gif') no-repeat 0 0;
    margin:-12px 0 0 -12px;
    position:absolute;
    top:45%;
    left:50%;
}
#map_loading label {
    color:#fff;
    position: relative;
    top:50%;
    font-size:16px;
}
#map_legend {
    float: left;
    width: 40%;
    position: relative;
    top: -10px;
    left: 20px;
}
.fullscreen #map_legend { width:0; }
.alternate #map_legend { position: relative; margin: 10px 0; float:left; }
#map_legend li {
    color:      #333;
    font-size:  14px;
    padding: 2px 5px;
    list-style: none;
}
#map_legend li .title {
    margin:0 15px 0;
    font-size:13px;
    font-weight:normal;
    cursor:pointer;
}
#map_legend li .content {
    font-size:12px;
    display:none;
    padding:2px 10px;
    border-left:solid 1px Gray;
    line-height:20px;
}

#map_popup {
    display:none;
    position:absolute;
    padding:5px;
    background:#fff;
    color:#333;
    width:200px;
    cursor:default;
    -moz-border-radius:4px;
    -moz-box-shadow: 0 0 1em #000;
}
#popup-controls {

}
#popup-close {
    position:absolute;
    right:10px;
    top:3px;
    cursor:pointer;
    font-size:10px;
}
#popup-title {
    font-size:12px;
    display:block;
    margin:0;
}
#popup-content {
    font-size:10px;
    line-height:15px;
    display:block;
}
#popup a {
    color:#333;
    text-decoration:underline;
    font-size:10px;
}
#popup a:hover {
    text-decoration:none;
    color:#69c;
}


/* Sliders ----- */

.slider img {
	border: 0;
}
.slider li,
.slider b {
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.slider li p {
	font-size: 1em;
}
.slider {
	position: relative;
	overflow: hidden;
}
.slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.slider .back a {
    background: url('images/buttons/button_5_left.jpg') no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
}
.slider .back a,
.slider .next a {
	display: none;
        text-indent: -9999px;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.slider .next a {
    background: url('images/buttons/button_5_right.jpg') no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
}
.slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.slider li {
	float: left;
	display: inline;
}
.slider p.view_all {
    margin: 0 0 5px;
    text-align: center;
}
.slider > a {
    border: none;
}

.related {
    width: 600px;
}
.related .slide {
    width: 600px;
    margin: 0;
}

.related-modeles {
    width: 600px;
    height: 130px;
}
.related-modeles .slide {
    width: 150px;
    height: 130px;
    margin: 0;
}


#sidebar-promo { float:none; }

img.presentation {
    display: block;
    height: 186px;
    width: 260px;
    margin: 10px 10px 0;
    float: left;
    border: solid 5px #e6e6e6;
}





#presentation {
    position: relative;
    top: 25px;
    left: 15px;
    float: left;
}
#informations {
    position: relative;
    top: 5px;
    left: 15px;
}
#informations ul li {
    list-style: square inside none;
}

#meta {
    padding: 8px 10px 0;
    width: 325px;
    border-right: solid 1px #EED6AF;
    float:left;
}
#meta a {
    text-decoration: none;
}
#meta li { 
    list-style: none;
}
ul.inline {
    margin: 0;
}
ul.inline li {
    display: inline;
    margin: 0 10px 0;
}

.listview h4 { margin: 5px 0 5px; }
.listview li { list-style: none; }
.listview .active { position: relative; }
.control-on, .control-off {  font-weight: normal; font-size:10px; position: absolute; right: 10px; }
.listview .control-on { display: none;  }
.listview .control-off { display: inline; }
.listview .active .control-on { display: inline; }
.listview .active .control-off { display: none; }


#navigation-comments {
    position: absolute;
    top: 5px;
    right: 15px;
}

.accordion .trigger { cursor: pointer; }
.accordion .target { display:none; }

.star-rating,
.star-rating .current-rating{
	background: url('images/star.png') repeat-x left -1000px ;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
        cursor: default;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}




.option-content {
    padding: 0 20px;
}
.option-content span {
    line-height: 25px;
    display: block;
    margin: 0 10px;
}
.option-content ul li {
    margin: 0;
    position: static;
    z-index: 1;
}
.option-content li {
    font-size: 11px;
    font-style: normal;
    margin: 0 10px;
    color: Gray;
    line-height: 14px;
}

.tableau { border-top: solid 1px #54607a; border-left: solid 1px #54607a; border-bottom: solid 1px #54607a; margin: 5px auto; }
.tableau tr th { border-bottom: solid 1px #54607a; background-color: #54607a; color: #fff; }
.tableau tr th, .tableau tr td {
    padding: 3px 20px 3px 15px;
    border-right: solid 1px #54607a;
}
.tableau tr:hover td {
    background-color: #EED6AF;
}
.tableau tr.alt {
    background-color: #e9e9e9;
}

.amazon {
    width: 600px;
    overflow: hidden;
    position: relative;
}
.amazon iframe {
    position: relative;
    left: -175px;
}

.menu em {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    float: right;
}

.item-comment {
    margin: 0 15px 0;
    position: relative;
}
.item-comment ul {
    left: 20px;
}
.item-comment .note {
    display: block;
    width:135px;
    position: absolute;
    top: 10px;
    left: 350px;
}
.item-comment .note label {
    display: block;
    position: relative;
    left: 20px;
    text-align: center;
}

dl.items dt, dl.items dd {
    padding: 0 170px 0 0;
}
dl.items dd img {
    top: 15px; right: 10px;
    position: absolute;
}

#sitemap { margin: 0 50px; }
#sitemap li {
    padding: 0 0 0 15px;
    list-style-type: none;
}
#sitemap .rubrique {
    font-size: 14px;
    padding: 0;
    line-height: 25px;
    margin: 10px 0 5px;
    padding: 10px 0 0 0;
    border-top: solid 1px #EED6AF;
}
#sitemap .first {
    border-top: none;
}
#sitemap li a {
    font-weight: normal;
    border: none;
    color: #333;
}

.item-index {
    display: block;
    position: relative;
    min-height: 110px;
    padding: 0 0 10px;
    border-bottom: solid 1px #EED6AF;
    margin: 0;
}
.item-index h3 {
    margin: 10px 0 5px 145px;
}
.item-index img {
    position: absolute;
    top: 0;
    left: 5px;
    border: solid 5px #e6e6e6;
}
.item-index p {
    margin: 5px 0 5px 135px;
    width: 550px;
}
.item-index ul {
	margin: 0 0 0 155px;
}
.item-index a.action {
    position: absolute; top: 40px; right: 80px;
}

.image-description {
    background: #333;
    color: #fff;
    display: block;
    height: 25px;
    width: 100%;
    line-height: 25px;
    opacity: 0.7;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

#home-left { float: left; width: 630px; padding:5px 5px 5px 0; }
#home-right { float:left; width: 300px; }
#home-right li { line-height: 20px; padding: 0 0 5px; }

.gallery { margin: 10px 25px; }
.gallery .asset, .vignette { background-color: #fff; color: #333; font-weight: normal; margin: 7px; padding: 5px; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; display:block; float:left; }

.vignette a { white-space: nowrap; }
.vlist { width:120px; overflow: hidden; }

#fb_header { position: absolute; top:3px; right:-32px; }
