/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
/*------------------------------------------------------------------*/
#content #titre_contact {
  padding-top:25px;
  padding-left:10px;
}
#content #encart_info_contact {
  width:430px;
  margin-right:25px;
  text-align:justify;
  font-size:12px;
  float:right;
}
#content #encart_info_contact ol li {
  padding:5px;
}
#content #encart_info_contact #surlign_rouge01 {
  background:url(images/surlignage-rouge01.jpg);
  height:16px;
  width:154px;
}
/*------------------------------------------------------------------*/
#content #google_map #surlign_orange01 {
  background:url(images/surlignage-orange01.jpg);
  height:16px;
  width:133px;
}
#content #google_map #googlemaps_map {
	width: 500px;
  height: 300px;
	margin:auto;
	border:3px solid #4c3a32;
}
#content #google_map {
  padding-bottom:15px;
}
/*------------------------------------------------------------------*/
#content .formulaire {
	padding:15px;
	width:425px;
}
#content .formulaire label{
	width:100px;
	float:left;
}
#content input, textarea{
	border:solid 1px #7C745E;
}
#content textarea{
	width:300px;
}
#content input{
	width:300px;
}
#content button{
	margin-left:220px;
}