html, body, #wrapper {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #363a3d;
}

a {
    text-decoration: none;
    color: #363a3d;
}

a:hover, a:hover h2 {
    text-decoration: underline;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.invisible {
    display: none;
}

ul {
    list-style-type: square;
}

dt {
    margin-bottom: 5px;
}

dd {
    margin: 0;
    text-align: justify;
}

#wrapper {
    background: url('/images/header/background.gif') repeat-x top;
}

body > #wrapper {
    height: auto;
    min-height: 100%;
}

p {
    margin: 0;
    text-align: justify;
}

.emphasis {
    color: #ff6600;
    font-weight: bold;
}

/* --- En-tete de page --- */
#header {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 81px;
    padding: 0 10px;
    text-align: left;
}

#logo {
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
    width: 196px;
    height: 51px;
    background: url('/images/header/logo.gif');
}

#logo span {
    display: none;
}

#top-menu {
    position: absolute;
    top: 51px;
    left: 245px;
}

/* Onglets */
#top-menu .tab {
    display: inline-block;
    border-bottom: 1px solid #b6b6b6;
    padding: 6px 0;
    background: url('/images/tab/white/left.gif') no-repeat top left;
    color: #363a3d;
    font-size: 14px;
    font-variant: small-caps;
}

#top-menu a.tab:hover {
    text-decoration: none;
    background-image: url('/images/tab/grey/left.gif');
}

#top-menu .tab span {
    padding: 6px 20px;
    background: url('/images/tab/white/right.gif') no-repeat top right;
}

#top-menu a.tab:hover span {
    text-decoration: none;
    background-image: url('/images/tab/grey/right.gif');
}

#top-menu .tab-selected {
    border-bottom-color: #fff;
}

#top-menu .tab-selected span {
    border-bottom-color: #fff;
}

#customer-menu {
    position: absolute;
    right: 0;
    top: 51px;
    width: 200px;
    text-align: right;
    z-index: 10;
}

#customer-access {
    margin-right: 23px;
    font-size: 10px;
    color: #b6b6b6;
    font-weight: bold;
}

#customer-menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 10;
}

#customer-menu-btn.opened {
    height: 30px;
    background: url('/images/customer-menu/btn-opened-state.gif');
}

#customer-menu-btn.closed {
    background: url('/images/customer-menu/btn-closed-state.gif');
}

#customer-menu .panel .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#customer-menu .panel .content ul li {
    margin: 1px 3px;
}

#customer-menu .panel .content ul li.separator {
    margin: 3px 0 2px 0;
    padding: 0;
    height: 1px;
    background: url('/images/customer-menu/separator.gif') repeat-x;
}

#customer-menu .panel {
    text-align: left;
}


/* --- Pied de page --- */
#footer-separator {
    height: 50px;
}

#footer {
    position: relative;
    clear: both;
    margin: -150px 0 0;
    height: 150px;
    border-top: 1px solid #ff6600;
    background: #f2f2f2 url('/images/footer/background.gif') repeat-x top;
}

#footer-content {
    margin: 0 auto;
    padding: 0 10px;
    width: 950px;
    text-align: left;
}

/* Listes de liens */
#footer-content ul {
    float: left;
    margin: 0 0 0 1px;
    padding: 0;
    list-style-type: none;
    font-size: 10px;
}

#footer-content li {
    height: 15px;
    width: 150px;
    margin: 0;
    padding: 5px 5px 0 5px;
/*     border-bottom: 1px solid transparent; */
}

#footer-content li:hover {
/*     background: url('/images/dashed-border.gif') repeat-x bottom left; */
/*     border-bottom: 1px solid #b6b6b6; */
}

#footer-content li a {
    display: block;
    width: 100%;
    color: #5c636a;
}

#footer-content li a:hover {
    color: #5c636a;
    text-decoration: none;
}

#footer-content li a span {
    display: block;
    padding-bottom: 3px;
    width: 100%;
}

#footer-content li a:hover span {
    background: url('/images/dashed-border.gif') repeat-x bottom left;
}

/* Colonnes de pied de page */
#footer-content .column {
    min-height: 100%;
    width: 175px;
    float: left;
    border-left: 1px solid #b6b6b6;
}

#footer-content .last-column {
    border-right: none;
}

/* Icone RSS sur le lien vers le flux RSS */
#footer .rss {
    margin-left: 5px;
    padding-left: 20px;
    background: url('/images/icons/feed-icon-14x14.png') left 5px no-repeat;
}


/* Drapeaux langues */
#languages li.flag {
    margin: 0;
}

#languages li.flag img {
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #b6b6b6;
}

