
a
{
	color:black;
}
a:hover
{
	color:#999;
}
#top_cadre
{
	margin-top:15px;
}
#contenu_contact
{
	background: url(../templates/middle_cadre.png) repeat-y;
	position: relative;
	width: 905px;
	height: 680px;
	margin: 0px 0px 0px 1px;
	font-family: arial;
}
#contenu_revendeur
{
	background: url(../templates/middle_cadre.png) repeat-y;
	position: relative;
	width: 905px;
	height: 760px;
	margin: 0px 0px 0px 1px;
	font-family: arial;
}

table
{
	text-align: left;
	font-size: 9pt;
	color: #555555;
}

h2
{
	line-height: 35pt;
	text-align: left;
	position: absolute;
	top: 5px;
	left: 45px;
	font-weight: normal;
}

#adresse
{
	position:absolute;
	background:url(../templates/fond_contact.jpg) no-repeat;
	font-size:9pt;
	text-align:left;
	right:0px;
	top:20px;
	width:390px;
	height:270px;
	margin:52px 30px 0px 20px;
	padding:14px 0px 10px 30px;
}
#liens
{	
	color:#0088CC;
	font-weight:bold;
}

#formulaire
{
	margin:60px 0px 0px 40px;
	position:absolute;
	height:400px;
	width:400px;
}
#reponse
{
	margin:80px 0px 0px 40px;
	float:left;	
	height:400px;
	width:340px;
	font-size:10pt;
	text-align:left;
}
#champs
{
	width:200px;
}

#reponse a
{
	color:#0088CC;
	font-weight:bold;
}
#formulaire input, #formulaire textarea {
	background-color:#f4f4f4;
	border:1px solid #CCCCCC;
	color:#000;
  width:200px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
}

#formulaire textarea {
	width:400px;
}
#send input
{
	background-image:url(../templates/send_out.png);
  background-color:#FFFFFF;
	border:none;
	width:92px;
	height:24px;
	 background-color:#FFFFFF;
   float:left;

}
#send input:hover
{
	background-image:url(../templates/send_over.png);
  background-color:#FFFFFF;
}
#cancel input
{
	background-image:url(../templates/annuler_out.png);
  background-color:#FFFFFF;
	margin-left:218px;
	border:none;
	width:92px;
	height:24px;
  float:right;

	
}
#cancel input:hover
{	
	background-image:url(../templates/annuler_over.png);
  background-color:#FFFFFF;
}

#wrapper {
	margin-top:400px;
	float: right;
	margin-right: 10px;
}
#oblig{
	font-size: 8pt;
	color: #999;
}