#fond {
	padding-top: 15px;
	background: #ede8e4 url(images/fond_coord2.png) repeat-x;
}
p { margin-bottom: 0.8em; }
div#ombreentete {
	background-color: #ede8e4;
}
#contenu {
	width: 30em;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}
strong { color: #444; }
em { font-size : 0.9em;}
.moyen {
	color: #876357;
	text-align: right;
	font-weight: bold;
	clear: both;
	padding-right: 4px;
	border-bottom: 1px dotted #595755;
	margin-top: 20px;
}
.boule {
	background: url(images/boule-puce.png) center left no-repeat;
	padding-left: 20px;
}
.donnees {
	color: #1a3a7a;
	text-align: left;
	clear: both;
	padding-left: 4px;
	margin-bottom: 20px;
}
.donnees a:link, .donnees a:visited, .donnees a:hover, .donnees a:active {
	color: #1a3a7a;
	text-decoration: none;
}
.donnees a:hover {
	text-decoration: underline
}
/* ---- formulaire ---- */
form {
	width: 34em;
	margin: 10px auto;
	font-family: verdana, arial, sans-serif;
	background-color: #f4f3f1;
	border: 1px solid #878177;
	padding: 0 20px;
	height: expression('1%');
/* IE Pick-a-boo bug fix */
}
fieldset {
	position: expression('relative');
/* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color: #fafafa;
	margin: 20px 0;
	border: 3px solid #e4e3d3;
}
legend {
	position: expression('absolute');
	top: expression('-9px');
/* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
	color: #555;
	font-size: 115%;
}
label {
	display: block;
	float: left;
	width: 10em;
}
.etoile {
	color: #700;
}
textarea {
	overflow: auto;
	border: 1px solid #acbdda;
	background-color: #f5f5ff;
}
input {
	border: 1px solid #acbdda;
	background-color: #f5f5ff;
}
.inputText {
	margin-bottom: 3px;
}
input#bouton {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px outset #acbdda;
	background-color: #f4f3f1;
	font-weight: bold;
	cursor: pointer;
}
input#bouton:hover {
	background-color: white;
	color: #005;
}
input#bouton:active {
	border: 1px inset gray;
	background-color: #ddd;
	color: white;
}
#center {
	text-align: center
}
#erreurs {
	border: 1px dotted #ccc;
	font-size: 13px;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #f2eeee;
	color: red;
}
#ok {
	border: 1px dotted #ccc;
	font-size: 13px;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #eef2ee;
	color: green;
}
.cache {
	display: none;
}
.montre {
	display: block;
}