/* --- Contenu --- */
#main {
    margin: 0 auto;
    width: 950px;
/*     height: 350px; */
    background-color: #fff;
    padding: 10px 10px 150px;
    text-align: left;
}


/* --- From cssstickyfooter.com --- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/* --- End cssstickyfooter.com --- */

/* --- Breadcrumb --- */
#bread-crumb, #bread-crumb a {
    color: #b6b6b6;
}

#bread-crumb span {
    font-weight: bold;
}

/* Home illustration */
#home-illustration, #bread-crumb {
    margin-bottom: 10px;
}

/* --- Layouts ---- */
/* A 2 colonnes, contenu a droite ou a gauche */
#left-col.two-col {
    float: left;
    margin-right: 10px;
    width: 200px;
}

#content-col.two-col {
    float: left;
    width: 700px;
}

#right-col.two-col {
    float: right;
    margin-left: 10px;
    width: 200px;
}

/* A 3 colonnes */
#left-col.three-col {
    float: left;
    margin-right: 10px;
    width: 200px;
}

#content-col.three-col {
    float: left;
    width: 500px;
}

#right-col.three-col {
    float: right;
    margin-left: 10px;
    width: 200px;
}


/* --- Boutons --- */
.btn {
    display: inline-block;
    padding: 0 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
}

a.btn:hover {
    text-decoration: none;
}

.btn span {
    padding: 5px 20px;
}

a.btn:hover span {
    text-decoration: underline;
}

/* Bouton gris sur fond blanc */
.grey-on-white-btn {
    background: url('/images/button/grey-on-white/left.gif') no-repeat top left;
}

.grey-on-white-btn span {
    background: url('/images/button/grey-on-white/right.gif') no-repeat top right;
}

/* Bouton gris sur fond gris */
.grey-on-grey-btn {
    background: url('/images/button/grey-on-grey/left.gif') no-repeat top left;
}

.grey-on-grey-btn span {
    background: url('/images/button/grey-on-grey/right.gif') no-repeat top right;
}

/* Bouton orange sur fond blanc*/
.orange-on-white-btn {
    background: url('/images/button/orange-on-white/left.gif') no-repeat top left;
    color: #fff;
}

.orange-on-white-btn span {
    background: url('/images/button/orange-on-white/right.gif') no-repeat top right;
}

/* Bouton orange sur fond gris */
.orange-on-grey-btn {
    background: url('/images/button/orange-on-grey/left.gif') no-repeat top left;
    color: #fff;
}

.orange-on-grey-btn span {
    background: url('/images/button/orange-on-grey/right.gif') no-repeat top right;
}

/* Centrage des boutons contenus dans un panneau */
.panel .content p.btn-container {
    margin: 15px 0 0 0;
    text-align: center;
}

/* --- Steps --- */
a.orange-step {
    display: block;
    position: relative;
    margin-bottom: 10px;
    height: 25px;
    background: url('/images/button/orange-on-white/left.gif');
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.orange-step span {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 6px;
    background: url('/images/button/orange-on-white/right.gif');
}



/* --- Panneaux --- */
.panel {
    margin: 0 0 10px;
    position: relative;
    width: 200px;
    min-height: 55px;
    z-index: 1;
}

.panel div.top-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 25px;
    width: 200px;
    padding: 10px;
}

.panel div.content {
    margin: 0;
    padding: 10px 15px 50px;
}

.panel div.bottom-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 50px;
    width: 200px;
}

.panel .highlight {
    color: #ff6600;
}

.panel a.orange {
    margin-top: 5px;
    color: #ff6600;
    font-size: 11px;
}



/* Panneau gris */
.grey-panel {
    background: #f2f2f2 url('/images/panel/grey/background.gif') repeat-y;
}

.grey-panel div.top-tip {
    background: url('/images/panel/grey/top.gif') no-repeat;
}

.grey-panel div.bottom-tip {
    background: url('/images/panel/grey/bottom.gif') no-repeat;
}

.grey-panel h2 {
    color: #363a3d;
}

/* Panneau blank */
.blank-panel {
    border: 0;
}

/* Panneau gris foncé */
.dark-grey-panel {
    margin-top: 3px;
    background: none;
    min-height: 0px;
}

.dark-grey-panel div.top-tip {
    position: relative;
    z-index: 5;
    height: 6px;
    padding: 0;
    background: url('/images/panel/dark-grey/top.gif') no-repeat;
}

.dark-grey-panel div.content {
    padding-bottom: 15px;
    background: #363a3d url('/images/panel/dark-grey/background.gif') repeat-y;
}

.dark-grey-panel div.bottom-tip {
    position: relative;
    z-index: 5;
    height: 6px;
    background: url('/images/panel/dark-grey/bottom.gif') no-repeat;
}

