﻿/*
    bleu : #4490C6
    Texte gris : #666
    Gris clair - bordure : #E1DDDD
    Gris plus clair : #999
    rouge : red
    FOOTER : marron : #4F4F4F

    vert des boutons : #7adb60 

    Cadres thématiques :
    <div class="cadreTheme cadreHelp">
    <div class="cadreTheme cadreOk">
    <div class="cadreTheme cadreError">
    <div class="cadreTip">



*/
/* RESET CSS  : http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

h1 {
    margin: 0 0 10px 0;
    padding: 3px 0 5px 10px;
    height: 25px;
    vertical-align: top;
    color: #000;
    font-weight: normal;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 32px;
}

.sld h1 {
    background: none;
    margin: 0;
    padding: 0;
    font: 20px Verdana, Arial, sans-serif;
    color: #fff;
}

h1 span.classement {
    font-size: 11px;
    color: gray;
    display: block;
}

h1 span.subtitle {
    color: #fff;
    display: block;
    font: 12px Arial, sans-serif;
    margin: 10px 0 0;
}

h1 span.subtitle-account {
    color: #777;
}

h2 {
    color: #363636;
    font-variant: normal;

}

h3 {
    font-variant: normal;
    color: #666;
}

body.domains h2 {
    background: url('/medias/site/title_bar_ndd.png') 0 25px no-repeat;
    height: 35px;
}

body.hebergement h2 {
    background: url('/medias/site/title_bar_heb.png') 0 25px no-repeat;
    height: 35px;
}

body.creation h2 {
    background: url('/medias/site/title_bar_creation.png') 0 25px no-repeat;
    height: 35px;
}

body.societe h2 {
    background: url('/medias/site/title_bar_societe.png') 0 25px no-repeat;
    height: 35px;
}

body.support h2 {
    background: url('/medias/site/title_bar_assistance.png') 0 25px no-repeat;
    height: 35px;
}

body.account h2 {
    background: url('/medias/site/title_bar_assistance.png') 0 25px no-repeat;
    height: 35px;
}

/*  STYLE CSS GLOBAUX */
/*html {
    background: #fff;
}*/

body {
    text-align: center;
    background: #f6f6f6;
}

#content p {
    margin: 15px 0;
}

#content .cadreTheme p {
    margin: 0 0 15px 0;
}

table tr.odd td {
    background-color: #fff;
}
/*  FIN STYLE CSS GLOBAUX */


.breadcrumb {
    font-size: 0.8em;
}

.breadcrumb span.active {
    color: #444;
}

.breadcrumb li a {
    color: #31708f;
}

textarea {
    height: 200px;
}

select:focus,
input:focus {
    border-color: #666;
    background-color: #E1DDDD;
}

