/* CSS Document */
#lesContacts {
	position:relative ;
	text-align:center ;
}
caption {
	text-align:center ;
	font-weight:bold ;
	line-height:24px ;
}
th {
	text-align:center ;
	font-weight:bold ;
}

table {
	text-align:center ;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px ;
	border-color:#000066 ;
	border-left-width:medium ;
	border-style:none ;
	width:100% ;
	margin-bottom:15px ;
}
td {
	text-align:center ;
	vertical-align:top ;
	width:160px ;
}
#formulaire th {
	font-weight:normal ;
	text-align:right ;
	width:161px;
}
#formulaire tbody td {
	width:auto ;
	text-align:left ;
	padding-left:10px ;
	vertical-align:text-top ;
}
#formulaire tfoot td {
	padding-top:5px ;
}
.caseBoutonEnvoi {
	text-align:center ;
}
.envoi {
	color:#000066 ;
	font-weight:bold ;
	background-color:#91c4de ;
	width:100px ;
}
	
