/* JS-Enabled CSS */

.widget-head a.remove
{
    float: right;
    display: inline;
    background: url(images/icon-module-close.png) no-repeat;
    width: 26px;
    height: 15px;
    margin: 0px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.edit
{
    float: right;
    display: inline;
    background: url(images/icon-module-options.png) no-repeat;
    width: 26px;
    height: 15px;
    margin: 0px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.collapse
{
    float: right;
    display: inline;
    background: url(images/icon-module-expand.png) no-repeat;
    width: 26px;
    height: 15px;
    margin: 0px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-placeholder
{
    border: 2px dashed #999;
}
#column1 .widget-placeholder
{
    margin: 5px 5px 0 5px;
}
#column2 .widget-placeholder
{
    margin: 5px 5px 0 5px;
}
#column3 .widget-placeholder
{
    margin: 5px 5px 0 5px;
}

.edit-box
{
    overflow: hidden;
    line-height: 1.2em;
    padding: 12px;
    background: #FFFEF2;
    border-left: 5px solid #D6D6D6;
    border-right: 19px solid #F8F8F8;
	background-color: #F2F2F2;
}

.edit-box li.item
{
    padding: 10px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}


.edit-box label
{
    float: left;
    width: 30%;
   
}

.edit-box ul.colors li
{
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}


/* CSS Pour pop-ups */
.ui-corner-all
{
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.ui-widget-header
{
    background: #BDBDBD url(Images/icon-warning.png) no-repeat 9px 5px;
    font-size: 13px;
    color: #000000;
    border:none;
    border-top: 2px solid #000;
}
.ui-datepicker .ui-datepicker-header
{
    background-image: none;
}
.ui-dialog-title
{
    margin: 0px;
    padding-left: 20px;
}
.ui-dialog-content 
{
    font-size: 12px;
    color: #404040;
}
.ui-dialog .ui-dialog-content
{
    padding: 18px 15px 10px 15px;
}
.ui-dialog-content p
{
    margin-bottom: 12px;
}
.ui-dialog-content fieldset
{
    border: none;
    padding: 0px;
    margin: 0px;
}
.ui-dialog-content label
{
    font-weight: normal;
    padding-left: 0px;
    padding-right: 10px;
}
.ui-widget-content
{
    background: #E3E3E3;
    border: 2px solid #FFF;
}
.ui-widget-content.text
{
    background: #FFF;
}
.ui-dialog .ui-dialog-buttonpane
{
    border-width: 0px;
    margin: 0px;
    padding: 10px 15px 14px 15px;
}
.ui-dialog .ui-dialog-buttonpane button
{
    margin: 0px 5px 0px 0px;
    padding: 4px 4px 4px 4px;
    border: none;
    font-size: 12px;
    min-width: 114px;
    border-radius: 4px;
    color: #FFF;
    background: #808080;
}
.ui-button-text-only .ui-button-text
{
    padding: 0px;
}
.ui-button .ui-button-text
{
    line-height: normal;
}
.ui-widget-overlay
{
    opacity: .5;
    filter: Alpha(Opacity=50);
    background: #231F20 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
}
.ui-widget
{
    font-family: Arial, Helvetica, Sans-Serif;
}
.ui-widget-content a
{
    color: inherit;
}
.ui-dialog
{
    padding: 0px;
}