﻿@charset "utf-8";
/* -------------------------------------------------------------------------------------------- */
/* Charte NewAPVPR version 3.0.1 */
/* -------------------------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-size: 12px;
    height: 100%;
    font-family: 'Arial', 'Helvetica', sans-serif;
    text-align: center;
}

#page {
    margin: 0;
    text-align: justify;
    width: 100%;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */
#header {
    position: absolute;
    width: 100%;
    padding: 0;
    height: 135px;
    top: 0;
    z-index: 10;
}

#header h1, #header h2 {
    position: absolute;
    left: 12px;
    font-family: 'Arial', 'Verdana', sans-serif;
    font-weight: normal;
}

#header h1 {
    top: 22px;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
}

#header h2 {
    top: 45px;
    font-size: 13px;
}

#global .titre1VP {
    font-size: 17px;
    font-weight: bold;
    color: #dc002e;
    text-decoration: none;
}

#header a.logo {
    position: absolute;
    left: 10px;
    top: 10px;
}

#header a.logo img {
    border: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #TOOLS */
/* -------------------------------------------------------------------------------------------- */
#tools {
    position: absolute;
    right: 7px;
    top: 0;
    padding: 0;
}

#tools ul {
    margin: 0;
    padding: 0;
}

#tools li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    margin: 0px 5px;
    background: #d6d2c4;
}

#tools a {
    color: #675b5b;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #LOCATION */
/* -------------------------------------------------------------------------------------------- */
#location {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    height: 30px;
    top: 105px;
    text-align: left;
    background-color: #d6d2c4;
    font-size: 10px;
}

#location .search {
    position: absolute;
    width: 180px;
    height: 30px;
    left: 6px;
    top: 0;
}

#location .search form {
    padding: 5px;
}

#location .search form, #location .search input {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 10px;
}

#location .search input.text, #location .search input.submit, #location .search a.deploy {
    border: none;
    float: left;
    outline: none;
}

#location .search input.text {
    background: #ffffff url(../images/bg-location-search-text.gif) no-repeat 0 0;
    width: 120px;
    height: 14px;
    padding: 3px 3px 3px 6px;
}

#location .search div.formDeploy {
    background: #ffffff url(../images/bg-location-search-formDeploy.gif) no-repeat 0 100%;
    position: absolute;
    z-index: 999;
    width: 169px;
    top: 25px;
    left: 5px;
    display: none;
}

#location .search div.formDeploy ol {
    list-style: none;
    padding: 5px 5px 0;
}

#location .search div.formDeploy ol li {
    padding: 0 0 5px;
}

#location .search div.formDeploy ol li label {
    display: block;
}

#location .search div.formDeploy p {
    padding: 5px;
}

#location .search {
    border: 0;
}

#location p.info {
    position: absolute;
    width: 750px;
    height: 20px;
    padding: 10px 5px 0;
    left: 165px;
    top: -2px;
    font-size: 12px;
    color: #000 !important;
}

#location ul.icons {
    position: absolute;
    top: -7px;
    width: 180px;
    height: 30px;
    padding: 6px 5px 0;
    right: 0;
    text-align: right;
}

#location ul.icons li {
    display: inline;
    padding: 0;
}

#location ul.icons li a {
    display: inline-block;
    height: 30px;
    position: relative;
    z-index: 100;
}

#location a img {
    border: none;
    outline: none;
}

#panierAchats {
    position: absolute;
    z-index: 150;
    top: -25px;
    right: 0;
    width: 210px;
    height: 22px;
    cursor: pointer;
    font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    background-color: #d6d2c4;
}

#panierAchats li {
    list-style: none;
    padding: 0;
}

#panierAchats li h4 {
    font-weight: bold;
    font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
}

#panierAchats li h4 a {
    color: #0076a8;
    text-decoration: none;
}

#panierAchats li ul {
    display: none;
    width: 210px;
    background-color: #d6d2c4;
}

#panierAchats li:hover ul, #panierAchats li.sfhover ul {
    display: block;
}

#panierAchats li ul li {
    padding: 10px;
}

#panierAchats li ul li table {
    font-size: 10px;
}

#panierAchats li table {
    background-color: #cdcdcd;
    width: 190px;
    margin-bottom: 5px;
}

