@charset "utf-8";
body {
	color: #204162;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a {
	color:#E30007;
	text-decoration: underline;
}

a:hover {
	color:#6699cc;
	text-decoration: blink;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #000066;
	letter-spacing: 0.1em;
	text-align: center;
}
.Titre {
	font-size: 18pt;
	color: #E30007;
}
.btnSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #000066;
	border-top-color: #FF9966;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FF9966;
	border-top-width: 0.3em;
	border-right-width: 0.3em;
	border-bottom-width: 0.3em;
	border-left-width: 0.3em;
}
.maj {
	text-transform: uppercase;
}
img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
