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

body {
	margin: 0;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1em;
}

#global {
	width: 100%;
}

#header {
	text-align: center;
	display: none;
}

#formulaire {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin solid #333333;
	color: #000000;
	font-weight: bold;
}

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


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

.boite {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	padding: 3px;
	border: thin solid #000000;
	color: #000000;
	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;
}

.no_print {
	display: none;
}