#panierAchats li table tr th {
    background-color: #e6eeee;
    border: 1px solid #d6d2c4;
    padding: 4px;
}

#panierAchats li table tbody td {
    color: #3d3d3d;
    padding: 4px;
    background-color: #d6d2c4;
    vertical-align: top;
}

#panierAchats li table tbody tr.odd td {
    background-color: #d6d2c4;
}

#panierAchats input.order {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    background: transparent url(../images/bt-order.gif) no-repeat 0 50%;
    border: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */
#navigation {
    position: absolute;
    width: 90%;
    margin: 0;
    height: 25px;
    top: 80px;
    text-align: left;
}

#navigation #menu {
    position: absolute;
    top: 0;
    left: 8px;
    height: 25px;
    z-index: 150;
}

#navigation li {
    display: block;
    float: left;
    list-style: none;
    background: #fff;
}

#navigation a {
    background-color: #ffffff;
    font-weight: bold;
    font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    color: #675b5b;
    margin-right: 1px;
}

#navigation li.highlight a {
    background-color: #f4f4f4;
}

#navigation li ul li a {
    padding: 5px 10px;
}

#navigation li ul {
    position: absolute;
    z-index: 5000;
    width: 200px;
    left: -999em;
    text-align: left;
    top: 25px;
    border-top: 1px solid #dddddd;
    background-color: #0076a8;
}

#navigation li:hover ul, #navigation li.sfhover ul {
    left: auto;
}

#navigation li ul li {
    background-image: none;
    width: 200px;
    padding: 0;
    text-align: left;
}

#navigation li ul li a, #navigation li:hover ul li a, #navigation li.sfhover ul li a, #navigation li.highlight ul li a {
    width: 180px;
    padding: 5px 9px;
    display: block;
    font-weight: normal;
    text-transform: none;
    border: solid #dddddd;
    background-color: #aca39a;
    border-width: 0 1px 1px;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */
#global {
    color: #515151;
    /*position:relative;*/ /* pb menu IE */
    padding: 150px 0px 20px;
    min-height: 250px;
    height: auto;
}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */
.col70 {
    width: 7%;
    text-align: left;
}

#global.layoutDouble .sidebar, .col140 {
    min-width: 150px;
    width: 14%;
    text-align: left;
}

.col210 {
    width: 21%;
    text-align: left;
}

.col255 {
    width: 25%;
    text-align: left;
}

.col280 {
    width: 28%;
    text-align: left;
}

.col350 {
    width: 35%;
}

.col420 {
    width: 42%;
}

.col490 {
    width: 49%;
}

.col560 {
    width: 56%;
}

.col630 {
    width: 63%;
}

.col700 {
    width: 70%;
}

.col770 {
    width: 77%;
}

#global.layoutDouble .content.col770, .col840 {
    width: 84%;
}

.col910 {
    width: 91%;
}

.col980 {
    width: 98%;
}

.col10p {
    width: 10%;
}

.col20p {
    width: 20%;
}

.col30p {
    width: 30%;
}

.col40p {
    width: 40%;
}

.col50p {
    width: 50%;
}

.col60p {
    width: 60%;
}

.col70p {
    width: 70%;
}

.col80p {
    width: 80%;
}

.col100p {
    width: 100%;
}

.col70, .col140, .col210, .col255, .col280, .col350, .col420, .col490, .col560, .col630, .col700, .col770, .col840, .col910, .col10p, .col20p, .col30p,
    .col40p, .col50p, .col60p, .col70p, .col80p, .col100p, .col30p, .col50p {
    float: left;
}

.sidebar, .content {
    min-height: 300px;
    height: auto;
}

.sidebar {
    
}

.content {
    
}

/* -------------------------------------------------------------------------------------------- */
#global p, #global ul, #global ol, #global form.messenger, #global dl, #global blockquote, #global h1, #global h2, #global h3, #global h4, #global h5,
    #global h6, #global .swf {
    padding: 5px 10px;
}

#global table {
    margin: 5px 10px;
}

#global form, #global input, #global textarea, #global select, #global option, #global blockquote, #global table, #global tr, #global th, #global td {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
}

#head {
    font-weight: bold;
    background: #efefef;
}

