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

body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #999999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
input {
    border: 1px solid #999;
	background-color: #fff;
	color: #333;
}
input[type=radio] {
    border: 0;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.champ {
}
.entete {
	width: 125px;
	font-style: italic;
	font-weight: normal;
}
.center {
	background-position: center;
}
.small {
	font-size: x-small;
	color: #999999;
}
