div#cont-contact{
	width: 210px;
	height:auto;
	margin: 10px 0 0 10px;
	padding: 5px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
p.nom {
	font-size:1.1em;
	width:210px;
	text-align:center;
	text-decoration:underline;
}
p.tel, p.adresse, p.cp, p.ville {
	font-size:0.9em;
	width:210px;
	text-align:center;
}
table.frm-contact {
	margin: 10px auto;
	width: 560px;
	height: 300px;
	/*background: #00CCFF;
	color:#FFFFFF;*/
	background:#EEEEEE ;
	color:#666666;
	font-size: 0.9em;
	border: 3px dotted #00CCFF;
}
table.frm-contact a{
	text-decoration: underline;
	color:#00CCFF;
}
p.erreur {
	margin: 5px 0;
}
td.crypt {
	font-size: 0.8em;
	color:#00CCFF;
}

td.erreur-titre {
	background:#EEEEEE;
	color:#FF0000;
	height:30px;
	font-weight:bold;
	text-align:center;
}
td.erreur-info {
	text-indent: 10px;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	color:#FF0000;
	background:#EEEEEE;
	border-bottom: 3px dotted #FF0000;
}
td.contact-info {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	height: 30px;
}
td.contact-submit {
	height: 30px;
}
p.contact-coord{
	font-size: 0.9em;
	text-align:center;
}