/*
//------------------------------------------------------------------
// 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:48%;
	text-align:center;
	padding-top:60px;
	height:215px;
}

#content .coordonnees li{
	list-style-type:none;
}

#content a{
	color:#474747;	
}

#content .coordonnees span{
	font-weight:bold;
}


#content .msgcontact{
	color:red;
	margin:5px;
	font-weight:bold;
}


#content .formulaire{
	width:50%;
	float:right;
	padding-top:15px;	
}


#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 .formulaire p{
	margin-bottom:10px;
}
#content .formulaire label{
	width:80px;
	float:left;
	padding-left:5px;
}

#content button{
	width:87px;
	height:27px;
	text-align:center;
	color:#116fb8;
	font-size:10px;
	font-weight:bold;
	margin-left:125px;
}

#googlemaps_map{
	border:solid 2px #7ec1d9;
	margin-left:auto;
	margin-right:auto;
} */

/*------------------------------------------------------------------*/

#content .formulaire {
	margin:20px;	
	padding:5px;
	margin-left:30px;
	margin-right:30px;	
}

#content .formulaire .titreform{
	display:none;
}

#content .formulaire label{
	width:100px;
	float:left;
}
#content .formulaire p{
	margin-bottom:5px;
}

#content input, textarea{
	background:#FFFFFF;
	border:solid 1px #7C745E;
}
#content textarea{
	width:80%;
}

#content input{
	width:80%;
}

#content button{
	margin-left:100px;
}

#content p.center{
	border-top:solid 1px #7C745E;
	border-bottom:solid 1px #7C745E;
	padding:5px;
	margin-left:30px;
	margin-right:30px;
}

#content p#mailing_inscription label, #content p#mailing_autorisation label {
	width: 300px;
}

#content .coordonnees{
	list-style-type:none;
	text-align:center;
}
 
/*--------------------------------------------------------------------------------------------------------------*/

#googlemaps_map {
	width: 100%;
	height: 300px;
	border:1px solid black;
}

#googlemaps_map ul {
	list-style-type: none;
	color: black;
}