/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content img{
	border:1px solid #FFF;
}

#coordonnees {
	margin-bottom:60px;
}

#coordonnees li {
	list-style-type:none;
	margin-bottom:10px;
}

#formulaire {
	margin-top:20px;
	width:410px;
	text-align:center;
}

#formulaire input, #formulaire textarea {
	border: 1px solid gray;
	font-weight:normal;
	color:black;
	font-size:12px;
	width:250px;
}

button {
	border: 1px solid gray;
	background-color:#B77534;
	font-size:12px;
	color:white;
	margin-left:140px;
	text-indent:0px;
}

p {	/*** Mise en forme des lignes du formulaire ***/
	padding: 0 0;
	margin: 0 0 .2em 0;
}

label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	
	width: 70px;	
	text-align: right;
	margin: 0;
	padding: 0px;
	font-weight:bold;
}

#plan {
	margin:-285px 30px 0 0;
	float:right;
	color:black;
	border:1px solid #FFF;
}
#content #plan #googlemaps_map{
	width:400px;
	height:300px;
}
#formulaire {
	margin-top:110px;
}