/*
    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/ */
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
   
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* FIN DE RESET CSS */

strong{
    font-weight:bold;
}
em{
    font-style: italic;
}

a{
    color: #4490C6;
}

form p label{
    display:block;
    margin-top:10px;
}

hr{
    clear:both;
    visibility: hidden;

}

h1,h2,h3{
    font-weight: bold;
    
    clear:both;
    margin:0;
    padding:0;
}
h1{
    word-spacing: .3em;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: -.05em;
    color: #666666;
    margin:0px 0px 15px 15px;
}
h2{
    font-size: 1.4em ;
    color: #666666;
    font-variant: normal;
}
h3{
    font-size: 1.1em ;
    font-variant: normal;
    color: #666;
}

/*  STYLE CSS GLOBAUX */
body{
    text-align: center;
    font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    background: url("/medias/bg_body.png") top left repeat-x #fff ;
}

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

table tr.odd td{
    background-color:#eef;
}


/*  FIN STYLE CSS GLOBAUX */

select,
textarea,
input{
    border:1px solid #E1DDDD;
    font-size:0.98em;
    height:18px;
    line-height:18px;
    padding:0px 3px 0 4px;
    vertical-align: middle ;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
textarea{
    height: 200px;
}
select:focus,
input:focus{
    border-color:#666;
    background-color:#E1DDDD;
}

div.btn_submit,
a.submit,
input.submit{
    background-color: #7adb60 ; 
    color:black;
    padding: 2px 15px ;
    height:auto;
    font-weight:bold;
    text-decoration: none;
    width:auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.submit:hover,
input.submit:hover{
    background:green;
    color:white;
}
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;
}


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: #4F4F4F;
    display:none;
    color: white;
    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;
    border-left: none;
    border-right: none;
    background-position: 10px 8px ;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    margin: 15px 0 ;
    padding:15px 15px 15px 50px ;
    text-align:left;
}
div.cadreTip{
    padding:5px 15px;
    background:lemonchiffon;
}

div.cadreHelp{
    background-image: url('/medias/cadre_aide.png');
    text-align: justify;
}
div.cadreError{
    border-color: red;
    color: red;
    background-image: url('/medias/cadre_error.png');
}
div.cadreOk{
    border-color: green;
    color: green;
    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;
}


/*
    POUR CENTER TOUS LES ELEMENTS CONTAINERS
*/
#header,
.footerContent{
    margin: auto;
    width: 851px;
}

/*
    =HEADER
*/
#header{
    background:url(/medias/site/bg_header_beta.png) top left no-repeat;
    height: 59px; /* 69 - padding*/    
    padding: 5px 15px;
    text-align: left  ;
    width:821px; /* 851 - padding */
}
#header a.logo {
    color: black;
    float:left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    width: 300px;
}

#header a.logo img{
    float:left;
    margin:0px 15px 0px 0px;
}
#header a.logo span{
    color: #4490C6;
    padding-left: 5px;
}
#header strong{
    color:#666;
    display: block;
    font-size: 9px;
    font-variant: small-caps;
}
#header ul.links{
    float:right;
    margin-top:10px;
    
}
#header ul.links a{
    text-decoration:none;

}
#header ul.links li{
    float:left;
    margin-right:15px;
    text-align:left;

}
#header ul.links li img{
    margin-left:5px;
    vertical-align: middle;

}
#container{    
    margin:auto;
    padding: 15px 0 0 0 ;
    width: 854px;
}
#tabs{
    margin-left: 15px;
    height:25px;
    clear:both;
}
#tabs li {
    float:left;
}
#tabs li a{
    background: url('/medias/site/bg_onglet_gris.png') top left no-repeat;
    color: black;
    display:block;
    font-size: 12px;
    font-weight:bold;
    height: 25px;
    line-height: 25px;
    text-decoration: none;    
    width: 150px;
    margin: 0px 1.5px 0px 1.5px;
}
#tabs li.account{
    float:right;
    margin-right: 15px;
}
#tabs li a.selected,
#tabs li a:hover{
    background-image: url('/medias/site/bg_onglet_bleu.png');
    color:white;
}
#tabs li.help a{
    background-image: url('/medias/site/bg_onglet_assistance.png');
    color:black;
}
#tabs li.help a:hover{
    color:white;
}

