html
{
	/*
	background-color:lightskyblue;
	*/
}
body
{
	margin:0.25em; padding-top:1em;
}
.deroule 
{ 	
	position:absolute; z-index:9; 
	background-color:skyblue; list-style-type:none; line-height:1.5em;
	border-radius:10px; 
	visibility:hidden; padding:1em; cursor:hand;
}
h2 {
	font-size: 1.2em; color: slateblue;
}
#compte 	{	float:left; width:34%; height:14%; margin:1%; }
#criteres	{	float:left; width:56%; height:14%; margin:1%; }
.bleue		{ 	padding-top:0;padding-bottom:0;margin-top:0; margin-bottom:0;font-size:0.8em;
			border-style:solid;border-width:1px;border-color:navy;background-color:skyblue; }
.letter		{	font-size:1em; font-weight:bold; cursor:pointer; }
iframe 
{
	width:650px;
	height:500px;
	overflow:hidden;
	margin:auto;
}
textarea {
	vertical-align: text-top;
}
#header
{
	margin:auto;
}
#header span
{	
	border-style:solid; border-color: navy; border-width:2px;
	border-radius: 12px;
	font-size:1em;
	padding:0.5em;
	font-weight:bold;
	background-color:aqua;
	margin: 0.1em;
	font-variant: small-caps;
}
#items {
	margin-top: 2em;
}
#items span, #docs .subtitle {
	padding: 0.75em;
	text-decoration: underline;
	color: mediumBlue;
	font-weight: bold;
	cursor: pointer;
}
#items span.emphase {
	/*
	border-style: solid; border-width: 2px; border-color: red;
	border-radius: 1em;
	text-decoration: none;
	*/
	color: red;
}
#header span.emphase {
	background-color: lightskyblue;
}
footer
{
	position:fixed; top:98%; left:80%;
	font-variant:small-caps;
	color:royalblue;
}
#prof_select span
{
	padding:0.25em;
	font-weight:bold;
	background-color:aqua;
	margin:0.1em;
	border-radius: 10px;
}
#prof_select {
	border-style: solid; border-width: 1px; border-color: black;
	width:50%;
	padding-bottom: 2em;
}
#prof_select select {
	width: 24em; vertical-align: text-top; 
	overflow-y: scroll; margin-left:2em; margin-right: 3em;
}
fieldset {
	border-radius: 10px;
	padding: 0.5em;
}
legend {
	font-weight: bold;
}
#cadre_a {
	margin-left:1em;
	border-style:solid; border-width:1px; border-color:navy;	
}
#cadre_a legend {
 	color: #999;
 	background: #fff;
 	padding: 0 .25em;
 	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}
.panneau td 
{
	font-size:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right:1.2em;
	padding-left:0.5em;
}