/*  pour tout les marqueurs  */
* {font-family: arial, helvetica, sans-serif}
.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
.justify {text-align: justify}
.black {color: #000000}
.white {color: #FFFFFF}
.red {color: #FF0000}
.coul-txt {color: #334488}

/*  titres  */
h1, h2, h3 {color: #FF0000}

/*  listes  */
li {text-align: justify}

/*  corps de la page  */
/*body {border: 0px; padding: 0px; margin: 0px; color: #334488}*/
body {color: #334488; background-color: #000000}

/*  liens  */
a {font-weight: bold; text-decoration: none}
a:link, a:active, a:visited {color: #777788}
a:hover {color: #FF0000}

/*  tableaux  */
/* table {border: 0px; padding: 0px; margin: 0px;}*/
table.cadre {width: 760px}
table.page {width: 760px}
table.menuv {width: 140}
table.corps {width: 580}


/*  cellules  */
td.c1 {width: 10px;  background-color: #334488; vertical-align: top}
td.c2 {width: 140px; background-color: #334488; vertical-align: top}
td.c3 {width: 10px;  background-color: #334488; vertical-align: top}
td.c4 {width: 10px;  background-color: #FFFFFF; vertical-align: top}
td.c5 {width: 580px; background-color: #FFFFFF; vertical-align: top}
td.c6 {width: 10px;  background-color: #FFFFFF; vertical-align: top}

td.c1menuv {width: 12px;  background-color: #334488; vertical-align: top}
td.c2menuv {width: 128px; background-color: #334488; vertical-align: top}

td.c1menuv2 {width: 12px;  background-color: #334488; vertical-align: top}
td.c2menuv2 {width: 110px; background-color: #334488; vertical-align: top}

/*  menus  */
a.menu:hover {color: #FFFFFF}
.menu {font-weight: bold; color: #FFFFFF}
a.date:link, a.date:active, a.date:visited {color: #FFFFFF}
a.top:link, a.top:active, a.top:visited {color: #777788}