.dark-grey-panel h2, .dark-grey-panel div, .dark-grey-panel a {
    color: #b6b6b6;
}

/* --- Montants --- */
.total-amount {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    color: #ff6600;
}

.total-amount span {
    font-size: 10px;
    vertical-align: text-top;
}

/* --- Panier --- */
#cart {
    margin: 0;
    border-collapse: collapse;
    width: 170px;
    font-size: 14px;
    font-weight: normal;
}

#cart td {
    font-family: "Trebuchet MS", Arial, sans-serif;
    margin: 0;
    border: none;
    padding: 0;
}

#cart td.total-amount {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

/* --- Titres --- */
h1, h2, h4 {
    margin: 0;
    color: #ff6600;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-variant: small-caps;
}

h2, h4 {
    margin: 20px 0 5px;
    font-size: 14px;
}

.panel h4 {
    margin-top: 0;
    color: #363a3d;
}

/* --- Paragraphes --- */
p {
    margin: 0 0 10px;
}

.panel div.content p {
/*     font-size: 12px; */
/*     text-align: center; */
}

.tip .content p {
    text-align: right;
    font-size: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.separator {
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: url('/images/dashed-border.gif') repeat-x bottom left;
}

/* --- Navigation gauche --- */
#left-navigation, #left-navigation li {
    margin: 0;
    padding: 0;
}

#left-navigation {
    margin-bottom: 20px;
    list-style-type: none;
}

#left-navigation li {
    margin: 7px 0;
    padding-left: 5px;
    background: url('/images/dashed-border.gif') repeat-x bottom left;
}

#left-navigation li a {
    display: block;
    padding-bottom: 3px;
    width: auto;
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#left-navigation li a:hover, #left-navigation li a.selected {
    text-decoration: none;
    color: #ff6600;
}

/* --- Liens --- */
a.emphasis {
    color: #ff6600;
    font-weight: bold;
}

/* --- Illustrations diverses --- */
.illustration, .demo-video {
    border: 1px solid #b6b6b6;
    background: #fff;
}

.illustration {
    margin: 10px;
    padding: 5px;
}

.illustration img {
    margin: 0;
    padding: 0;
}

.demo-video {
    width: 340px;
    margin: 40px auto;
}

.illustration.left {
    margin-top: 0;
    margin-left: 0;
/*     float: left; */
}

.demo-video .legend, .illustration .legend {
    padding: 5px;
    background: #fdfdfd url('/images/dashed-border.gif') repeat-x top left;
    color: #777;
    font-style: italic;
    font-size: 10px;
}

.flowplayer {
    display: block;
}


/* --- Formulaires --- */
button, input, textarea {
    border: 1px solid #b6b6b6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
}

form {
    margin-top: 20px;
}

/*form div.two-column button, */form div.two-column input {
    width: 220px;
}
/*
form div.two-column button.add-item, form button.add-item {
    width: auto;
}
*/
form div {
    margin-bottom: 10px;
}

form div.clear {
    margin: 0;
    padding: 0;
}

form div.two-column {
    float: left;
    width: 50%;
    margin-bottom: 0;
}

form label {
    display: block;
    font-weight: bold;
}

form ul.errors {
    margin: 2px 0;
    padding: 0;
    list-style-type: none;
    color: #ff6600;
}

form div.fields-group {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #b6b6b6;
    padding: 15px;
}

form div.fields-group span.legend {
    position: absolute;
    top: -9px;
    left: 10px;
    color: #ff6600;
    font-size: 11px;
    font-weight: bold;
    padding: 0 25px;
    background-color: #fff;
    border: 1px solid #b6b6b6;
}

button.button, input.button {
    width: auto;
}

form div.controls {
    background: url('/images/dashed-border.gif') repeat-x top left;
    text-align: right;
}

form div.controls.fields-group {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

form div.captcha input {
    width: 200px;
}

form div.captcha span.description {
    float: right;
    width: 250px;
    text-align: justify;
}

.more {
    text-align: right;
}

.more a {
    color: #ff6600;
}

a.navigation {
    color: #ff6600;
    font-size: 11px;
}

#social-networks {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

#social-networks li {
    margin: 10px 0;
}

#social-networks a img {
    margin-right: 5px;
    border: 0;
    vertical-align: middle;
}

.footnote {
    margin: 25px 0 0;
    padding: 5px 0 0;
    background: url('/images/dashed-border.gif') left top repeat-x;
    font-size: 10px;
    font-style: italic;
}

.footnote a {
    color: #ff6600;
}

#authentication-form input {
    width: 50%;
}

