/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------*/
#submenu div.container_liste dl {
	padding:4px 15px 24px 20px;
}
#submenu dl dt strong{
	display: block;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
#content h2{
	margin:0 24px 16px 0;
}
#content p.preambule{
	margin:0 24px 48px 0;
	color: #627ba9;
	font-size: 1.1em;
	line-height: 2em;
}
/*------------------------------------------------------------------*/
#content form{
	width: 500px;
	margin: 0 0 100px 0;
}
#content form fieldset{
	border-style: none;
	padding: 32px 0 0 0;
}
#content form fieldset legend{
	font-size: 1.6em;
	color: #627ba9;
	font-weight: normal;
}
#content form fieldset legend span{
	color: #627ba9;
}
#content form fieldset p{
	border: 1px solid #ebf0f5;
	line-height: 32px;
	float: left;
	margin: 0 0 4px 0;
	width: 498px;
}
#content form fieldset p.texte{
	background-color: #FFFFFF;
	background-image: url(images/common/form_p_texte_bg.png);
	background-position: 128px 0;
	background-repeat: repeat-y;
}
#content form fieldset p.requis{
	border-style: none;
	font-style: italic;
	padding: 4px 0 0 0;
	text-indent: 24px;
	float: none;
	clear: left;
	line-height: 1em;
}
#content form fieldset p.submit{
	border-style: none;
	text-align: right;
	line-height: 1em;
}
#content form fieldset p.submit input{
	width: auto;
	height: auto;
	float: none;
}
#content form fieldset p.colonne{
	width: 246px;
}
#content form fieldset p.colonne input{
	width: 102px;
}
#content form fieldset p.colonne.gauche{
	margin-right: 4px;
}
#content form fieldset p label{
	text-indent: 24px;
	color:#09153F;
	background-color: #ebf0f5;
	background-image: url(images/common/form_label_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	width: 128px;
	height: 32px;
	line-height: 32px;
	padding: 0 16px 0 0;
	display: block;
	float: left;
}
#content form fieldset p.texte label{
	background-color: #FFFFFF;
	background-image: url(images/common/form_label_textarea_bg.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	width: 128px;
	height: 32px;
	line-height: 32px;
	padding: 0 16px 0 0;
	margin: 12px 0 0 0;
	display: block;
	float: left;
}
#content form fieldset p input{
	border-style: none;
	height: 32px;
	line-height: 32px;
	width: 354px;
	background-color: transparent;
	float: left;
	text-indent: 8px;
}
#content form fieldset p select{
	border-style: none;
	background-color: transparent;
	float: left;
	margin: 8px 0 0 0;
}
#content form fieldset p textarea{
	border-style: none;
	background-color: #ebf0f5;
	width: 338px;
	height: 112px;
	float: left;
	padding: 8px;
}
/*------------------------------------------------------------------*/
#content h3{
	font-size: 1.6em;
	color: #627ba9;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#content h3 span{
	color: #627ba9;
	text-transform: uppercase;
}
#content div#googlemaps_map{
	width: 616px;
	height: 306px;
	border: 2px solid #6280a3;
}
/*----------------------------------------- -------------------------*/




