p
{
	margin: 0;
	padding: 0;
	font-family:verdana;
}
.inp
{
	width:200px;
	background:#CCCCCC;
	border:1px solid #3E3632;
	color:#000000;
	padding:1px 2px 1px 2px;
}
textarea,select
{
	background:#CCCCCC;
	border:1px solid #3E3632;
	color:#000000;
}
#send
{
	width:580px;
	height:15px;
}
#message
{
	width:250px;
	height:100px
}
#send input
{
	height:28px;
	font-size:0px;
	width:128px;
	background:url('../images/envoyer_off.jpg') no-repeat;
	cursor: pointer;
	float:right;
	border:0px !important;
	
	
}
#send input:hover
{
	border: 0px  !important;
	cursor: pointer;
	background:url('../images/envoyer_on.jpg') no-repeat;
}

#erreur
{
	opacity:0.9;
	position:absolute;
	width:480px;
	margin-left:-240px;
	margin-top:340px;
	top:0px;
	left:50%;
	background:#000000;
	padding:20px;
	cursor:pointer;
	border:double 3px #c5c700;
}
#erreur p
{
	font-size:12px;
	color:#c5c700;
	font-weight:bold;
}

#content p
{
	padding:10px;
	text-align:justify;
}
#mainright
{
	top:324px;
}
#formulaire td
{
	font-size:11px;
	padding:5px;
	vertical-align:middle;
}
h1
{
	font-size:12px !important;
	padding-bottom:6px;
}