div.btn_submit, a.submit,
input.submit {

    background-color: #cbe73a;
    background: -moz-linear-gradient(top, #cbe73a 0%, #a7e53b 100%);
    background: -webkit-linear-gradient(top, #cbe73a 0%, #a7e53b 100%);
    background: -o-linear-gradient(top, #cbe73a 0%, #a7e53b 100%);
    background: -ms-linear-gradient(top, #cbe73a 0%, #a7e53b 100%);
    background: linear-gradient(top, #cbe73a 0%, #a7e53b 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe73a', endColorstr='#a7e53b', GradientType=0);*/
    padding: 5px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #459A00;
    color: black;
    text-decoration: none;
    height: 30px;
}

a.submit:hover,
input.submit:hover {

    background-color: #04AFD6;
    background: -moz-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: -webkit-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: -o-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: -ms-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: linear-gradient(top, #04AFD6 0%, #03829C 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04AFD6', endColorstr='#4AA400', GradientType=0);*/
    padding: 5px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #306F9C;
    color: white;
    text-decoration: none;

}

a.submit_secondaire,
input.submit_secondaire {

    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ababab 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #ababab 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #ababab 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #ababab 100%);
    background: linear-gradient(top, #e8e8e8 0%, #ababab 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ababab', GradientType=0);*/
    padding: 5px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    color: black;
    text-decoration: none;
    height: 30px;

}

a.submit_secondaire:hover,
input.submit_secondaire:hover {

    background-color: #04AFD6;
    background: -moz-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: -webkit-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: -o-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: -ms-linear-gradient(top, #04AFD6 0%, #03829C 100%);
    background: linear-gradient(top, #04AFD6 0%, #03829C 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04AFD6', endColorstr='#4AA400', GradientType=0);*/
    padding: 5px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #306F9C;
    color: white;
    text-decoration: none;

}

form p input.image,
input.image {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
}

input.default {
    font-weight: bold;
    color: #666;
}

input.long {
    width: 600px;
}

input.error {
    border-color: red;
    color: red;
    font-weight: bold;
}

input.disabled {
    border: none;
    color: gray;
    font-weight: bold;
}

input.loading {
    background-color: #f5f5f5;
    color: gray;
    padding-left: 20px;
    background: url('/medias/loading-mini.gif') center left no-repeat;
}

p.checkbox {
    position: relative;
}

p.checkbox input {
    width: auto;
}

p.checkbox label.error {
    background: red;
    color: white;
    position: absolute;
    top: -20px;
    left: 100px;
}

span.checkbox {
    font-size: 0.9em;
}

.form_com {

    width: 400px;
    text-align: justify;
    font-size: 0.979em;
    color: #666;
    margin-top: -5px
}

dl {
    margin: 0 20px;
}

dt, dd {
    height: 30px;
    line-height: 30px;
}

dt {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    width: 40%;
    clear: left;
    padding-right: 2%;
    text-align: right;
}

dd {
    font-size: 1.3em;
}

#flash {
    background-color: #CBE73A;
    display: none;
    color: #016915;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

input.bg {
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

input.locked {
    background-image: url('/medias/puces/16_cadenas.png');
}

div.cadreTip,
div.cadreTheme {
    border: 1px solid #E1DDDD;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    margin: 15px 0;
    padding: 15px 15px 15px 50px;
    text-align: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

div.cadreTip {
    padding: 5px 15px;
    background: lemonchiffon;
}

div.cadreTip ul {
    margin: 5px 15px;
}

div.cadreHelp {
    background-image: url('/medias/cadre_aide.png');
    /* background-color:#F5FAFF;*/
    background-color: #F2FBFD;
    line-height: 18px;
    font-size: 0.9em;
}

div.cadreHelp h2 {

    margin: 0px 0px 5px 0px;
    padding: 5px 0px;

    color: #2f3841;
    font-size: 1.1em;

}

div.cadreHelp a {
    color: #306F9C;
}

div.cadreError {
    border-color: red;
    background-color: #fffacd;
    padding: 15px;
}

div.cadreOk {
    border-color: #306F9C;
    color: #306F9C;
    background-image: url('/medias/cadre_ok.png');
}

div.cadreQuestion {
    background-image: url('/medias/cadre_question.png');
}

a.cancel {
    color: red;
    clear: both;
    font-size: .9em;
    text-align: right;
}

a.cancel:hover {
    color: gray;
    text-decoration: none;
}

/*
    BLOC SEARCH
*/

#blocSearch {
    background: #043f82 url(/medias/site/searchBlocBG.jpg);
    height: 155px;
    position: relative;
    margin-bottom: 10px;
}

.blocSearchSmall {
    height: 220px !important;
}

.blocSearchSmall2 {
    height: 220px !important;
}
    
    /* Pour la recherche nom de domaine inclu avec un hébergement */
.blocSearchSmall3 {
    height: 150px !important;
}

#blocSearch .quel {

    position: absolute;
    top: 16px;
    left: 20px;
    background: none repeat scroll 0% 0% transparent;
    margin: 0px;
    padding: 0px;
    font: 20px Verdana, Arial, sans-serif;
    color: #FFF;
}

#blocSearch .sld h1 {
    position: absolute;
    top: 16px;
    left: 74px !important;
}

#blocSearch #searchInputWrap {
    position: absolute;
    top: 57px;
    left: 20px;
    width: 628px;
    height: 36px;
}

#blocSearch #searchInputWrap.small {
    width: 418px;
}

#blocSearch #aPartirDe {
    color: #fff;
    font: 1.1em Arial, sans-serif;
    font-weight: 500;
    left: 680px;
    margin: 0;
    position: absolute;
    top: 68px;
}

#blocSearch #aPartirDe span {
    color: #ababab;
}

#blocSearch #toggleTarifs {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 5px 5px 25px;
    font: bold 12px Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    background: #04afd6 url(/medias/site/flecheTarifs.png) 7px 7px no-repeat;
}

#blocSearch .sld label {
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 28px;
    
}

#blocSearch .sld input[type="text"] {
    border: none;
    height: 28px;
    line-height: 28px;
    font-size: 1.3em;
    left: 70px;
    padding: 5px;
    position: absolute;
    top: 2px;
    width: 415px;
}

#blocSearch .sld #searchInputWrap.small input[type="text"] {
    width: 215px;
}

