form {
	padding:10px;
	width:380px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #99CCCC;
 }
fieldset {
	padding:20px;
	border: 1px solid #003333;
	margin: 0px;
 }
legend {
 color:#003333;
 font-weight:bold
 }
label {
	margin-top:10px;
	display:block;
	color: #006666;
 }
label.inline {
 display:inline
 }
input {
	border:1px solid black;
	margin: 0px;
	padding: 0px;
 }
input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 }
 input[type=submit], input[type=reset] {
	border:2px outset #A6BEDE;
	font-weight:bold;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
input[type=submit]:hover, input[type=reset]:hover {
 border:2px outset white;
 background-color:white;
 }
input[type=submit]:active, input[type=reset]:active {
 border:2px inset #A6BEDE;
 background-color:#A6BEDE;
 color:black;
 } 
select, option {
 }
textarea {
 border:1px solid black;
 }
#alerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	border: 1px solid #003333;
	width: 330px;
	height: 20px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