#global h2 {
    font-size: 17px;
}

#global h3 {
    font-size: 15px;
}

#global .sidebar ul.aside li h3 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

#global h4 {
    font-size: 12px;
}

#global .borderBlock {
    margin: 5px 10px;
    background: #e1e1e1;
    padding-bottom: 10px;
}

#global .borderBlock h4 {
    margin: 5px 0;
    border-bottom: 1px solid #666;
}

#global h4 span.contrast {
    color: #FFF;
    background: #666;
    padding: 0 3px;
}

#global h5 {
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
    font-size: 12px;
    font-weight: normal;
    color: #821980;
}

#global form.messenger p.alert, #global p.alert {
    color: #fff;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: url(../images/bg-alert.gif) no-repeat 0 center;
    background-color: #dc002e;
    font-weight: bold;
    margin: 5px 10px;
}

#global form.messenger p.message, #global p.message {
    color: #fff;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: url(../images/bg-message.gif) no-repeat 0 center;
    background-color: #0076a8;
    font-weight: bold;
    margin: 5px 10px;
}

#global form.messenger p.alert a, #global p.alert a, #global form.messenger p.message a, #global p.message a {
    color: #000;
}

#global .sidebar ul.aside {
    margin: 5px 10px;
    padding: 0;
}

#global .sidebar ul.aside ul {
    padding: 0;
    margin: 0;
}

#global ul.square li {
    list-style: none;
    background: url(../images/bg-li-square.gif) no-repeat 0 4px;
    padding: 0 0 5px 15px;
}

#global li {
    list-style: none;
    padding: 0;
}

#global .sidebar ul.aside li {
    font-size: 12px;
    padding: 0 0 0 15px;
    background-image: none;
}

#global a {
    color: #0066cc;
    outline: none;
}

#global a.bt {
    border: none;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-color: #ffffff;
    padding: 2px 5px 2px 20px;
    text-decoration: none;
}

#global .sidebar ul.aside a {
    text-decoration: none;
}

#global a:hover {
    color: #006699;
}

#global a img {
    border: none;
}

#global .sidebar ul.aside li form {
    padding: 5px 0 0 0px;
    font-size: 12px;
    line-height: 205%;
}

#global .col770 form.messenger {
    width: 750px;
}

#global .col330 form.messenger {
    width: 310px;
}

#global form.messenger fieldset {
    border: none;
    margin-bottom: 10px;
}

#global form.messenger legend {
    padding: 0 2px;
    font-weight: bold;
    color: #515151;
}

#global form.messenger fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}

#global form.messenger ol {
    margin: 0;
    padding: 0;
}

#global form.messenger fieldset li {
    padding: 5px 0;
    background-image: none;
}

#global form.messenger label {
    display: inline-block;
    vertical-align: top;
    width: 140px;
}

#global .col770 form.messenger label {
    width: 270px;
}

#global .col840 form.messenger label {
    width: 420px;
}

#global .col330 form.messenger label {
    width: 140px;
}

#global form.messenger label img {
    margin-bottom: -3px;
}

#global form.messenger p {
    padding: 5px 0;
}

#global form.messenger em {
    font-weight: bold;
    font-style: normal;
    color: #0076a8;
}

#global form.messenger textarea {
    padding: 1px;
}

#global form.messenger textarea, #global form.messenger select {
    border: 1px solid #d8d8d8;
}

#global .sidebar ul.aside li form input, #global .sidebar ul.aside li form select {
    border: 1px solid #d8d8d8;
}

#global .sidebar ul.aside li form select {
    margin-bottom: 4px;
}

#global .sidebar ul.aside li form input.imgSubmit {
    margin-bottom: -4px;
    border: none;
}

#global form.messenger input.radio, #global form.messenger input.checkbox, #global .sidebar ul.aside li form input.radio, #global .sidebar ul.aside li form input.checkbox
    {
    border: none;
}

#global .col770 form.messenger input.text {
    width: 350px;
}

#global .col330 form.messenger input.text {
    width: 160px;
}

#global form.messenger input.submit {
    padding: 5px;
}

#global form.messenger input.submit:hover {
    background-color: #e1faff;
    cursor: pointer;
}

#global form.messenger select {
    padding: 0;
}