#blocSearch .sld input:focus {
    background: #fff;
    outline: none;
}

#blocSearch input.submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
    height: 36px;
    background: transparent;
    border: none;
    color: black;
    font-size: 1.3em;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}

#blocSearch #searchInputWrap.small input.submit {
    width: 126px;
}

#blocSearch .tld {
    padding-top: 105px;
    margin-left: 20px;
    margin-right: 110px;
}

#blocSearch .tld label {
    white-space: nowrap;
    display: inline;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    padding: 2px;
}

#blocSearch label.error {
    color: red;
    font-weight: bold;
}

#blocSearch .tld a.cancel {
    color: #fff;
}

#blocSearch .tld a.cancel:hover {
    color: #04AFD6;
}

/* tableau des tarifs */
#voletTarifs {
    border: 2px solid #04AFD6;
    padding: 10px 12px 0;
    display: none;
    margin-top: -10px;
}

.infobox h2 {
    margin: 10px 0px 10px 5px;
    border: 1px dotted #e1dddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #0f0f00;
    font-size: 1.2em;
}

#voletTarifs a.bouton {
    display: inline-block;
    padding: 5px 10px;
    background: #04AFD6;
    color: #fff;
    float: right;
    text-decoration: none;
    margin: 10px 0 0;
}

table.tarifs {
}

.dropdown {
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #78BEFC;
    height: 19px;
    line-height: 19px;
    margin: 2px 0px 0px 5px;
    padding: 0 5px;
    position: relative;
    width: 180px;
    background: #fff url(/medias/dropdown-arrow.png) no-repeat right top;
    z-index: 99;
}

.dropdown ul {
    margin: 1px -6px;
    box-shadow: 0 2px 3px #ccc;
    display: none;
    background: #fff;
    z-index: 1000;

}

.dropdown li {
    border: 1px solid #78BEFC;
    border-top: none;
    padding: 0 5px;
    list-style-type: none;
}

.dropdown:hover {
    z-index: 100;
}

.dropdown:hover ul {
    display: block;
}

.infobox {
    background: #E6F4FF;
    border: 1px solid #04AFD6;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    padding: 3px 5px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
    height: auto;
    border-radius: 5px 0 5px 5px;
    -o-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    z-index: 100;
    display: none;
    text-align: left;
    line-height: 1.5em;
}

.infobox:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: 1px;
    border: 8px solid;
    border-color: transparent #4490C6 transparent transparent;
}

#content .infobox h2 {
    color: #4490C6;
    font-size: 14px;
    border: none;
    margin: 0;
}

#content .infobox p {
    margin: 0 0 15px;
}

#content .infobox p:last-child {
    margin: 0;
}

.closebox {
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 5px 10px;
    background: transparent;
    color: #04AFD6;
    text-decoration: none;
    border: 1px solid #04AFD6;
    border-bottom-left-radius: 3px;
}

.closebox:hover {
    cursor: pointer;
    color: #005580;
}

p.ariane {
    padding: 0 0 5px 0;
    font-size: .85em;
}

p.ariane a:hover {
    text-decoration: underline;

}

p.links {
    float: right;
    padding: 0 5px;
    margin: -10px -10px 0 0;
    text-align: right;
}

p.links a {
    color: #4F4F4F;
}

p.links a:hover {

    text-decoration: none;
}

p.links a.selected {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

/*
    =IDENTIFICATION
*/
#identif {
    padding: 20px;
    background: #fff;
}

#identif #divId, #identif #divOubli {
    padding: 0 30px;
}

#identif .inner {
    border: 1px solid #E1DDDD;
    height: 360px;
    margin-right: 10px;
    padding: 20px 30px;
    background: #f2f2f2;
}

#identif #register .inner {
    background: none;
    border: none;
    padding: 20px 10px;
}

#identif #divId h2, #identif #divOubli h2 {
    background: none;
}

