/*
//------------------------------------------------------------------
// 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 div.coordonnees{
	width:48%;
	text-align:center;
	height:215px;
	float : left;
}

#content p.lien{
	padding-top : 20px;
}

#content div.coordonnees li{
	list-style-type:none;
}

#content a{
	color:#474747;	
}

#content div.coordonnees span{
	font-weight:bold;
}


#content .msgcontact{
	color:red;
	margin:5px;
	font-weight:bold;
}


#content .formulaire{
	width:48%;
	float:right;
	margin-bottom:24px;
}


#content .formulaire p.titreform{
	display:none;
}

#content form{
	width:320px;
	margin-left:auto;
	margin-right:auto;
}


#content .formulaire input{
	width:200px;
	border:solid 1px #9b9b9b;
}

#content .formulaire textarea{
	border:solid 1px #9b9b9b;
	height:140px;
	width:200px;	
}

#content p{
	padding-bottom:5px;
}
#content .formulaire label{
	width:80px;
	float:left;
}
#content p.actions input{
	color:#56031E;
	font-size:10px;
	font-weight:bold;
	height:27px;
	text-align:center;
	width:87px;
	margin-left : 80px;
}
/*------------------------------------------------------------------*/
#content #plan{
	margin-bottom:24px;
	clear:both;
}
#googlemaps_map {
	width: 750px;
	height: 300px;
}
#googlemaps_map ul {
	list-style-type: none;
	color: black;
}
#googlemaps_map{
	border:solid 1px #4c607f;
	margin-right:auto;
	margin-left:auto;
}
/*------------------------------------------------------------------*/