/* CSS Document */

/* Recherche */
#recherche {
}

#titre {
	font-size:16px;
	font-weight:bold;
	color:#990033;
	text-align:center;
	margin:0.5em 0em 2em 0em;
}
	
	/* Zone FORMULAIRE */
	#formulaire {
		width:550px;
		margin:0em 0em 0em 0em;
		background-color:#FFFFFF
	}
	
	#titre_formulaire {
		position:absolute;
		margin:-0.6em 0 0 0em;
		width:8.3em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:#0066CC;
	}
	
	#form_barreau {
		padding:1em 0em 0em 0em;
	}
	
	#form_branche {
		padding:0.5em 0em 0em 0em;
	}
	
	#form_date {
		padding:0.5em 0em 0em 0em;
	}
	
	#form_valide {
		padding:0.5em 0em 0.5em 0em;
		text-align:center;
	}
	
	/* Zone CATALOGUE */
	#catalogue {
		margin-top:2em;
		background-color:#FFFFFF;
		width:550px;
	}
	
	#titre_catalogue{
		position:absolute;
		margin:-0.6em 0 0 0em;
		width:15.5em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:#0066CC;
	}
	
	/* Zone CARTE */
	#carte {
		margin:-4em 0em 0.5em 50em;
	}
	
/* Résultat */
#resultat {
	position:relative;
	margin-top:0.5em;
	background-color:#FFFFFF;
}

#titre_resultat {
	position:absolute;
	margin:-0.6em 0 0 0em;
	width:7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#0066CC;
}

#resultat_recherche {
	clear:both;
	font-style:italic;
	text-align:right;
	margin-right:0.5em;
	margin-top:1em;
}

/* Classe */
.bottom_spacer {
	vertical-align:middle;
	height:20px;
	margin-bottom:1em;
}

.catalogue_texte {
	text-align:center;
	padding-bottom:0.8em;
}

.email_succes {
	text-align:center;
	padding-bottom:0.8em;
}

.champ_obligatoire {
	vertical-align:middle;
	height:20px;
	margin-bottom:1em;
	font-weight:bold;
	color:#FF0000;
}

.alert_champ_obligatoire {
	border:1px solid red;
	background-color:#FDC8C8;
}
