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

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

body * {
    color: #EEE!important;
}

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

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


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


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

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

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

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