/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


/*------------------------------------------------------------------*/

#googlemaps_map {
	width: 500px;
	height: 400px;
	border: solid 2px #001D4C;
	margin: auto;
}

#googlemaps_map ul {
	list-style-type: none;
	color: black;
}
#coordonnees{
	width : 450px !important;
	width: 400px;
	padding : 10px;
	font-size: 1em;
	margin-left: 20px;
	line-height: 20px;
	float: right;
}
#coordonnees table {
	width: 98%;
}
#coordonnees table td {
	vertical-align: top;
}
#coordonnees li{
	list-style-type:none;
}
img.illu {
	border:  solid 1px #001D4C;
}

#formulaire {
	margin: 10px 0 20px 25px;
	padding : 10px 10px 30px 10px;
	color: black;
	font-size: 0.8em;
	width : 250px;
	line-height: 20px;
	border: solid 1px #001D4C;
}
#formulaire p {
	padding: 0px;
}
.up{
 font-weight: bold;
}

.titreform {
	width : 250px;
	background: #001D4C;
	color: white;
	font-size: 1em;
	padding-left: 20px;
}

label{
	margin-right: 10px;
	width : 20%;
	text-align: right;
	ligne-height: 25px;
}

input, textarea {
	width: 250px;
	border:solid 1px black;
	background-color:white;
	color:black;
}

button {
	background: #001D4C;
	margin-right: 10px;
	font-size: 1em;
	width: 65px;
	height: 25px;
	color: white;
	font-weight: bold;
	float: right;
	border: solid 1px white;
}


