/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

#map{
	background : url(images/encart-contact.jpg) no-repeat;
	width: 550px;
	height: 350px;
	text-align : center;
}
#contenu > #map{
	background : url(images/encart-contact.png) no-repeat;
	padding : 2px 0 0 35px;
}
#map #googlemaps_map {
	width: 480px;
	height: 340px;
	border : 1px solid #fff;
}
#map #googlemaps_map ul {
	list-style-type: none;
	color: black;
}
#map #googlemaps_map span {
	display : none;
}
/*------------------------------------------------------------------*/
#content #encart{
	background : url(images/encart-contact.jpg) no-repeat;
	width: 550px;
	height: 350px;
}
#contenu > #encart{
	background : url(images/encart-contact.png) no-repeat;
}
/*------------------------------------------------------------------*/
#content #encart div.contact{
	text-align : center;
	padding : 5px 0 0 0;
}
#content #encart div.contact h3{

}
#content #encart div.contact ul{
	list-style-type : none;
}
#content #encart div.contact ul li{
	
}
#content #encart div.contact ul li a{
	color : #575044;
	text-decoration : none;
}
#content #encart div.contact ul li a:hover{
	text-decoration : underline;
}
/*------------------------------------------------------------------*/
#content #encart div.formulaire {
	margin:20px;	
	padding:5px;
	margin-left:30px;
	margin-right:30px;	
}
#content #encart div.formulaire form{
	
}
#content #encart div.formulaire form p{
	margin-bottom:5px;
}
#content #encart div.formulaire form p label{
	width:100px;
	float:left;
}
#content #encart div.formulaire form p input, #content #encart div.formulaire form p textarea{
	background:#EAE3D1;
	border:solid 1px #7C745E;
	width : 350px
}
#content #encart div.formulaire form p textarea{
	height : 60px;
}
#content #encart div.formulaire form p.actions{
}
#content #encart div.formulaire form p.actions input{
	color:#56031E;
	font-size:10px;
	font-weight:bold;
	height:27px;
	text-align:center;
	width:87px;
	margin-left : 100px;
}
#content #encart div.formulaire form p.champsrequis{
	font-size : 10px;
}