/*gère les marges pour toute la page*/

*{ margin:0px; padding:0px; }

/*attributs par défaut pour toute la page*/
body {margin:0px;  font:0.8em Arial, Verdana, sans-serif; color:#e5e5e5; padding-bottom:40px;}
p {font-size:0.85em; padding-bottom:3px;}
a { color:#e5e5e5; text-decoration:none;}
a:hover { color: #80d0d9; }


.orange { width:11px; height:11px; background-color:#f79e46; border:none; padding:0px; margin-top:6px; margin-right:8px; margin-bottom:3px;}
.bleu { width:11px; height:11px; background-color:#80d0d9; border:none; padding:0px; margin-left:8px; margin-top:6px; margin-bottom:3px;}
