@charset "utf-8";

.highslide-dimming {background: black;}
#indicateurs {
    background: transparent;
    min-height:450px;
    position:relative;
}

#search{
   
}

div.acanthe-comment {
    font-family:arial, helvetica;
    border-bottom:1px solid #d0d0d0;
    height:12px;
    line-height:100%;
    padding:3px 0px 3px 0px;
    margin:7px 0 5px 0px;
    color:#606060;
    text-transform:uppercase;
    font-weight:bold;
    font-size:10px;
}

#ajaxloader {
    margin:4px 0px 0px 0px;
    z-index:10;
    font-size:11px;
    font-weight:bold;
    color:#404040;
    width:400px;
    background:transparent;
}


.list-items .indicator-listitem{
    width:610px;
    padding:10px;
    margin:5px;
    background:#ffffff;
    border:2px solid #ffffff;
    border-bottom:2px solid #f0f0f0;
    cursor:pointer;
}

.list-items .indicator-listitem img{
    display:none;
    visibility:hidden;
    float:right;
}

.list-items .indicator-listitem div.small{
    padding:0px;
    margin:0px;
    font-size:12px;
    line-height:115%;
    color:#505050; 
    overflow:hidden;
    text-align:left;
}

.list-items .indicator-listitem:hover {
    border:2px solid #d0d0d0;
}




.images-small .indicator-listitem{
    width:110px;
    height:104px;
    padding:0;
    margin:10px 10px 0px 0px;
    background:#ffffff url('/images/indicators/rbox-110.gif') no-repeat top left;
    float:left;
    border:2px solid #ffffff;
    cursor:pointer;
}

.images-small .indicator-listitem img{
    width:90px;
    margin:10px 0px 0px 10px;
}

.images-small .indicator-listitem div.small{
    margin:2px 0px 0px 8px;
    width:95px;
    height:20px;
    font-size:9px;
    line-height:115%;
    color:#909090; 
    overflow:hidden;
    text-align:center;
}

.images-small .indicator-listitem:hover {
    border:2px solid #d0d0d0;
}





.images-large .indicator-listitem{
    width:190px;
    height:180px;
    padding:0;
    margin:15px 15px 0px 0px;
    background:#ffffff url('/images/indicators/rbox-190.gif') no-repeat top left;
    float:left;
    border:2px solid #ffffff;
    cursor:pointer;
}


.images-large .indicator-listitem img{
    width:160px;
    margin:15px 0px 0px 15px;
}

.images-large .indicator-listitem div.small{
    margin:5px 0px 0px 20px;
    width:150px;
    font-size:10px;
    line-height:100%;
    color:#505050;    
    height:33px;
        overflow:hidden;

}

.images-large .indicator-listitem:hover {
    border:2px solid #d0d0d0;
}



/* Fake selectors */
div.cat {
    width:320px;
    float:left;
    font-size:14px;
    

}
div.cat h1, div.cat h2, div.cat h3, div.cat h4, div.cat h5, {     margin:.2em 0; padding:0; }
ul.cat {
    display:block;
    padding:0px;
    margin:0px;
    width:280px;
    height:98px;
    border:1px solid #d0d0d0;
    overflow:auto;
    cursor:pointer;
    background:#fff;
}
ul.cat li {
    margin:0px;
    padding:2px;
    height:20px;
    font-size:13px;
    overflow:hidden;
    border-bottom:1px solid #d0d0d0;
    vertical-align:middle;
    color:#606060;
}
ul.cat li.disabled {background:white;font-style:italic; color:#d0d0d0;height:17px;font-size:10px;}
ul.cat li.off {background:white;}
ul.cat li:hover {background:#f8f8f8;}
ul.cat li.on {background:#e7e5d9;font-weight:normal;color:#000000;}
ul.disabled {display:block;padding:0px;margin:0px;width:280px;height:98px;border:1px solid #d0d0d0;overflow:auto;color:#d0d0d0;cursor:normal;background:#fff;}
ul.disabled li {margin:0px;padding:2px;height:20px;font-size:13px;overflow:hidden;border-bottom:1px solid #e0e0e0;vertical-align:middle;}
ul.disabled li:hover { }

/* WYSIWYG */
.wysiwyg * {
    font-family: Arial, helvetica;
}

.wysiwyg h1 {margin: .5em 0 .5em 0;}


.wysiwyg P, 
.wysiwyg TABLE, 
.wysiwyg TR, 
.wysiwyg TD {
    font-size : 13px;
    border:0px;
    padding:0px;
    margin:0px;
    line-height:150%;
}

.wysiwyg p {
    margin: 7px 0px 7px 0px;
}

.wysiwyg table {
    margin: 7px 0px 7px 0px;
}

.wysiwyg ul {
    padding:0px;
    margin:2px 0px 10px 24px;
}


.wysiwyg .title {
    margin:.2em 0; 
    padding: 0;
}


/* HIGHSLIDES */

.highslide-html-content{
    background:#e7e5d9; /*fff*/
}

.highslide-body {
    background:#e7e5d9;
    padding:5px;
    min-height:350px;
}






/* LIST BY LARGE IMAGES, SMALL IMAGES OR LIST OF ITEMS */

#show-list-items {
    width:31px;
    height:31px;
    float:left;
    background: transparent url('/images/button/sprites-list-items.gif') no-repeat top right;
    padding:0;
    margin:0 5px 0 0;
    cursor:pointer;
}

#show-images-large {
    width:31px;
    height:31px;
    float:left;
    background: transparent url('/images/button/sprites-images-large.gif') no-repeat top right;
    padding:0;
    margin:0 5px 0 0;
    cursor:pointer;
}

#show-images-small {
    width:31px;
    height:31px;
    float:left;
    background: transparent url('/images/button/sprites-images-small.gif') no-repeat top right;
    padding:0;
    margin:0 5px 0 0;
    cursor:pointer;
}

#show-list-items.off {background-position: top right;}
#show-images-large.off {background-position: top right;}
#show-images-small.off { background-position: top right; }

#show-list-items.on {background-position: top left;}
#show-images-large.on {background-position: top left;}
#show-images-small.on { background-position: top left; }

.btn100 {
    display:block;
    width:200px;
    height:34px;
    padding:6px 8px 6px 14px;
    cursor:pointer;
    margin:0;
    background:transparent url('/images/button/emplty-drak-grey-200.gif') no-repeat top left;
    overflow:hidden;
    color:#fff;
}
