html, body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	background-color: #e9ecf1;
}

table {
	background-color: white;
}

.identifiant {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.formtxt {
	font-size: 10px;
	color: #214E88;
	text-decoration: none;
}

input, select, textarea {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #214E88;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #8093C1;
}

input.check {
	border: none;
}

.bouton {
	background-color: #C7D2E6;
}

a {
	color: #2B568E;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	cursor: pointer;
	text-decoration: none;
}

td {
	font-size: 11px;
	color: #666666;
}

h1 {
	color: #00AFD8;
	font-size: 16px;
	padding-bottom: 5px;
}

h2 {
	color: #F29400;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 7px;
	text-transform: uppercase;
}

H3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

H4 {
	font-size: 11px;
	font-weight: bold;
	color: black;
}

a.menu {
	font-size: 10px;
	color: #8092C1;
	width: 200px;
	height: 22px;
	background-image: url(/admin/images/interface-admin/fleches.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	padding-left: 16px;
	padding-top: 5px;
	text-decoration: none;
}

a.menu:hover {
	font-size: 10px;
	color: #214E88;
	width: 200px;
	height: 22px;
	background-image: url(/admin/images/interface-admin/fleches-over.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	padding-left: 16px;
	padding-top: 5px;
	text-decoration: none;
}

.menulist {
	margin: 0px;
	padding: 0px;
	list-style-image:url(/images/Menu/Picto_Menu.gif)
}

#formnav {
	margin-top: 20px;
	margin-bottom: 10px;
}

#formnav td {
	text-align: center;
}

#formnav td input {
	margin-left: 5px;
	margin-right: 5px;
}

.formItemDiv {
	margin-bottom:25px;
}

.formItemTable {
	border:none;
	border-collapse:collapse;
	margin-top:15px;
}

.headerindent {
 	margin-left:20px;
}

.helpbox {
	display: none;
	width: 175px;
	overflow: auto;
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	position: absolute;
}

.satBtn {
	cursor: pointer;
}

a.satBtn {
	font-size: 12px;
	font-weight: normal;
}

a.satBtn:hover {
	font-size: 12px;
	cursor: pointer;
}

.qcmquestion {
	margin-left: 20px;
	margin-bottom: 25px;
}

.qcmanswers {
	margin-left: 40px;
}

.error { 
	color: #CC0000; 
	font-weight: bold 
}

.message { 
	color: #214E88;
	font-weight: bold 
}

hr {
	border: 0;
	background: #F29400;
	color: #F29400;
	height: 2px;
}

#results {
	height: 502px; 
	width: 600px; 
	background: #FFF url(/images/bulletin.jpg) no-repeat;
	margin: 0pt auto;
	text-align: center;
	padding: 50px 0px 0px 0px;
}