/*
//------------------------------------------------------------------
// 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 .coordonnees{
	width : 218px;
	height : 207px;
	background : url(images/stills/bg_intro.gif) no-repeat;
	color : #fff;
	padding : 10px;
	float : left;
}
#content .coordonnees span{
	font-weight : bold;
}
#content .coordonnees a{
	color : #CCCCCC;
	text-decoration : none;
}
/*------------------------------------------------------------------*/
#googlemaps_map {
	width: 750px;
	height: 300px;
	float : right;
}
#googlemaps_map ul {
	list-style-type: none;
	color: black;
}
/*------------------------------------------------------------------*/
#content .formulaire {
	background : url(images/stills/bg_contact.gif) no-repeat;
	float : right;
	height : 267px;
	width : 482px;
	padding : 0 10px;
}
#content .formulaire h3{
	color : #6c0012;
	font-size : 12px;
	padding : 0 0 15px 0;
}
#content .formulaire .titreform{
	display:none;
}
#content .formulaire label{
	width:100px;
	float:left;
}
#content .formulaire p{
	margin-bottom:5px;
}
#content input, textarea{
	background:#fff;
	border:1px solid #6C0012;
}
#content textarea{
	width : 360px;
	height : 75px;
}
#content input{
	width:360px;
}
#content p.actions input{
	color:#56031E;
	font-size:10px;
	font-weight:bold;
	height:27px;
	text-align:center;
	width:87px;
	margin-left : 100px;
}
/*------------------------------------------------------------------*/