#authentication-form input.button {
    width: auto;
}

#customer-menu #authentication-form {
    margin: 0;
}

#customer-menu #authentication-form label, #customer-menu .panel a {
    font-size: 10px;
}

#customer-menu #authentication-form input {
    width: 85%;
}

#customer-menu #authentication-form input.button {
    width: auto;
}

#customer-menu #authentication-form div.controls.fields-group {
    padding-bottom: 0;
    margin-bottom: 0;
}

.chart .header {
    margin-bottom: 25px;
}

.chart .header h2, .chart .header h3 {
    display: inline;
    margin: 0;
}

.chart .header h2 {
    color: #ff6600;
}

.chart .header h3 {
    color: #5C636A;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.chart .header .title {
    border-bottom: 1px solid #5C636A;
}

.chart .header .options-form-container {
    position: relative;
    z-index: 10;
    font-size: 10px;
}

.chart .header .options-form-opened, .chart .header .options-form-closed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 918px;
    border: 1px solid #5C636A;
    padding: 0 15px;
}

.chart .header .options-form-closed {
    border-color: transparent;
}

.chart .header .options-form-opened {
    background-color: #fff;
}

.chart .header .options-switch-opened, .chart .header .options-switch-closed {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 12;
}

.chart .graph {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.chart .footer {
    width: 100%;
    border-top: 1px solid #5C636A;
}

.chart .footer .navigation {
}

form button.add-item, form button.remove-item {
    vertical-align: top;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left top;
}

form button.add-item {
    background-image: url('/images/icons/add-item.gif');
}

form button.remove-item {
    background-image: url('/images/icons/remove-item.gif');
}

.inline {
    display: inline;
}


button {
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}

button span {
    position: relative;
    display: block;
    white-space: nowrap;
}

/* --- Boutons --- */
/* Margin and padding settings */
button {
    padding: 0 15px 0 0;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
}

button span {
    padding: 4px 0 0 15px;
    height: 25px;
    white-space: nowrap;
}

button.small {
    padding: 0 15px 0 0;
    font-size: 10px;
}

button.small span {
    padding: 3px 0 0 15px;
}

/* Color settings */
button.grey-on-white {
    background: transparent url('/images/button/normal/grey-on-white.gif') no-repeat right -35px;
}

button.grey-on-white span {
    background: transparent url('/images/button/normal/grey-on-white.gif') no-repeat left top;
}

button.grey-on-grey {
    background: transparent url('/images/button/normal/grey-on-grey.gif') no-repeat right -35px;
}

button.grey-on-grey span {
    background: transparent url('/images/button/normal/grey-on-grey.gif') no-repeat left top;
}

button.orange-on-white {
    background: transparent url('/images/button/normal/orange-on-white.gif') no-repeat right -35px;
}

button.orange-on-white span {
    background: transparent url('/images/button/normal/orange-on-white.gif') no-repeat left top;
}

button.orange-on-grey {
    background: transparent url('/images/button/normal/orange-on-grey.gif') no-repeat right -35px;
}

button.orange-on-grey span {
    background: transparent url('/images/button/normal/orange-on-grey.gif') no-repeat left top;
}

/* Small size buttons */
button.grey-on-white.small {
    background: transparent url('/images/button/small/grey-on-white.gif') no-repeat right -35px;
}

button.grey-on-white.small span {
    background: transparent url('/images/button/small/grey-on-white.gif') no-repeat left top;
}

button.grey-on-grey.small {
    background: transparent url('/images/button/small/grey-on-grey.gif') no-repeat right -35px;
}

button.grey-on-grey.small span {
    background: transparent url('/images/button/small/grey-on-grey.gif') no-repeat left top;
}

button.orange-on-white.small {
    background: transparent url('/images/button/small/orange-on-white.gif') no-repeat right -35px;
}

button.orange-on-white.small span {
    background: transparent url('/images/button/small/orange-on-white.gif') no-repeat left top;
}

button.orange-on-grey.small {
    background: transparent url('/images/button/small/orange-on-grey.gif') no-repeat right -35px;
}

button.orange-on-grey.small span {
    background: transparent url('/images/button/small/orange-on-grey.gif') no-repeat left top;
}

button.orange-on-grey.small {
    background: transparent url('/images/button/small/orange-on-dark-grey.gif') no-repeat right -30px;
}

button.orange-on-grey.small span {
    background: transparent url('/images/button/small/orange-on-dark-grey.gif') no-repeat left top;
}

button.grey-on-white span,
button.grey-on-grey span {
    color: #5C636A;
}

button.orange-on-grey span,
button.orange-on-white span {
    color: #fff;
}

