html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
	}
body {
	background: #ffffff;
	color: #111111;
	font-family: Tahoma;
	padding: 5px;
	}
a, a:visited {
	color : #4b751a;
	text-decoration: none;
	}
a:hover {
	color : #7abc2c;
	text-decoration: none;
	}

	
form#carte {
	background: #9cbc2c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	width: 600px;
	}
form#carte fieldset {
border: none;
margin-bottom: 5px;
}
form#carte fieldset:last-of-type {
margin-bottom: 0;
}
form#carte legend {
color: #384313;
font-size: 16px;
font-weight: bold;
padding-bottom: 5px;
text-shadow: 0 1px 1px #c0d576;
}

form#carte fieldset fieldset legend {
color: #111111;
font-size: 13px;
font-weight: normal;
padding-bottom: 0;
}

form#carte ol li {
background: #b9cf6a;
background: rgba(255,255,255,.3);
border-color: #e3ebc3;
border-color: rgba(255,255,255,.6);
border-style: solid;
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 30px;
list-style: none;
padding: 5px 10px;
margin-bottom: 5px;
}
form#carte ol ol li {
background: none;
border: none;
float: left;
}

form#carte label {
float: left;
font-size: 13px;
width: 75px;
line-height: 30px;
vertical-align: ;
}


form#carte fieldset fieldset label {
background:none no-repeat left 50%;
line-height: 20px;
padding: 0 0 0 30px;
width: auto;
}

form#carte select {
background: #ffffff;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font: 14px Tahoma;
outline: none;
padding: 5px;
width: 250px;
}

form#carte button {
background: #384313;
border: none;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
color: #ffffff;
display: block;
font: 15px Tahoma;
letter-spacing: 1px;
margin: auto;
padding: 7px 15px;
text-shadow: 0 1px 1px #000000;
text-transform: uppercase;
}
form#carte button:hover {
background: #1e2506;
cursor: pointer;
}