body {
    background-image: none !important;
    background-color: #FFF !important;
    color: #000!important;
}


body *:not(article):not(a):not(header):not(.evenement_toggle_content) {
    background-color: #FFF  !important;
}


body * {
    color: #000  !important;
}


ul.ui-selectable li.ui-widget-content {		
    background: none;
    background-color: #FCF175;
    color: #000;
}


div#open_accessibility {
    background-image: url(../images/accessibilite.png);
}


input[type='text'],
input[type='password'],
input[type='submit'],
input[type='url'] {
    border: 1px solid black !important;
}


input::-webkit-input-placeholder{
    color:#000;
    font-weight:normal;
    padding-top:1px;
}


input::-moz-placeholder {
    color:#000;
    font-weight:normal;
    padding-top:1px;
}


input:-moz-placeholder {
    color:#000;
    font-weight:normal;
    padding-top:1px;
}


input:-ms-input-placeholder {  
    color:#000;
    font-weight:normal;
    padding-top:1px;
}