html { font-size: 100%; }
body { font-size: 0.7em; font-family: Tahoma, Helvetica, sans-serif; color: #494949; }

table, tr, td { font-size: 1.0em; font-family: Tahoma, Helvetica, sans-serif; color: #494949; padding: 0; margin: 0; }

/* Fonctionnalités */
div#menuFonctions { position: absolute; top: 7px; left: 0; width: 944px; height: 16px; text-align: right; line-height: 16px; color: #fff; margin: 0; padding: 0; }
div#menuFonctions ul { margin: 0; padding: 0; list-style: none; }
div#menuFonctions li { display: inline; margin: 0; padding: 0 1px 0 1px; }
div#menuFonctions li a { color: #fff; text-decoration: none; text-transform: lowercase; }
div#menuFonctions li a:hover { color: #fff; text-decoration: underline; }

/* Historique */
#historic { position: absolute; top: 335px; left: 0; width: 955px; text-align: right; margin: 0; padding: 0; z-index: 300; }
#historic span { margin: 0; padding: 0; }
span.historique, span.historique a { text-transform: lowercase; color: #001caa; text-decoration: none; }
span.historique a:hover { color: #001caa; text-decoration: underline; }


h1 { color: #001caa; font-size: 1.1em; font-weight: normal; }
h2 { color: #001caa; font-size: 1.0em; }
h3 { color: #001caa; font-size: 1.0em; }

h1.titre-fiche { color: #001caa; font-size: 1.1em; font-weight: normal; margin: 0 0 20px 0; }

a, a:hover, a:visited, a:link, a:active { color: #001caa; text-decoration: underline; }

img { border: none; }

p.accroche { font-weight: bold; }

span.lettrine { font-size: 1.5em; }


/* Formulaires */
div.radio { margin: 0; padding: 0; }
div#blocNomOrganisme { margin: 0; padding: 0; }
div.checkbox { margin: 0; padding: 0; }

form h2 { color: #494949; font-size: 1.0em; margin: 0 0 8px 0; padding: 0; }

fieldset { border: none; margin: 0; padding: 10px 0 0 5px; }
fieldset br { clear:left; }
fieldset p { margin: 0; padding: 0 20px 0 15px; }
legend { font-size: 1.1em; font-weight: bold; display: none;}

p.erreur { font-size: 1.1em; font-weight: bold; color: red; }

label { display: inline; float: left; text-align: right; padding-right: 6px; margin-bottom: 12px; width: 150px; }
label.horaire { display: inline; float: left; text-align: left; padding-left: 6px; margin-bottom: 12px; width: 150px; }
.requis { font-weight: bold; }

p.requis { font-style: italic; margin: 0 0 20px 0; }

input { border: 1px solid #7f9db9; width: 220px; margin: 0; padding: 0;  font-size: 1.0em; font-family: Tahoma, Helvetica, sans-serif; color: #494949; }
textarea { font-size: 1.0em; font-family: Tahoma, Helvetica, sans-serif; color: #494949; border: 1px solid #7f9db9; width: 220px; margin-bottom:12px; }

/*input[type='checkbox'] { width: auto; margin: 0; padding: 0; } */
input.radioButton { width: auto; border: none; margin: 0; padding: 0; float: left; display: inline; }
input.checkButton { width: auto; border: none; margin: 0; padding: 0; float: left; display: inline; }
input.checkButtonDecale { width: auto; border: none; margin: 0 0 0 150px; padding: 0; float: left; display: inline; }
html>body input.checkButtonDecale { margin: 0 0 0 156px; }

.submit input {
	background-color: #daf287;
	border: 1px solid #001caa;
	color: #001caa;
	font-weight: bold;
	font-size: 1em;
	clear: both;
	padding: 2px;
	margin: 10px 0 10px 210px;
	width: auto;
}

select#id_objet { margin-bottom: 0em; }
#aideObjet div { padding-bottom: 1.5em; clear: left; }

/* Recherche */
div#recherche_resultats h3 { margin: 0; padding: 0; }

form#formLogin {
	margin: 15px 0 0 0;
}