﻿@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url(http://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(http://fonts.gstatic.com/s/lato/v11/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


body {
    background: url("../images/texture.jpg") repeat scroll 0% 0% #CCC;
    background-color: #E9E9E9;
}

* {
    margin: 0;
    padding: 0;
    border: medium none;
    padding: 0px;
    margin: 0px;
    font-family: "Lato",Arial,sans-serif;
    color: #444;
    font-size: 13px;
}

#header {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #A1A1A1;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    font-family: Verdana;
}

#footer {
    clear: both;
    display: block;
    font-family: Verdana;
    font-size: smaller;
    position: absolute;
    padding-top: 10px;
    padding: 0px;
    bottom: 5px;
    height: 90px;
    background-color: #A1A1A1;
    background-image: url("/images/Vague.png");
    background-size: 100% 100%;
}

#footerbg {
    width: 100%;
    min-height: 110px;
    background-color: #F0F2F1;
    background: url("/images/footer-bg.png") repeat-x scroll 0% 0% #ABABAB;
    margin-top: 10px;
    padding-top: 20px;
    position: absolute;
    border: medium none;
    font-family: "Lato",Arial,sans-serif;
    font-size: 13px;
    border: medium none;
}

#centerdiv {
    min-height: 100px;
    width: 980px;
    margin: 0px auto;
    position: relative;
    font-size: 13px;
}

#footerbg h4 {
    color: #FF7E00;
    font-size: 18px;
    font-weight: 400;
}

#tel {
    color: #5D5D5D;
    background: url("/images/tel-icon.png") no-repeat scroll left top transparent;
    padding-left: 20px;
}

#footerbg p {
    font-weight: 700;
    font-size: 13px;
    color: #5D5D5D;
    line-height: 23px;
}

#centerdiv p {
    text-align: justify;
}

#a {
    transition: color 0.3s linear 0s;
}

#pasimportant {
    font-weight: 400;
    font-style: italic;
}

#mentionsl {
    color: #FF7E00;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
}

    #mentionsl a {
        transition: color 0.3s linear 0s;
        text-decoration: none;
        color: #FF7E00;
        font-weight: 400;
    }

#headerbg {
    width: 100%;
    min-height: 178px;
    background: url("/images/header-bg.jpg") repeat-x scroll 0% 0% #FFF;
    border: medium none;
    padding: 0px;
    margin: 0px;
    font-family: "Lato",Arial,sans-serif;
    color: #444;
}

#headerint {
    width: 980px;
    margin: 0px auto;
    background: url("/images/header-degrade.jpg") no-repeat scroll 240px 0px transparent;
}

    #headerint p {
        color: #F1921D;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 300;
        font-style: italic;
        float: right;
        margin-top: 50px;
    }

#touslesblocs {
    padding: 20px;
    background-color: #FFF;
    min-height: 50px;
    border: 1px solid #F28E12;
    border-radius: 8px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.touslesblocs {
    padding: 20px;
    background-color: #FFF;
    min-height: 50px;
    border: 1px solid #F28E12;
    border-radius: 8px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.Black {
    z-index:10;
}

.fontBlack {
    position: fixed;  
    top: 0; 
    left: 0; 
    width: 100%;  
    height: 100%;  
    z-index: 5;
    background-color: rgba(0,0,0, 0.4);
    pointer-events: fill;
}

.inputTextStyle span {
    display: block;
    background: url("/images/textBox_Leftf.gif") no-repeat scroll 0% 0% transparent;
    height: 31px;
    margin-right: 11px;
    padding-top: 7px;
    padding-left: 10px;
}

.inputTextStyle {
    background: url("/images/textBox_right.gif") no-repeat scroll right center transparent;
    display: block;
    float: left;
    padding-top: 7px;
}

.inputTextStyleJaune span {
    display: block;
    background: url("/images/textBox_Leftf_jaune.gif") no-repeat scroll 0% 0% transparent;
    height: 31px;
    margin-right: 11px;
    padding-top: 7px;
    padding-left: 10px;
}

.inputTextStyleJaune {
    background: url("/images/textBox_right_jaune.gif") no-repeat scroll right center transparent;
    display: block;
    float: left;
    padding-top: 7px;
}

.inputTextStyleHaut span {
    display: block;
    background: url("/images/textBox_Leftf_Haut.gif") no-repeat scroll 0% 0% transparent;
    height: 90px;
    margin-right: 11px;
    padding-top: 7px;
    padding-left: 10px;
}

.inputTextStyleHaut {
    background: url("/images/textBox_right_Haut.gif") no-repeat scroll right center transparent;
    display: block;
    float: left;
    padding-top: 7px;
}

.separateurVertical {
    background: url("/images/Separateur_Vertical.gif") no-repeat scroll 0% 0% transparent;
    background-size: 50% 100%;
}

#headerint p strong {
    color: #F1921D;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
}

#content {
    margin: 0 auto;
    overflow: hidden;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#MonUserControl2_basket 
{
    position: absolute;
    top: 75px;
    right: 25px;
    width: 4.5vw;
    height: 1.5em;
    background-color: #FFF;
    border: solid 1px #F28E12;
    padding: 0px 15px 10px 15px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 0.9vw;
    text-align: center;
}

#MonUserControl2_titleBasket
{
    font-size: 1.8em;
}

#MonUserControl2_basket:hover
{
    width: auto;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;

    height: auto;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -ms-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
}

#MonUserControl2_items > tbody > tr > td
{
    font-size: 0.8vw;
    width: 3vw;
}

#MonUserControl2_items, #MonUserControl2_viewBasket
{
    display: none;
    font-size: 1vw;
}

.TextBoxFirstBibNumber, .TextBoxLastBibNumber
{
    padding-left: 5px;
    width: 4vw;
}

#MonUserControl4_customerMenu
{
    float: right;
    clear: right;
    position: relative;
    right: 40%;
    bottom: 30px;
    width: 60px;
}

#MonUserControl4_logoutLink
{
    float: right;
    position: relative;
    right: 14%;
    bottom: 23px;
    font-size: 2em;
    text-decoration: none;
    color: red;
}