html {
    height: 100%;
}

body {
    font-family: Arial;
    color: #1d1d1d;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    height: 100%;
    position: relative;
    background: #fff;
}

#superglobal,
#global {
    position: relative;
    min-height: 100%;
}

a img {
    border: 0px;
}

form {
    display: inline;
}

hr {
    border: none;
    border-bottom: 1px solid #B2B2B4;
}

.centrer {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#bloc_cookies {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-bottom: 4px solid #B2B2B4;
    padding: 5px 0px;
    z-index: 10000;
    /*border-bottom:1px solid #000;*/
}

#bloc_cookies a {
    text-decoration: underline;
    color: #B70412;
}


/***** Zone Bandeau *****/

#zone_bandeau {
    height: 110px;
    position: relative;
}

#logo_techmay {
    background: url(../../maj/phototheque/photos/charte/logo_techmay.jpg) no-repeat;
    width: 208px;
    height: 71px;
    cursor: pointer;
    float: left;
    margin-top: 30px;
    margin-right: 15px;
}

#logo {
    background: url("../../maj/phototheque/photos/charte/logo.jpg") no-repeat;
    width: 250px;
    height: 71px;
    cursor: pointer;
    float: left;
    margin-top: 30px;
}

#baseline {
    float: left;
    margin-top: 50px;
    margin-left: 10px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 30px;
    font-style: italic;
    color: #c0232c;
}


/***** MENU *****/

#zone_menu {
    background-color: #b2b2b4;
}

#menu {}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}

#menu li:hover,
#menu li.menu_actif,
#menu li.menu_actif:hover {
    margin-right: 10px;
    text-transform: uppercase;
}

#menu a {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
}

#menu li:hover a,
#menu li.menu_actif a,
#menu li.menu_actif:hover a {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 15px;
    color: #bf1b25;
    text-decoration: none;
}


/***** Contenu *****/

#zone_contenu {
    position: relative;
    padding-bottom: 220px;
}

#contenu {
    padding-top: 25px;
}

#zone_information {
    background-color: #DFE0E2;
    padding: 10px 0 10px 0;
    text-align: right;
}

#panier {
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

#nb_article {
    font-size: 30px;
    color: #bf1b25;
}


/**** Accueil ****/

#accueil_gauche {
    width: 400px;
    float: left;
}

#accueil_droite {
    width: 400px;
    float: left;
    margin-left: 20px;
}

#form_log input[type=text],
#form_log input[type=password],
#form_log select {
    border: 1px solid #929292;
    width: 218px;
    float: left;
}

#form_log label {
    width: 150px;
    float: left;
}

#form_log input[type=submit] {
    float: right
}


/***** Pied de page *****/

#zone_bas {
    bottom: 0;
    background: #e8e8e8;
    height: 90px;
    position: absolute;
    width: 100%;
}

.bande_grise {
    background-image: url("../../maj/phototheque/photos/charte/bande_grise.jpg");
    background-repeat: repeat-x;
    height: 19px;
    border-bottom: 1px solid #FFF;
}

#footer1 {
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 100%;
    z-index: 100
}

#footer2 {
    position: absolute;
    margin-top: -80px;
    right: 0;
}


/**** PANIER ****/

table.panier {
    background-color: #FFF;
}

table.panier thead tr th {
    color: #FFF;
    background-color: #b2b2b4;
    font-weight: normal;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 15px;
}

table.panier tbody tr {
    background-color: #ebecee;
}

table.panier tbody tr.stock {
    background-color: #D8D8D8;
}

table.panier tbody td {
    border-bottom: 1px solid #FFF;
}

table.panier tfoot td {
    background-color: #D8D8D8;
    border-bottom: 1px solid #FFF;
    /*font-size: 20px;*/
    font-weight: bold;
}

table.panier img {
    cursor: pointer
}

.qte {
    width: 25px;
    text-align: center;
    margin: 0
}

.bouton_pm {
    vertical-align: middle;
    margin-left: 2px;
}


/******* COMMANDE ***************/

.message_client {
    width: 100%;
    height: 70px;
    border: 1px solid #B2B2B4
}