ul.sub_menu{
    background-color: #4490C6;
    height:30px;
    line-height:30px;
    padding-left: 5px;
    margin: 0px -15px 0px -15px;
    font-weight:normal;
}
ul.sub_menu li{
    float:left;
    height:30px;
    line-height:30px;
    text-decoration: none;
    font-weight:normal;
}
#content ul.sub_menu li a{
    color: #E1DDDD;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    font-size:.9em;
    font-weight: normal;    
    
}
#content ul.sub_menu li a:hover,
#content ul.sub_menu li a.selected{
    color:white;
    text-decoration: underline;
    font-weight:bold;
}

#content{
    background: url('/medias/site/854_bg_content.gif') top left repeat-y white;
    padding: 0 15px 15px 15px;
    text-align:left;
}

#prefooter{
    background:white;
    border-top: 1px dashed #4F4F4F;
    font-size: .9em;
    font-style: italic;

    height:25px;
    line-height:25px;
    padding: 5px 0;
    text-align: center;
}
#prefooter img{
    vertical-align: middle;
}

#footer{
    background-color: #4F4F4F;
    color:white;
    padding:15px 0 ;
}


/* LES BLOCS EN FOOTER */
#footer div.one {
    
    float: left;
    width: 280px;
}
#footer div.one h3,
#footer div.one ul li{
    text-align: left;
   
}
#footer div.one h3  {

    color:#4490c6;
    margin: 5px 0px 5px 0px;
}
#footer div.one a{
    color:white;
    font-size: .9em;
    text-decoration: none;
}
#footer div.one a:hover{
    text-decoration: underline;
}

#footer .links_footer {
    color:#666;
    font-size: .9em;
    margin-top:15px;
}
#footer .links_footer a {
    color: #4490C6;
    text-decoration: none;
}
#footer .links_footer a:hover{
    text-decoration: underline;
}


#blocSearch{
    background: url(/medias/site/bg_results.jpg) top left repeat-x;
    height:120px;
    margin: 0 -15px;
}
#blocSearch .sld{
    float: left;
    padding: 5px 15px;
    width:345px;
}
#blocSearch .sld label{
    display:block;
    font-weight: bold;
    height:25px;
    line-height:25px;
    
}
#blocSearch .sld input{
    width:180px;
}
#blocSearch input.submit{
    display: inline;
    width:120px;
    border:1px solid #666;
    background:#7adb60;
    color:black;
    font-size:1.1em;
    padding:0 5px;
}
#blocSearch input.active{
    background:green;
    color:white;

}
#blocSearch .tld {
    padding-top: 20px;
    margin-left: 350px;
}
#blocSearch .tld label{
    white-space: nowrap;
}
#blocSearch label.error{
    color:red;
    font-weight:bold;
}



p.ariane{
    padding:5px 0px 10px 0px;
    font-size:.9em;
}
p.ariane a:hover{
    text-decoration: underline;
    
}


div#leftCol{
    clear: both;
    float: left ;
    width: 600px;
    margin-left:10px;
    text-align: justify;
}
div#rightCol{
    border-left: 1px dashed #e1dddd;
    padding-left: 12px;
    width: 200px;
    margin-left: 620px ;
}

p.links{
    float:right;
    margin:auto ;
    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 div.bloc{
    border: 1px solid #E1DDDD;
    float:left;
    height: 240px;
    padding: 10px;
    width: 260px;
}
#identif div.bloc_update_forgot{
    margin:0 0 0 250px;
    height:200px;
}
#identif div.blocID{
    margin-right:20px;
}
#identif div.bloc p{
    margin-bottom: 5px;
}
#identif div.bloc label{
    display: block;
}
#identif div.bloc input{
    width:250px;
}
#identif div.bloc p.submit{
    text-align:center;
}
#identif div.bloc p.submit input{
    width:auto;
}

#identif a.create{
    display:block;
    padding:80px 0;
    text-align:center;
}
#identif a.create:hover{
    background-color: #4490C6;
    color: white;
    text-decoration: none;
}

#side_cart{
    background: url(/medias/site/192_bg.png) top left repeat-y;
    margin: 15px 0px;
    width: 192px;
}
#side_cart strong{
    background: url(/medias/site/192_bg_onglet_top_vert.png) top left no-repeat;
        color: black;
    display:block;
    font-size:1.2em;
    height: 32px;
    line-height: 32px;
    text-align:center;
}

