@charset "utf-8";
/* CSS Document */

body {
	background: url(wrap_fond.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment:scroll;
	background-color:#000;
	color:#EEE;
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: 11px; }
img { border:none; }

.u { text-decoration: underline; }

select:active, select:focus, a:active { outline:none; }

a, a:visited { color: #f66; }
a:hover { color: #f66; }
a:active { color: #aaa; }

.table {
	background:url(greypix1.png);
	border:	solid 1px #333;
	margin:	5px;
	width:	450px; }
.table td { padding:2px 5px; }
.table th { background:url(greypix1.png); }
td { vertical-align:middle; }
.qst { width: 400px; text-align:left; }
.tdqst:hover { background:url(greypix1.png); }

label { display: block; }
label:hover{ text-decoration:underline; }

#desc { width:300px; margin: 20px auto; text-align:left; font-size:11px; }

#retacc { display: block; width: 300px; height: 30px; margin: 20px auto 10px auto; }
#content { width: 600px; margin: 70px auto; font-size: 12px; text-align: justify; }

