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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 318px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #69C;
	color: #FFF;
}
.liens {
	color: #939;
}
h1 {
	color: #FFC;
}
body p span {
	color: #900;
}

h2 {
	color: #039;
}
#form1 table tr th {
	text-align: right;
	font-size: 1em;
}
#form1 table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
}
.nota {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
}
#form1 table tr #alerte {
	font-weight: bold;
	color: #F9C;
}
.alerte {
	font-weight: bold;
	color: #F9C;
}a {
	color: #F93;
	text-decoration: none;
}

