html,body {

margin: 0;
padding: 0;
height: 100%;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;

}

p {

margin-top: 0;
margin-left: 10px;
padding: 0;
text-align: justify;

}

img {

margin: 5px;
padding: 0;

}

a img { border: none; }

a {

text-decoration: none;
color: #cc0000;

}

a:hover {

text-decoration: underline;

}

#background {

height: 100%;

}


/* Codes couleur :

- bleu menu : #546f8f;
- bleu texte : #8094b0;
- bleu SIC : #4dafd3;
- rouge foncé : #a5132c;

Codes trame :

- bleu menu : #bbe0e3;
- rouge menu : #cc0000;
- bleu SIC : #546f8f;
- sicblue : #54548f;

*/