/* CSS Document */

#contact table{
	width:300px;
}

#contact input, select, textarea{
	width:180px;
	background-color:#d1dee0;
	border:0px solid #999999;


}
#contact input.radio{
	width:17px;
	height:17px;
	background-color:#FFFFFF;


}
#contact fieldset{
width:160px;
font-size:11px;
}
#contact input.bt1{
	width:121px;

}
.tel{
	font-size:16px;
	font-weight:bold;
	color:#1f5557;
	letter-spacing:2px;

}

.adresse{
	font-size:11px;
	color:#1c4d51;
	background-color:#fbf0dc;
	padding:3px;
	border:1px solid #1c4d51;
	margin-top:15px;
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

.confirm{
	text-align:center;
	margin-top:50px;

}