/*
-----------------------------------------------
Ariane Aubart coaching
Version: 19 Mars 2006

orange: ff7519
orange rouge : ff4f19

----------------------------------------------- */

/* STYLE DE FORMILAIRE CONTACT
----------------------------------------------- */
#contact {
 /* margin: 20px 0 20px 20px;*/
	padding: 0;
	display: block;
	background: transparent  ;
	overflow : auto;
}
#contact label{
	width: 146px;
	display: block;
	font-size:0.85em;
	font-weight: bold;
	color: #ff7519 ; 
  background: transparent;
}
#contact input,textarea{
	background-color:#fff;
	border: 0px solid #fff;
	color: #ff7519;
	margin-bottom: 5px;
}
#contact input{	width: 250px; padding:3px;}
#contact textarea{
  width: 250px; 
  height: 75px;
  padding:2px; 
  overflow:auto;
}
#contact span input{
   width: 254px;
   height: 20px;
   font-size:10px;
}
#contact span input:hover{
  background: #ff7519 ;
  color: #fff ;
}
/*label message*/

#col3_m{ 
  width: 280px;
  float: left;
  margin:0 0 0 25px;
}
#col2_m{ 
  width: 370px;
  float: left; 
  margin:0;
}
.attente{
  width: 30%;
	margin: auto auto auto auto;
	padding: 5px;
	background-color: #dcdcdc;
	color : #ff4f19;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}