#identif div.bloc_update_forgot {
    margin: 0 0 0 250px;
    height: 200px;
}

#identif #btnsubmit {
    border: none;
}

#identif .create-title {
    display: block;
    margin: 25px auto 10px auto;
    font-size: 1.3em;
    font-weight: 200;
}

#identif #register #create-free {
    color: #AFC732;
}

#identif #register #advantages {
    list-style: none;
    padding: 0;
}

#identif #register #advantages li {
    list-style: none;
    padding: 5px 0;
}

#identif #register #advantages i {
    margin-right: 5px;
    color: #C3DE38;
}

#identif #register a.btn-register {
    display: block;
    width: 250px;
    margin-top: 25px;
    padding: 8px;
    color: #444;
    background: #CBE73A;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
}

#identif #register a.btn-register:hover {
    background: #C3DE38;
}

ul.icon {
}

ul.icon li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: url('/medias/site/16_tuto.png') center left no-repeat;
    padding-left: 20px;
}

ul.tuto li {
    background-image: url('/medias/site/16_tuto.png')
}

ul.faq li {
    background-image: url('/medias/site/16_question.png')
}

ul.dico li {
    background-image: url('/medias/site/16_dico.png')
}

ul.news li {
    background-image: url('/medias/site/16_journal.png')
}

ul.icon li a {
    text-decoration: none;
}

ul.icon li a:hover {

    text-decoration: underline;
}

a.selected {
    font-weight: bold;

    text-decoration: none;
}

#form_support {
    position: relative;
}

#form_support p {
    color: #666;
    font-weight: bold;
}

#form_support label.error {
    position: absolute;
    top: 40px;
    left: 0px;
    background: red;
    color: white;
    padding: 3px 10px;
}

p.pagination {
    color: #666;
    margin: 10px 0;
    text-align: center;
}

p.pagination strong {
    padding: 0 5px;
}

p.pagination a {
    padding: 0 2px;
}

#blocSearchMini {
    margin: 0;
    padding: 10px;
    position: relative;
}

#content #blocSearchMini h2 {
    margin: 0 0 10px 0;
    border: 0;
    color: #2E2E2E;
    font-size: 1.2em;
    background: none !important;
}

#blocSearchMini .input-group {
    width: 400px;
}

#blocSearchMini input.mini_tld {
    background: none;
}

#blocSearchMini input.form-control {
    width: 300px;
    height: 36px;
    padding-right: 5px;
    text-align: right;
    line-height : 25px;
    color: #888;
    font-weight: normal;
    border-color: #CCC;
}

#blocSearchMini input.form-control:focus {
    background-color: #fafafa;
    color: #666;
    border-color: #CBE73A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(203, 251, 38, 0.6);
}

#blocSearchMini .div-submit {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding: 5px;
    font-size: 1.2em;
    background: #CBE73A;
    color: #0B3972;
    border: 1px solid #BED63E;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

#blocSearchMini .div-submit:hover, #blocSearchMini .div-submit:hover input.btn-submit {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;

    -moz-box-shadow: 0 0 35px rgba(250, 250, 250, .75) inset;
    -o-box-shadow: 0 0 35px rgba(250, 250, 250, .75) inset;
    -webkit-box-shadow: 0 0 35px rgba(250, 250, 250, .75) inset;
    box-shadow: 0 0 35px rgba(250, 250, 250, .75) inset;

    background-color: #CBE73A;
    border-color: #B1C933;
}

#blocSearchMini input.btn-submit {
    background: #CBE73A;
    border: none;
    color: #0B3972;
    padding-left: 5px;
}

#blocSearchMini label {
    display: block;
    float: none;
}

#blocSearchMini label.error {
    position: absolute;
}

