/********** CONTACT **********/
div#contact
{
	margin: 25px 0 35px 0;
	width: 540px;
}

div#contact form
{
	margin: 0;
	padding: 0;
}

div#contact input.chp
{
	margin: 1px 0 0 0;
	padding: 0;
	width: 452px;
	height: 15px;
	border: 0 none;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #3300FF;
	background-color: transparent;
}

div#contact div.conteneur_chp
{
	margin-top: 6px;
	padding-left: 97px;
	width: 540px;
	height: 18px;
}

div#contact div.nom
{
	background: url(../../design/contact/nom.gif) no-repeat top left;
}

div#contact div.societe
{
	background: url(../../design/contact/societe.gif) no-repeat top left;
}

div#contact div.adresse
{
	background: url(../../design/contact/adresse.gif) no-repeat top left;
}

div#contact div.cp
{
	background: url(../../design/contact/cp.gif) no-repeat top left;
}

div#contact div.ville
{
	background: url(../../design/contact/ville.gif) no-repeat top left;
}

div#contact div.pays
{
	background: url(../../design/contact/pays.gif) no-repeat top left;
}

div#contact div.email
{
	background: url(../../design/contact/email.gif) no-repeat top left;
}

div#contact div.site_web
{
	background: url(../../design/contact/site_web.gif) no-repeat top left;
}

div#contact div.message
{
	margin-top: 6px;
	padding-left: 97px;
	width: 540px;
	height: 120px;
	background: url(../../design/contact/message.gif) no-repeat top left;
}

div#contact div.message textarea
{
	margin: 1px 0 0 0;
	padding: 0;
	width: 434px;
	height: 115px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #3300FF;
	border: 0 none;
	overflow: auto;
}

div#contact input.sub
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 101px;
	height: 18px;
	cursor: pointer;
}

