/* General */

body {
    background-color : #ffffff;
    color : #000044;
    font-family : arial, sans-serif;
    font-size : 12px;
}

a, a:visited {
    color : #000000;
    text-decoration : underline;
}

a:hover {
    color : #000000;
    text-decoration : none;
}

input {
    background-color : #ddddff;
    border : solid 1px #000044;
    color : #000000;
    font-size : 10px;
}

#pop_list {
    border : solid 1px #000000;
}

#pop_list td {
    background-color : #ddddff;
}

#pop_list .entete {
    color : #ffffff;
    font-weight : bold;
    background-color : #000044;
    border : dashed 1px red;
    text-align : center;
}

div {
    margin : 4px;
}

.Rouge {color: #FF0000}