#global .col330 form.messenger select {
    width: 165px;
}

#global form.messenger select, #global form.messenger option {
    color: #515151;
}

#global table.data {
    background-color: #cdcdcd;
    margin: 5px 10px;
}

#global div.center table.data {
    margin: 5px auto;
}

#global .col660 table.data {
    width: 640px;
}

#global table.data caption {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

#global table.data th {
    background-color: #dbdbdb;
    border: 0px;
    padding: 4px;
}

#global table.data th.sortable {
    position: relative;
}

#global table.data th.sortable a {
    padding-left: 20px;
    color: #fff;
    background: url(../images/sort-asc.gif) no-repeat;
}

#global table.data th.order1 a {
    background: url(../images/sort-desc.gif) no-repeat;
}

#global table.data th.order2 a {
    background: url(../images/sort-asc.gif) no-repeat;
}

#global table.data th.sortable a.sortIcon {
    position: absolute;
    left: 4px;
    top: 9px;
}

#global table.data td {
    color: #3d3d3d;
    padding: 4px;
    background-color: #ffffff;
    vertical-align: top;
}

#global table.data tr.odd td {
    background-color: #f3f3f3;
}

#global table.data td strong.stateValid, #global table.data td strong.stateAlert {
    color: #ffffff;
    display: block;
    text-align: center;
}

#global table.data td strong.stateValid {
    background-color: #339900;
}

#global table.data td strong.stateAlert {
    background-color: #990000;
}

#global table.innerForm td {
    color: #3d3d3d;
    padding: 4px;
    vertical-align: top;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */
#footer {
    font-size: 10px;
    position: relative;
    color: #515151;
    background-image: none;
    margin-bottom: 10px;
    z-index:6;
    text-align: center;
}

#footer p {
    padding: 5px 10px;
    font-size: 9px;
}

#footer a {
    color: #515151;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* -------------------------------------------------------------------------------------------- */
/* Tooltips */
/* -------------------------------------------------------------------------------------------- */
.toolTip-picture img, .toolTip-thumbnail img {
    border: 1px solid #000000;
}

.toolTip-picture, .toolTip-thumbnail {
    background: #ffffff url(../images/loading.gif) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
}

.toolTip-caption {
    position: relative;
    margin-top: -20px;
}

.toolTip-text, .toolTip-caption {
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    background: #000000 url(../images/bg-tooltip-caption.gif) repeat-x 0 100%;
    padding: 10px;
    cursor: pointer;
}

.toolTip-text span, .toolTip-caption span {
    
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */
.spacer {
    width: 100%;
    clear: both;
    font-size: 1px;
    height: 1px;
}

.img-right {
    float: right;
    padding: 0 0 5px 10px;
}

.img-left {
    float: left;
    padding: 0 10px 5px 0;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

table.large {
    width: 98%
}

/* */
input.disabled {
    background: #e1e1e1;
}

.textbold {
    font-weight: bold;
}

table.innerForm td {
    text-align: left;
}

table.data td {
    text-align: center;
}

div[align=center] * {
    margin: 0 auto;
}

td[align=center] {
    text-align: center;
}

td[align=left] {
    text-align: left;
}

td[align=right] {
    text-align: left;
}

.borderBlock .borderBlock {
    background: #fff !important;
}

#global table.data td.even table, #global table.data td.odd table {
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
    background: none;
}

#global table.data td.even table td, #global table.data td.odd table td {
    background: none;
    padding: 0 4px;
}

#global .red-cross {
    display: block;
    height: 20px;
    width: 20px;
    background: url(../images/red-cross.gif) no-repeat center center;
}

#global.lineSpacer {
    font-size: 1px;
    height: 10px;
}

#global.lineSpacerDouble {
    font-size: 1px;
    height: 30px;
}

div#jbnpreLoad {
    width: 300px;
    margin-left: -150px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1000;
    visibility: hidden;
    opacity: .8;
    filter: alpha(opacity = 80);
}

.combo {
    display: none
}

/* patchs */
#global div.center div[align=center] div {
    overflow: visible !important;
}

.content.col700 {
    margin-right: 0;
}

#global .col140 table {
    margin: 0;
}

#global .sidebar table.calendar td {
    padding: 0;
}

