/* feuille de mise en forme pour la CM*/
body {
	background-color: #fffaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #160067;
	font-weight: lighter;
	font-style: normal;
}
table {
	padding: 0px;
	border-spacing: 0px;
}
fieldset {
	background-color: #ffc8aa;
	margin:5px;
	border: 1px solid #49670E; 
	-moz-border-radius: 10px;
}
fieldset legend {
	color: #191964;
	font-weight: bold;
}
#donnee, #resultat {
	padding: 10px;
	background-color: #e2ffaa;
	border-color: #160067;
	border-width:1px;
	-moz-border-radius:20px;
}   
label.TextBox {
	text-align:right;
	width:250px;
	clear:left;
	display:block; 
	float:left;
	margin:5px;
}
input.text, SELECT {
	text-align:left;
	float:left;
	width:150px;
	padding:0px 20px 0px 5px;
	border: 1px solid #49670E;
	-moz-border-radius:25px;
}
a {
	cursor: alias;
	color:#160067;
	text-decoration:none;
}
a:hover {
     color:#FF9900;
     text-decoration:underline;
}
span.surligne {
  text-decoration: overline ;
}
img {
	border:0px;
}
.foot {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.td {
	width:500px;
}
.td2 {
	width:200px;
}
#ban {
	position:relative;
	display:block;
	margin-left: auto;
    margin-right: auto;
}