table.table_products {
    width: 100%;
    padding: 0;
    border: 1px solid #e1dddd;
    margin: 15px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.table_products tr td {
    width: 20%;
    height: 140px;
    vertical-align: top;
    padding: 0 10px 0 10px;
}

table.table_products tr td ul li a,
table.table_products tr td strong {

    display: block;

    line-height: 25px;
    overflow: hidden;
}

table.table_products tr td strong {
    background-color: #FFFFFF;
    color: #666;
    text-decoration: underline;
}

table.table_products tr td ul li a {
    text-decoration: none;
    margin-left: 5px;

}

table.table_products tr td ul li a span {
    float: right;
    font-size: 1em;
    color: #999;
    /*margin-right:90px;*/

}

table.table_products tr td ul li a:hover {
    background-color: #f5f5f5;

}

table.table_products tr td ul li {
    background: url('/medias/icon_products/defaut.png') center left no-repeat;
    padding-left: 15px;
}

div.table_products h2 {
    margin-top: 15px;
    color: #666;
}

/*
    styles communs au éléments conditionnels de form
*/
.form_bloc,
.form_particulier,
.form_entreprise {
    margin: 15px 0;

}

.form_bloc h2,
.form_particulier h2,
.form_entreprise h2 {
    color: #4490C6;

    font-size: 16px;
    margin: 30px 0 0 0;
    padding: 0;

}

.form_bloc_actif {
    /* background-color:#f5f5f5; */
    background-color: #f5fafe;
}

#content .form_particulier p,
#content .form_entreprise p,
#content .form_bloc p {
    margin: 0px 0 5px 0;
}

#content .form_particulier label,
#content .form_entreprise label,
#content .form_bloc label {
    margin: 0;
}

div.bloc_edito {
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e1dddd;
    /* background-color:#F5FAFF;*/
    background-color: #F2FBFD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.bloc_edito h2 {
    margin: 10px 0 5px 5px;
    border: 1px solid #e1dddd;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 1.2em;
    color: #363636;

}

div.bloc_edito h3 {
    margin: 5px 0 5px 0px;
    border: 1px dotted #e1dddd;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 1em;
    color: #4490c6;

}

div.bloc_left,
div.bloc_right {

    padding: 0px 0px 5px 5px;
    width: 46%;

}

div.bloc_left {
    float: left;

}

div.bloc_right {
    margin-left: 51%;

}

div.bloc_left h2,
div.bloc_right h2 {
    clear: none;
    font-size: 1em;

}

div.bloc_heb {
    margin: 10px 0px 10px 0px;
    padding: 15px;
    border: 1px solid #e1dddd;
    background-color: #FAFAFA;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.bloc_heb h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px;

}

#content p.total_domains {
    margin: 5px 3px;
    padding: 0;
    font-size: .9em;
}

a.button {
    float: right;
    padding: 5px 15px;
    color: black;
    /*background-color: #7adb60 ; */
    background-color: #cbe73a;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.button:hover {
    background: #04AFD6;
    color: white;
}

/* messages d'information */
.info-warning {
    background: #fc6;
    border: 1px solid #f60;
    padding: 5px 10px;
    width: 96% !important;
}

.info-warning_form {
    background: #fc6;
    border: 1px solid #f60;
    padding: 5px 10px;
    width: 65% !important;
}

.dpn {
    display: none;

}

.forgotquestion {
    text-align: right
}

#relations {
    padding-bottom: 20px;
}

#relations h2 {
    margin-left: 5px;
    padding: 0
}

#relations ul {
    margin-left: 20px;
    padding: 0
}

#relations li {
    padding: 0 0 0 20px;
}

.radius {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#bloc_prestataire {
}

#bloc_prestataire strong.titre {
    font-size: 1.1em;
}

#bloc_prestataire p {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

#bloc_prestataire a {
    display: block;
    text-align: center;
    padding: 5px 0;
}

div.bloc_partenaire {
    margin: 10px 5px 5px 0;
    padding: 10px 11px 10px 11px;
    border: 1px solid #e1dddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 29.8%;
    height: 190px;
    text-align: justify;
    line-height: 19px;
    background: #FFF;
    font-size: 0.8em;
}

div.bloc_partenaire h2 {
    margin: 5px 0 5px 0;
    border: 1px solid #e1dddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 1.1em;
    color: black;

}

input.autocomplete_inprogress {
    font-weight: bold;
    background: white;
}

#div_autocomplete {
    position: absolute;
    width: 300px;
    background: white;
    border: 2px solid #CBE73A;
    padding: 0;
    text-align: left;
    z-index: 1000;
}

#div_autocomplete {
    -moz-box-shadow: 1px 1px 1px #727272;
    -webkit-box-shadow: 1px 1px 1px #727272;
    box-shadow: 1px 1px 1px #727272;
}

input.autocomplete_inprogress {
    border-bottom: none;
}

#div_autocomplete.loading {
    background: url(/medias/site/ajax-loader.gif) 280px 10px no-repeat white;
}