/* Ligne suppression EPGC */
#global table.data tr td.LigneSup, #global table.data table tr td.LigneSup {
    background: #dc002e;
    color: #fff;
}

#global table.data tr td.LigneSup a, #global table.data table tr td.LigneSup a {
    color: #000;
}

#global table.data tr.LigneAccept td, #global table.data table tr.LigneAccept td {
    background: #390;
    color: #fff;
}

#global table.data tr.LigneAccept td a, #global table.data table tr.LigneAccept td a {
    color: #000;
}

/*
    ColorBox Core Style
    Adapté aux promotions PR par Kevin GERARDIN U404524
*/
#promobox, #pboxOverlay, #pboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#pboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#pboxMiddleLeft, #pboxBottomLeft {
    clear: left;
}

#pboxContent {
    position: relative;
    overflow: visible;
}

#pboxLoadedContent {
    overflow: auto;
}

#pboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#pboxTitle {
    margin: 0;
}

#pboxLoadingOverlay, #pboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#pboxPrevious, #pboxNext, #pboxClose, #pboxSlideshow {
    cursor: pointer;
}

#pboxOverlay {
    background: #000;
}

#promobox {
    text-align: center;
}

#pboxContent {
    background: #fff;
}

#pboxLoadedContent {
    overflow: hidden !important;
}

#pboxLoadingOverlay {
    background-position: center center;
}

#pboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #012255;
}

#pboxClose {
    position: absolute;
    top: -0px;
    width: 23px;
    height: 10px;
    text-indent: -9999px;
}

#pboxClose {
    right: 0;
    background-position: 0px 0px;
    width: 0px;
    padding-left: 13px;
    background-repeat: no-repeat;
}

.hidden#pboxOverlay, .hidden#promobox {
    display: none !important;
}

#pboxContent #pboxLoadedContent img {
    margin-top: 17.5px;
}

/* POI - SM4 Integration E557707 */
.centerBlock {
    padding-left: 25%;
    padding-top: 25%
}

a:hover {
    text-decoration: none;
    color: rgb(255, 75, 0);
}

a:active {
    text-decoration: none;
    color: rgb(255, 75, 0);
}

.aTable td {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
}

.aTable  h2 {
    font-size: 17px;
}

.aTable  h3 {
    font-size: 15px;
}

.aTable  .sidebar ul.aside li h3 {
    font-family:'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.aTable  h4 {
    font-size: 12px;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #555;
}

.aTable  .borderBlock {
    margin: 5px 10px;
    background: #e1e1e1;
    padding-bottom: 10px;
}

.aTable  .borderBlock h4 {
    margin: 5px 0;
    border-bottom: 1px solid #666;
}

.aTable  h4 span.contrast {
    color: #FFF;
    background: #666;
    padding: 0 3px;
}

.aTable  h5 {
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
    font-size: 12px;
    font-weight: normal;
    color: #821980;
}

.aTable  form.messenger p.alert, .aTable  p.alert {
    color: #FFF;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: url(../images/bg-alert.gif) no-repeat 0 center;
    background-color: #dc002e;
    font-weight: bold;
    margin: 5px 10px;
}

/**  TS5 - Menu branch out CSS **/
#navigation #spare-dropdown-content li,
#navigation #spare-dropdown-content li a,
#navigation #acc-dropdown-content li,
#navigation #acc-dropdown-content li a,
#navigation #spare-ov-dropdown-content li,
#navigation #spare-ov-dropdown-content li a{
    background-color: #000;
    color: white;
    word-wrap: break-word;
    /* border-bottom: 1px solid white; */
   /*  height: 23px; */
}

#navigation #spare-dropdown-content li:hover,
#navigation #acc-dropdown-content li:hover,
#navigation #spare-ov-dropdown-content li:hover {
    color: #fff !important;
    background: rgba(255, 75, 0, 1) !important
}

#navigation .dropbtn-spare ul li,
#navigation .dropbtn-spare-ov ul li {
    background-color: #000;    
    padding: 0;
    text-align: left;
    color: #fff;
    width: 200px;
    position: relative;
}

#global .layoutSimple li 
{
    list-style-type: disc !important;
    padding: 0;
}

/**  TS5 - Menu branch out CSS **/