/*
//------------------------------------------------------------------
// 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 générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content h3{
	background:#962821;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:4px;
	padding-left:15px;
	color:white;
}

#content ul li{
	list-style-type:none;
}
#content {
	font-size:12px;
}
#coordonnees a{
	color:black;
}
#coordonnees span{
	font-weight:bold;
}
#coordonnees {
	margin:20px;
}

#content .formul{
	margin:20px;
	margin-bottom:-20px;
	margin-top:50px;
}

#content .formulaire{
	margin:20px;
}


#content img{
	vertical-align:middle;
}

#content input, textarea{
	width:200px;
}
#content label{
	width:100px;
	float:left;
}
p.titreform{
	display:none;
}
#content .formulaire p{
	margin-bottom:3px;
}
#content button{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:60px;
}

#content .plan{
	float:right;
	margin-top:20px;
	margin-right:20px;
}

#content #googlemaps_map{
	width:500px;
	height:300px;
}
