

/* Tables still need 'cellspacing="0"' in the markup. */
.liste table { border-collapse: separate; border-spacing: 0; }


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.liste a img { border: none; }



.liste a {
	color: #607293;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;padding: 5px 5px;
}

.liste a:hover {
	color: #354158;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}


#container {
	width: auto;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}
#container td{

	padding-top: 5px;
	padding-bottom: 5px;

}



.nav {
	float: right;
	margin-top: -15px;
}




.desc {
	margin: -15px 0 40px 0;
}


.arrow {
	font-size: 4em;
	position: absolute;
	right: 0px;
	top: -16px;
	color: #b9b9b9;
}






