@charset "utf-8";
/* CSS Document */

#contenu-page{
	width:669px;
	height:555px;
	background-image:url(../images/formulaire.png);
	background-repeat:no-repeat;
	}
#nom{
	position:relative;
	top:58px;
	left:52px;
	width:277px;
	height:20px;
	border:none;
	border-color: transparent;s
	}
#total-pers{
	position:relative;
	top:58px;
	left:250px;
	width:38px;
	height:16px;
	border:none;
	}
#telephone{
	position:relative;
	top:73px;
	left:85px;
	width:142px;
	height:20px;
	border:0;
	border-color: transparent;
	}
#mail{
	position:relative;
	top:73px;
	left:192px;
	width:312px;
	height:20px;
	border:none;
	}
#tableau{
	position:relative;
	top:173px;
	left:0px;
	width: 800;

	}
#tableau td{
	text-align:center;
	vertical-align:middle;
	height:14px;
	}
.vide{
	height:14px;
	}
#age, #taille, #poids, #pointure{
	width:30px;
	margin-left:3px;ss
	border: none;
	border-color:transparent;

	}
input{
	border:none;
	border-color:transparent;
	}
#dates{
	position:relative;
	top:180px;
	left:205px;
	line-height:30px;
	}
#datepicker{
	position:relative;
	}
#envoyer{
	position:relative;
	left:50px;
	border:thin;
	border-radius:7px;
	padding:5px;
	border-style:solid;
	border-color:#CC6633;
	}	
#envoyer:hover{
	border-color:#FFFFFF;
	}				