body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	margin: 5px;
	background-color: #ffd;
}

div#interface{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

div#entete{
	width: 100%;
	height: 16px;
	margin: 0;
	background-image: url(../images/haut.gif);
}

div#pied{
	width: 100%;
	height: 14px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../images/bas.gif);
	color: white;
	clear: both;
}

div#corps{
	border: 1px solid #FF9F40;
	text-align: center;
}

img#bandeau{
	border: 1px solid gray;
	margin: 3px 0;
}

ul#menu{
	background-color: #FF9F40;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

ul#menu li{
	display: inline;
	font-weight: bold;
	color: white;
	margin: 0 7px;
}

ul#menu li a{
	color: white;
	text-decoration: none;
}

ul#menu li a:hover{
	color: #ffb;
	text-decoration: underline;
}

div#contenu{
	padding: 5px;
}

div.promo{
	font-weight: bold;
	color: red;
	font-size: 14pt;
	font-style: italic;
	margin: 1em 0;
}

div.promo a {
	color: inherit;
	text-decoration: none;
}

div.promo a:hover {
	color: #FF9F40;
	text-decoration: underline;
}

ul{
	list-style-type: square;
	text-align: left;
}

strong{
	color: #FF9F40;
}

div.stop{
	border: 1px solid #FF9F40;
	width: 280px;
	height: 100px;
	margin: 0 1em;
	float: left;
}

div.stop ul{
	margin-top: 0;
}

div.stop ul li{
	line-height: 2em;
}

div.pourquoi{
	border: 1px solid gray;
	margin: 1em 1em 1em 310px;
	padding: 5px;
}

p.sources{
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}

p{
	text-align: justify;
}

h1{
	color: #FF9F40;
	text-align: center;
	font-size: 13pt;
	margin: 0.5em 0;
}

h2{
	color: gray;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h2:before{
	content: "> ";
}

p.couleur{
	color: #FF9F40;
}

img{
	border: 0;
}

a{
	color: #FF9F40;
	font-weight: bold;
}

a:hover{
	color: black;
	text-decoration: none;
}

.formulaire_ok{
	font-weight: bold;
	color: green;
}

.formulaire_ko{
	font-weight: bold;
	color: red;
}

p.formulaire_ok{
	text-align: center;
}

ul.formulaire_ko{
	list-style-type: none;
}

input[type="submit"]{
	background-color: #FF9F40;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: inherit;
	border: 1px solid gray;
}

input, textarea{
	border: 1px solid gray;
	font-family: inherit;
	font-size: 8pt;
	background-color: #eee;
}

label{
	display:block;
	margin: 0;
	font-weight: bold;
	text-indent: 0.5em;
}

fieldset{
	width: 500px;
	margin: 1em auto;
	border: 1px solid gray;
	padding: 5px 20px;
}

fieldset p{
	margin: 0 0 0.7em 0;
}

div.nos_coordonnees {
	margin-left: 2em;
}


/* Calculateur */

fieldset.parametres_calculateur, fieldset.resultats_calculateur, fieldset.resultats_calculateur fieldset {
	border: none;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: block;
	text-align: left;
}

fieldset.parametres_calculateur {
	border-bottom: 1px dotted #FF9F40;	
}

div.champ{
	clear: both;
	padding: 5px 0;
}

fieldset.parametres_calculateur label, fieldset.resultats_calculateur label {
	float: left;
	text-indent: 0;
	margin-left: 5px;
}


fieldset.parametres_calculateur label {
	width: 400px;
}

fieldset.resultats_calculateur label {
	width: 500px;
	font-weight: normal;
}

fieldset.parametres_calculateur input[type="text"], fieldset.resultats_calculateur input[type="text"] {
	float: left;
	margin-bottom: 10px;
	width: 100px;
}

fieldset.resultats_calculateur input[type="text"] {
	text-align: right;
}

fieldset.parametres_calculateur input[type="submit"]{
	border: 1px solid gray;
	font-family: inherit;
	color: black;
	font-size: 8pt;
	background-color: #eee;
}

fieldset.resultats_calculateur legend {
	font-weight: bold;
	font-size: 13px;
	color: #ff9f40;
}

fieldset.resultats_calculateur div.champ {
	margin-left: 15px;	
}

div.champ_titre {
	background-color: #FFEFCC;
	border-bottom: 1px dotted #FF9F40;
	overflow: auto;
	height: 25px;
	line-height: 25px;
}

div.champ_titre label {
	font-weight: bold;
	line-height: 25px;
	width: 515px;
}

div.champ_titre input {
	margin-top: 4px;
	font-weight: bold;	
}

div.boutons {
	margin: 10px auto;
	text-align: center;
	clear: both;
}