/* Formulaire telephone */

form {
	border-width: 0px;
	border-style: none;
}
input.text, textarea, input {
	display: block;
	font-size: 0.9em;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding:2px 5px;
	float: left;
	background: #FFFFFF;
	margin: 0px;
}
select {
	font-size: 70%;
	margin: 0px;
	padding: 2px;
	line-height: 110%;
	background: #CCCCCC;
	border-style: none;
	overflow: hidden;
}
input:focus, textarea:focus, select:focus { background-color: #CCCCCC; }
option {
	background: #FFFFCC;
	margin: 0px;
	padding: 0px;
}
.boutton input {
	cursor:pointer;
	border-style: none;
	background: url(../images/btn_valid_form.gif) no-repeat center center;
	color: #FFFFFF;
	display: block;
	height: 25px;
	width: 75px;
	overflow: hidden;
	margin: 20px 20px 0px 0px;
}
.boutton input:hover {
	color:#D9F138;
	display: block;
	height: 25px;
	width: 75px;
	overflow: hidden;
	font-weight: bold;
}
fieldset {
	border:0px;
}

#content table {
	font-size: 0.8em;
	color: #333333;
	margin: 10px 0px 30px;
}
