#coordonee {
color:#D6D6D6;
margin-top: 8px;
margin-bottom: 8px;
}

p
{
	margin: 0;
	padding: 0;
}

#cheminees_eco_design_contact
{
	width: 60%;
}

#cheminees_eco_design_contact p
{
	margin: 2px 0;
}

#renseignement fieldset
{
margin-bottom: 10px;
	border: #CCC 1px solid;
	width:60%;
}

#renseignement fieldset legend
{
padding: 0 10px;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* fieldset , legend */
#cheminees_eco_design_contact fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#cheminees_eco_design_contact fieldset legend
{
	padding: 0 10px;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* Label */
#cheminees_eco_design_contact label
{
	background-color: #8A0000;
	display: block;
	width: 29%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	font: 1.0em/1.5em Verdana, Arial, sans-serif;
}

#cheminees_eco_design_contact label:hover
{
	font-weight: bold;
}

#cheminees_eco_design_contact .form_label_nostyle
{
	background: none;
}

/* TexteArea */
#cheminees_eco_design_contact textarea
{
	margin-left: 1%;
	border: #CCC 1px solid;
}

#cheminees_eco_design_contact textarea:hover
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

/* Input */
#cheminees_eco_design_contact input
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

#cheminees_eco_design_contact input:hover, #monForm input:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

/* button submit */
#cheminees_eco_design_contact input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#cheminees_eco_design_contact input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#cheminees_eco_design_contact input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#cheminees_eco_design_contact input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}