p
{
	margin: 0;
	padding: 0;
	font-family:verdana;
}
.inp
{
	width:200px;
}
#send
{
	width:580px;
	height:15px;
}
#message
{
	width:250px;
	height:100px
}
#send input
{
	height:18px;
	font-size:10px;
	width:70px;
	color:#ffffff;
	background:#B0BEC4;
	cursor: pointer;
	float:right;
	border:0px !important;
	
}
#send input:hover
{
	border: 0px  !important;
	background:#B0BEC4 !important;
	cursor: pointer;
}

#erreur
{
	opacity:0.9;
	position:absolute;
	width:480px;
	margin-left:-500px;
	margin-top:180px;
	top:0px;
	left:50%;
	background:#B0BEC4;
	color:#ffffff;
	font-size:12px;
	padding:20px;
	cursor:pointer;
	border:double 3px #ffffff;
	z-index:999;
}
#erreur p
{
	color:#ffffff;
	font-size:13px;
	cursor:pointer;
	
}
#content p
{
	padding:10px;
	text-align:justify;
}
#mainright
{
	top:324px;
}
#formulaire td
{
	font-size:11px;
	padding:5px;
}
#formulaire
{
	margin-top:40px;
}
