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

body {
	margin: 0;
	background-color: #006699;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;

}

#global {
	width: 640px;
	margin: auto;
}

#header {
	text-align: center;
}

#formulaire {
	background-color: #FFCC00;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #FF9933;
	color: #00283C;
	font-weight: bold;
}

#footer {
	clear: both;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.85em;
	color: #003366;
	background-color: #FFCC33;
	padding: 1px;
	border: medium double #FF9900;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}


.titre {
	font-weight: bold;
	color: #FFCC00;
	font-size: 2em;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.boite {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #006699;
	padding: 3px;
	border: thin solid #001E2D;
	color: #FFCC00;
	font-weight: bold;
	font-size: 0.95em;
}

.soustitre {
	width: 125px;
	font-weight: bolder;
	display: inherit;
}
.tab_form {
	width: 95%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.td_nom {
	text-align: center;
}

.notice {
	font-size: 0.75em;
}

