/*CSS DOCUMENT*/
.no_style, .no_style img {
    border: none;
    color: white;
    text-decoration: none;
}

.titre_round {
    font-size: 17px;
    background-color: #4C4C4C;
    border: 2px black;
    color: white;
}

h3 {
    font-size: 13px;
}

.sous_titre {
    font-size: 15px;
    text-align: center;
    color: white;
}

.erreur, .info, .true {
    display: block;
    width: 400px;
    padding: 10px 20px 10px 130px;
    margin: 5px 20px 5px 20px;
    font-weight: 700;
}

.erreur {
    background: url(../images-professionnelle/icones-entreprise/stop.png) no-repeat;
    border: solid red 1px;
    color: red;
}

.true {
    background: url(../images-professionnelle/icones-entreprise/true_small.png) no-repeat;
    border: solid green 1px;
    color: green;
}

.vert {
    background: green;
}

.orange {
    background: orange;
}

.info {
    background: url(../images-professionnelle/icones-entreprise/info.png) no-repeat;
    border: solid blue 1px;
    color: blue;
}

.info_date {
    background: url(../images-professionnelle/icones-entreprise/location/info_date.png) no-repeat 480px;
    color: blue;
}

.true_date {
    background: url(../images-professionnelle/icones-entreprise/true.png) no-repeat 480px;
    color: green;
}

.lien_blanc {
    color: white;
    text-decoration: none;
}

.blanc tr, .blanc td, .blanc {
    color: white;
    text-decoration: none;
}

.lien_blanc:hover {
    color: white;
    text-decoration: underline;
}

.dotted tr, .dotted td {
    border: 2px dotted black;
}
/*IMAGES*/
.margin {
    margin: 5px 5px 5px 5px;
}
/*OBJET*/
.download {
    background: url('../images-professionnelle/icones-entreprise/general/icone-download-small.png') no-repeat;
    text-decoration: none;
    color: black;
    font-size: 11px;
    padding: 5px;
    padding-left: 30px;
    float: right;
}

.follow {
    background: url('../images-professionnelle/icones-entreprise/general/icone-follow-small.png') no-repeat;
    text-decoration: none;
    padding: 7px;
    padding-left: 30px;
    margin-left: 300px;
}

.back {
    background: url('../images-professionnelle/icones-entreprise/general/icone-back-small.png') no-repeat;
    text-decoration: none;
    padding: 5px;
    padding-left: 30px;
    margin-left: 000px;
}

.titre {
    cursor: pointer;
}

.put_follow {
    display: block;
    height: 25px;
    padding-left: 30px;
    background: url('../images-professionnelle/icones-entreprise/general/icone-follow-small.png') no-repeat;
}
/*PANIER*/
.top_panier {
    background-color: #4C4C4C;
    border: 2px black;
    color: white;
}

.ligne_panier1 {
    background-color: #feef4e;
    border: 2px black;
}

.ligne_panier0 {
    background-color: #fff58d;
    border: 2px black;
}
/*INPUT*/
.input_red {
    background: red;
    color: white;
    border: 2px solid black;
}

.input_submit {
    background-color: #4261ff;
    border: 2px black;
    color: white;
}

.input_submit:hover {
    cursor: pointer;
}

.button_tri {
    display: inline;
    padding-right: 10px;
}

.green {
    background-color: #10A310;
    border: 2px black;
    color: white;
}

.lightgreen {
    background-color: #30C930;
    border: 2px black;
    color: black;
    border: 1px solid white;
}
/*TABLEAU*/
.csf-table tr, .csf-table td, .csf-table {
    border-spacing: 5px;
}

.thin, .thin td {
    border: 1px solid #CFCFCF;
}

.centrer, .centrer td, .centrer tr {
    text-align: center;
}
/*ENCART CATEGORIE*/
.image-encart-categorie {
    position: relative;
    top: -5px;
}

.texte-encart-categorie {
    position: absolute;
    display: block;
    top: 45px;
    left: 10px;
    width: 130px;
}

