/*Document CSS principal : interface homme machine*/

.spacer {
	clear:both;
	visibility:hidden;
	height:0;
}


body {
	font-size: 10pt;
	font-family:Verdana, Helvetica, sans-serif;
	background: #ac6704;

}

a { color:#333; }

a:hover { color:#c70000; }
form {
	margin:0;
	padding:0;
}

iframe {
	margin:0;
	padding:0;
}

/*
L'exemple suivant permet d'appliquer un style aux liens du site
a {color:#b74f00; text-decoration:none; font-size:9pt;}
a:hover { text-decoration:underline; color:#dd7a03;	}
*/


/* Le conteneur : encadrement du site */
#conteneur { background-color: #fff; width: 730px; margin: 10px auto; padding: 3px; }

/*
Contenu (entre le menu et la pied de page)
Changer les style de police ou de couleur de texte ici
*/
#contenu {
	padding:14px;
}

.erreur {
	color:red;
	font-weight:bold;
}

.petit {
	color:#444;
	font-size:8pt;
}

.titre {
	color:black;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

h1 
{ color: #ac5c05; font-size: 14pt; padding-bottom: 5px; border-bottom: 1px solid #f3d2ae;}