@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
body {font-family: Oswald, sans-serif; background:url(images/bg7.jpg) top no-repeat fixed;}
/*.center { max-width:1000px; min-height:650px; width:100%; margin:auto; border-radius:5px; box-shadow: 0px 0px 10px #A2A2A2; margin-top:50px; background:rgba(255,255,255,0.6);}*/
.center { max-width:1000px; min-height:650px; width:100%; margin:auto; border-radius:5px; margin-top:30px; color:#ffffff; font-size:1.1em; text-shadow:0px 0px 1px #000000;}
table {color:#ffffff; font-size:1.1em;}
.top { width:100%; float:left; text-align:center; margin-bottom:20px;}
.left { width:48%; float:left; margin-left:1%;}
.right { width:48%; float:right; margin-right:1%;}
.bottom {width:100%; float: left; margin-top:20px;}
.footer {width:40%; float: right; margin-top:10px;}
ul{ list-style:inside;}
a { color:yellow; text-decoration:none;}
a:hover { text-decoration:underline;}
table.centerthis { margin:auto;}
#villeline {display:none;}
.correct {color:#00ffa2;}
.wrong {color:red;}