.encart-categorie {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 30px 12px 22px 12px;
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
    height: 90px;
    width: 125px;
    background: url(../images-professionnelle/vente/encart-categorie.png) no-repeat;
}

.encart-categorie:hover {
    background: url(../images-professionnelle/vente/encart-categorie-hover.png) no-repeat;
}

.lumieres {
    background: url(../images-professionnelle/icones-entreprise/encart/lumieres.png) no-repeat;
}

.lumieres:hover {
    background: url(../images-professionnelle/icones-entreprise/encart/lumieres-hover.png) no-repeat;
}

.son {
    background: url(../images-professionnelle/icones-entreprise/encart/son.png) no-repeat;
}

.son:hover {
    background: url(../images-professionnelle/icones-entreprise/encart/son-hover.png) no-repeat;
}

.flight-case {
    background: url(../images-professionnelle/icones-entreprise/encart/flight-case.png) no-repeat;
}

.flight-case:hover {
    background: url(../images-professionnelle/icones-entreprise/encart/flight-case-hover.png) no-repeat;
}

.lampes {
    background: url(../images-professionnelle/icones-entreprise/encart/lampes.png) no-repeat;
}

.lampes:hover {
    background: url(../images-professionnelle/icones-entreprise/encart/lampes-hover.png) no-repeat;
}

.video {
    background: url(../images-professionnelle/icones-entreprise/encart/video.png) no-repeat;
}

.video:hover {
    background: url(../images-professionnelle/icones-entreprise/encart/video-hover.png) no-repeat;
}

.structure {
    background: url(../images-professionnelle/icones-entreprise/encart/structure.png) no-repeat;
}

.structure:hover {
    background: url(../images-professionnelle/icones-entreprise/encart/structure-hover.png) no-repeat;
}

.no_link {
    color: black;
    text-decoration: none;
}

.no_link:hover {
    color: black;
    texft-decoration: underline;
}
/*FOND TYPE BOUTON*/
.prix-achat, .ajouter-au-panier, .produit-disponible, .produit-indisponible, .produit-peu-disponible, .ajouter-location, .article-deja-loue, .choix-date, .Disponible {
    display: block;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
    height: 50px;
    width: 172px;
}

.reference {
    display: block;
    text-align: center;
    padding-top: 18px;
    font-size: 11px;
    height: 50px;
    width: 172px;
}

.produit-disponible {
    background: url(../images-professionnelle/vente/commander.png) no-repeat;
}

.Disponible {
    background: url(../images-professionnelle/vente/ajouter-au-panier-csf.png) no-repeat;
  }

.produit-peu-disponible {
    background: url(../images-professionnelle/vente/produit-peu-disponible.png) no-repeat;
    color: red;
}

.produit-indisponible {
    background: url(../images-professionnelle/vente/produit-indisponible.png) no-repeat;
    color: red;
}

.prix-achat {
    background: url(../images-professionnelle/vente/fond-prix-achat.png) no-repeat;
}

.reference {
    background: url(../images-professionnelle/vente/fond-reference-vente.png) no-repeat;
}

.ajouter-au-panier {
    background: url(../images-professionnelle/vente/ajouter-au-panier-csf.gif) no-repeat;
}

.ajouter-location {
    background: url(../images-professionnelle/icones-entreprise/location/ajouter-location.gif) no-repeat;
}

.article-deja-loue {
    background: url(../images-professionnelle/icones-entreprise/location/article-deja-loue.gif) no-repeat;
}

.choix-date {
    background: url(../images-professionnelle/icones-entreprise/location/choix-date.gif) no-repeat;
}
/**ACHAT**/
.achat {
    color: #000000;
}
/*PLAN*/
.plan-selected {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: block;
    height: 35px;
    background: white;
    color: black;
}

.plan-selected:hover {
    background: grey;
}
/*ENCART PRODUIT*/
.encart_produit {
    width: 630px;
}

.encart_produit_image {
    text-align: center;
    width: 120px;
}

.contenu {
    cursor: default;
}

.inscription-design {
    margin-top: 38px;
}

.largeur-partie-centrale {
    width: 630px;
}