/*
#bloc_adresses{
	background-color:#EBECEE;
	display:inline-block;
}*/

#bloc_adresses .pave_adresse {
    float: left;
    background-color: #EBECEE;
    width: 400px;
}

#bloc_adresses .droite {
    margin-left: 20px;
}

#bloc_adresses .pave_adresse .titre_adresse {
    background-color: #B2B2B4;
    color: #FFF;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 15px;
}

#bloc_adresses .pave_adresse .contenu_adresse {
    border-left: 1px solid #FFF;
}

.formulaire_adresse input[type=text],
.formulaire_adresse input[type=password],
.formulaire_adresse select {
    font-family: Helvetica, sans-serif;
    width: 365px;
    height: 18px;
    font-size: 11px;
    color: black;
    border: 1px solid #8C8C8C;
}


/**** HISTORIQUE ****/

#bloc_recherche label {
    width: 150px;
    display: inline-block;
}

#bloc_recherche input {
    width: 70px;
    border: 1px solid #B2B2B4;
}

table.resultat {
    background-color: #FFF;
    /*width:600px;*/
}

table.resultat thead tr th {
    color: #FFF;
    background-color: #b2b2b4;
    text-align: left;
    font-weight: normal;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 15px;
}

table.resultat tbody td {
    background-color: #ebecee;
    border-bottom: 1px solid #FFF;
}

table.resultat tbody tr:hover td {
    background-color: #D8D8D8;
}

table.resultat img {
    cursor: pointer;
}


/**** COMPTE****/

#compte_gauche {
    float: left;
    width: 400px
}

#compte_droite {
    float: left;
    width: 400px;
    margin-left: 20px;
}

fieldset.compte {
    border: 1px solid #B2B2B4;
    background-color: #FFF;
    padding-top: 0.35em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.625em;
}

fieldset.compte legend {
    background-image: url("../../maj/phototheque/photos/charte/fond_legend.jpg");
    background-repeat: repeat-x;
    /*border-radius:10px;*/
    color: #FFF;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px 5px 5px;
}

.formulaire_compte input[type=text],
.formulaire_compte input[type=password],
.formulaire_compte select {
    font-family: Helvetica, sans-serif;
    width: 200px;
    height: 18px;
    font-size: 11px;
    color: black;
    border: 1px solid #8C8C8C;
}

.formulaire_compte_2 input[type=text],
.formulaire_compte_2 input[type=password],
.formulaire_compte_2 select {
    font-family: Helvetica, sans-serif;
    width: 220px;
    height: 18px;
    font-size: 11px;
    color: black;
    border: 1px solid #8C8C8C;
}


/******** DIVERS *************/


/* lien defaut */

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.separe {
    visibility: hidden;
    clear: both;
}

.h_5 {
    height: 5px;
    line-height: 5px;
}

.h_10 {
    height: 10px;
    line-height: 10px;
}

.h_15 {
    height: 15px;
    line-height: 15px;
}

.h_20 {
    height: 20px;
    line-height: 20px;
}

.h_30 {
    height: 30px;
    line-height: 30px;
}

.h_40 {
    height: 40px;
    line-height: 40px;
}

.dotted {
    height: 5px;
    border-bottom: 1px dotted #000000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pointer {
    cursor: pointer
}

.cache {
    display: none
}

.p_5 {
    padding: 5px;
}

.p_10 {
    padding: 10px;
}

.p_20 {
    padding: 20px;
}

.p_25 {
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.p_15 {
    padding: 15px;
}

.bouton {
    border: none;
    display: inline-block;
    background-image: url("../../maj/phototheque/photos/charte/fond_bouton.jpg");
    background-repeat: repeat-x;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    text-transform: uppercase;
}

.bouton:hover {
    background-image: url("../../maj/phototheque/photos/charte/fond_bouton_over.jpg");
    background-repeat: repeat-x;
    cursor: pointer;
    text-decoration: none;
}

.bouton2 {
    border: none;
    display: inline-block;
    background-color: #000;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    text-transform: uppercase;
}

.bouton2:hover {
    background-color: #A2252B;
    cursor: pointer;
    text-decoration: none;
}