#div_autocomplete div.cart {
    display: none;
    clear: both;
}

#div_autocomplete p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

#div_autocomplete p input {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

#div_autocomplete label {
    display: inline !important;
}

#div_autocomplete p.loading,
#div_autocomplete p.unavailable {
    padding: 10px 0 10px 25px;
    margin: 0;
    background: url("site/ajax-loader-mini.gif") no-repeat left;
    border-top: 2px solid #ccc;
}

#div_autocomplete p.alt {
    background-color: #eee;
}

#div_autocomplete p:first-child {
    border: none;
}

#div_autocomplete p.unavailable {
    background-image: url(/medias/puces/puce_delete.png)
}

#div_autocomplete p.unavailable input, #div_autocomplete p.loading input {
    display: none;
}

#div_autocomplete table {
    width: 100%;
}

#div_autocomplete td {
    border-top: 2px solid #ccc;
}

#div_autocomplete .autocomplete-result:first-child td {
    border: none;
}

#div_autocomplete tr.alt {
    background-color: #F6FBDE;
}

#div_autocomplete td {
    height: 40px;
    vertical-align: middle;
}

#div_autocomplete td.spinner {
    width: 25px;
}

#div_autocomplete td.domain {
    padding-left: 5px;
}

#div_autocomplete td.availability {
    width: 70px;
}

#div_autocomplete td.availability.loading {
    width: 70px;
    background: url(site/ajax-loader-mini.gif) center center no-repeat;
}

#div_autocomplete td.availability span.unavailable {
    color: #E90A63;
    display: none;
}

#div_autocomplete td.availability span.available {
    display: none;
}

#div_autocomplete td.availability.unavailable span.unavailable {
    display: block;
}

#div_autocomplete td.availability.available span.available {
    display: block;
}

#div_autocomplete td.add-button {
    width: 90px;
}

#div_autocomplete td.add-button a.autocompleteAddCart {
    background: #CBE73A;
    padding: 5px 0;
    border: 1px solid #999;
    display: inline-block;
    color: #25506B;
    text-decoration: none;
    float: right;
    margin-right: 5px;
    width: 80px;
    text-align: center;
}

#div_autocomplete td.add-button a.autocompleteAddCart:hover {
    background: #adca0f;
}

#div_autocomplete td.add-button a.autocompleteAddCart.delete {
    background: #ccc;
    cursor: default;
}

#form_support {
    position: relative;
}

#autocomplete_support {
    display: none;
    position: absolute;
    background: white;
    padding: 20px;
    border: 1px solid #ededed;
    top: 67px;
    left: 15px;
    width: 400px;
    height: 150px;
    overflow: scroll;
    z-index: 100
}

#autocomplete_support.loading {
    background: url('/medias/site/ajax-loader.gif') center center no-repeat white;
}

#autocomplete_support a {
    display: block;
    font-size: 1.4em;
}

#autocomplete_support a.close {
    display: block;
    font-size: 1em;
    color: red;
    float: right;
}

#autocomplete_support ul {
    margin: 0 !important;
    padding: 10px !important;
}

#autocomplete_support li {
    color: gray;
    font-size: .9em;
    padding: 0 0 10px 0;
    list-style-type: none;
}

#clear {
    clear: both;
}

#share {
    margin: 20px 0 20px 0;
    background-color: #f5f5f5;
    padding: 10px 0;
    height: 81px;
}

#share {
    -moz-box-shadow: 0 5px 2px 0 #c0c0c0;
    -webkit-box-shadow: 0 5px 2px 0 #c0c0c0;
    -o-box-shadow: 0 5px 2px 0 #c0c0c0;
    box-shadow: 0 5px 2px 0 #c0c0c0;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#share .item {
    float: left;
    width: 19.5%;
    text-align: center;
    border-right: 1px solid #ddd;
}

#share .item div {
    margin: auto;
}

#share .item.last {
    border: none;
}

#share #rating {
    padding-left: 20px;
}

#share #rating p {
    margin: 0 !important;
    padding: 0 !important;
}

#share #rating p.title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px !important;
}

table.domains-info {
    width: 100%;
}

.alert-help {
    background-position: 18px 15px;
    background-repeat: no-repeat;
    padding-left: 65px;
}

#recommend {
}

#modal_recommend h4 {
    text-align: left;
}
