@charset "utf-8";
/* CSS Document */
body {background-color: #daeff7;	margin:0px;} 
* { font-family:Verdana, Geneva, sans-serif;}
div#wpr { height:100%; text-align:center}

/*.table { background-color:#0FF}*/
a#l_arrow, a#r_arrow {
	background-image: url(../images/left-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:none;
	width:32px;
	height:20px;
	display: block;
}
a#l_arrow { background: url(../images/left-arrow.png) center center no-repeat; }
a#l_arrow:hover { background-image: url(../images/left-arrow-r.png); }
a#r_arrow{ background: url(../images/right-arrow.png)  center center no-repeat; }
a#r_arrow:hover { background-image: url(../images/right-arrow-r.png);}
div#nav { text-align:center; width:200px; margin:auto}
div#nom_quin {text-align:center; width:100px; font-size:18px; display:block;}

table.lista td { font-size:11px; line-height:8px; border-collapse:collapse; border:solid 1px #09F; padding:0px 6px; height:32px }
table.lista th { font-size:11px}

table.lista td.u {padding:0px !important}
table.lista td.u a img {float:left; border:none; width:32px; margin-right:5px}
table.lista td.u a {font-size:10px; text-decoration:none}
table.lista td.u a span { font-size:10px; display:block; float:left; margin-top:12px;}
table.lista td a font { color:#F30; font-size:10px;}
table.lista td.r a { text-decoration:none }
table.lista td.r a span { font-size:10px; display:block; color:#C51019}
table.lista td.r a:hover { color:#C51019; font-weight:bold }
table.lista strong {color:#C51019}

