/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#bandeau {
	height: 205px;
	background: url(images/bandeau/contact.jpg) center top no-repeat;
	position: relative;
}
/*------------------------------------------------------------------*/

#content .formulaire {
	margin:20px;	
	padding:5px;
	margin-left:30px;
	margin-right:30px;	
}

#content .formulaire .titreform{
	display:none;
}

#content .formulaire label{
	width:100px;
	float:left;
}
#content .formulaire p{
	margin-bottom:5px;
}

#content input, textarea{
	background:#e9e9e9;
	border:solid 1px #D4D4D4;
}
#content textarea{
	width:300px;
	height:200px;
}

#content input{
	width:300px;
}

#content button{
	margin-left:340px;
}

#content p.center{
	border-top:solid 1px #7C745E;
	border-bottom:solid 1px #7C745E;
	padding:5px;
	margin-left:30px;
	margin-right:30px;
}

#content p#mailing_inscription label, #content p#mailing_autorisation label {
	width: 300px;
}
#content #contenu #adresse{
	margin:0 auto;
	background: transparent url('images/contact/fer.gif') no-repeat center;
	height:235px;
	width:205px;
}
#content #contenu #adresse ul{
	padding-top:50px;

}
/*--------------------------------------------------------*/
#googlemaps_map {
	width: 470px;
	height: 400px;
	margin: auto;
	border: solid 1px #AA4C00;
}
#googlemaps_map ul {
	list-style-type: none;
	color: black;
}
/*--------------------------------------------------------*/
#adresse {
	text-align: center;
}
#adresse ul {
	list-style-type: none;
}