/* Mon nouveau style favori */

body {
  color : blue;
  background-color : white;
}

a {
  color : blue;
}

a.personne {
  color : green;
}

.important {
  background-color : red;
}

td.film {
  vertical-align : top;
}

td.resume {
  text-align: justify;
}


tr.tr1 {
  background-color: #ffe0e0;
}

tr.tr2 {
  background-color: #e0ffc0;
}

#publicite {position:absolute; left:5px;}
#principale {position:absolute; left:20%; right: 5px;}

