/* CSS Document */
td.contact
{
	font-size:9pt;
	background:#000;
	color:#FA8C33;
	
}
td.contact div.cc
{
	padding:20px 10px 20px 20px;
}
p.mention_form
{
	font-size:7pt;
	padding:10px;
	margin:0px;
	text-align:center;
	border:1px solid #000;
}

td.form
{
	font-size:10pt;
	padding-left:50px;
	padding-bottom:20px;
}
td.form li.mtxt input 
{
	width:250px;
	border:1px solid #000;
	margin:0px 0 0px 0;
	padding:0px 5px 0 5px;
	background:#EDEEF1;
	font-size:10pt;
}
td.form li textarea
{
	width:250px;
	border:1px solid #000;
	margin:0px 0 0px 0;
	padding:0px 5px 0 5px;
	background:#EDEEF1;
	font-size:10pt;
}
img.fb
{
	border:1px solid #000;
}
	
.mail a
{
	color:#FA8C33;
}
.mail a:hover
{
	color:#FA8C33;
	text-decoration:underline;
}