#side_cart .progress{
    background: url(/medias/loader.gif) center center no-repeat;
    height:50px;
}
#side_cart .bottom{
    background: url(/medias/site/192_bg_bottom.png) top left no-repeat;
    height: 77px;
}
#side_cart ul{
    margin: 5px;
}
#side_cart p{
    margin-top:10px;
    text-align:center;
}
#rightCol .bloc{
    background: url(/medias/site/192_bg.png) top left repeat-y;
    margin: 15px 0px;
    width: 192px;
}
#rightCol .bloc strong.titre{
    background: url(/medias/site/192_bg_onglet_top_gris.png) top left no-repeat;
    color: black;
    display:block;
    font-size:1.2em;
    height: 32px;
    line-height: 32px;
    text-align:center;
}
#rightCol .bloc .bottom{
    background: url(/medias/site/192_bg_bottom2.png) top left no-repeat;
    height: 51px;
}
#rightCol .bloc p{
    margin:15px 15px 5px 15px;
    text-align:center;
}



ul.icon{
    margin:5px 15px;
}
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;
}

p.search{
    color: #666;
    font-weight: bold;
    margin:15px;
    position: relative;
}
p.search input.default{
    color: #999;
}
p.search label.error{
    position:absolute;
    top: 40px;
    left: 0px;
    background:red;
    color:white;
    padding: 3px 10px;
}
input#mc{
    width: 500px;
}




div.large_form{
    margin: 15px 50px;
}
div.large_form input,
div.large_form select,
div.large_form textarea{
    margin-right: 10px;
    width: 400px;

}
div.large_form label.error{
    background: red;
    color:white;
    display:inline;
    padding: 2px 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:25px 0px 0px 0px ;
    padding:0px 0px 0px 0px;
    position:relative;
    
}
#content #blocSearchMini h2{
    margin:0;
    padding:0;
}
#blocSearchMini input{
    width:200px;
}
#blocSearchMini input.mini_tld{
    display:inline;
    border:none;
    padding:0;
    margin:0;
    width:35px;
}
#blocSearchMini input.default{
    font-size:.9em;
    color:#999;
    font-weight:normal;
}
#blocSearchMini input.image{
    width:auto;
}
#blocSearchMini label{
    display:block;
    float:none;
}
#blocSearchMini label.error{
    position:absolute;
}


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

table.table_products tr td ul li a,
table.table_products tr td strong{
    margin-right:2px;
    display:block;
    height:25px;
    line-height:25px;
    overflow:hidden;
}
table.table_products tr td strong{
    background-color:#FFFFFF;
    color:#666;
    padding:0px 15px 0px 0px;
    text-decoration: underline;
}
table.table_products tr td ul li a {
    text-decoration:none;
    margin-left:5px;
    border-bottom:1px solid #e1dddd;
    font-size:.9em;
}
table.table_products tr td ul li a span{
    float:right;
    font-size:.9em;
    color:#999;
    margin-right:15px;
    
}
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.gif') center left no-repeat;
    padding-left:20px;
}
div.table_products h2{
    margin:15px 0  0 15px ;
    padding:0;
    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;
}

#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{
    padding:15px;
    border:1px solid #e1dddd;
    margin:15px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.bloc_edito h2{
    margin:-10px 0  5px 15px ;
    padding:0;
    color:#666;
}
div.bloc_left,
div.bloc_right{
    padding:5px 5px;
    width:46%;
    margin:5px 0;
}

div.bloc_left{
    float:left;
}
div.bloc_right{
    margin-left:51%;
}

div.bloc_left h2,
div.bloc_right h2{
    clear:none;
    font-size:16px;
    padding:0;
    margin:0;
}


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


p.bottom_adresse{
    text-align:center;
    margin-top: 30px;
}


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


.tooltip{
    position: absolute;
    top:0;
    left:0;
    z-index:3;
    display:none;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(colorbox/example1/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(colorbox/example1/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(colorbox/example1/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/example1/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorbox/example1/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(colorbox/example1/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorbox/example1/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(colorbox/example1/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/example1/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(colorbox/example1/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/example1/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/example1/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(colorbox/example1/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(colorbox/example1/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
