/* Styles Video */
#conteneur { clear: both; float: left; width: 100%; overflow: hidden; margin-top: 40px;}
#navigation { position: absolute; width: 100%; overflow: hidden; }
#extra { float: left; overflow: hidden; margin-top: 10px;}


#contenu .ps { float: left; width: 70%; }

#contenu #principal,
.cartouche .spip_logos { float: right; width: 28%; clear: right; }

.cartouche .spip_logos { clear: right; }

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first, table.spip tr.row_odd, table.spip tr.row_even { background-color: transparent; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 0px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }
table.spip td:first-child { text-align: right; font-weight: bold;}


