div.MSF_ERROR
{
    font-size: 14px;
    font-weight: normal;
    color: #AA0000;
    background: #FFEEEE;
    border: solid 2px #AA8888;
    padding: 10px;
}

div.MSF_ERROR H1
{
    color: #AA0000;
}

table.formulaire
{
    border: solid 1px black;
}

table.formulaire th
{
    vertical-align: top;
    text-align: left;
    background: #EEEEEE;
    font-weight: bold;
}

table.formulaire td
{
    padding: 2px;
    background: #FFFFFF;
}

ul.formulaire_error
{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size:    10px;
    color:    #D40050;
}

input.formulaire_submit
{
    border: none;
    color:    #FFFFFF;
    background:    #D40050;
    padding: 2px 10px 2px 10px;
    cursor:    pointer;
}

div#MSF_DEBUGBAR
{
    position: absolute;
    right: 0;
    top: 0;
}

div#MSF_DEBUGBAR_MENU
{
    padding: 2px 1px 2px 1px;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    border: solid 1px #CCCC66;
    background: #FFFFDD;
    color: #111111;
    height: 16px;
    float: right;
    margin: 0 1px 2px 1px;
}
div#MSF_DEBUGBAR_LOGO
{
    cursor: pointer;
    font-family: verdana;
    float: left;
    border: solid 1px #CCAA66;
    background: #FFEEDD;
    height: 12px;
    margin: 0;
    padding: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

div#MSF_DEBUGBAR_ICONES
{
    display: inline;
}
    
div.MSF_DEBUGBAR_ICONE
{
    float: left;
    font-family: verdana;
    border: solid 1px #CCAA66;
    background: #FFEEDD;
    height: 12px;
    margin: 0;
    padding: 1px;
    margin-left: 1px;
    margin-right: 1px;
    cursor: pointer;
}

div.MSF_DEBUGBAR_ZONE
{
    clear:both;
    font-family: verdana;
    font-size: 10px;
    background: #FFFFDD;
    border: solid 1px #CCAA66;
    padding: 1px;
    margin: 0 1px 2px 1px;
    width: 550px;
}

div.MSF_DEBUGBAR_ZONE pre
{
    border: solid 1px #777777;
    font-size: 11px;
    background: #FFFFFF;
}

div.MSF_DEBUGBAR_ZONE table
{
    border: solid 1px #777777;
    width: 100%;
    font-family: verdana;
    font-size: 10px;
}
div.MSF_DEBUGBAR_ZONE th
{
    text-align: left;
    background: #EEEEEE;
}
div.MSF_DEBUGBAR_ZONE td
{
    text-align: right;
    background: #FFFFFF;
}
