/* ########### Affichage de l'interface contenant le form ############ */
/* Interface du choix du public */
div.choix_public {
	clear: both;
	display: block;
	height: 24px;
	width: 100%;
	text-align: left;
	margin-top: 0.5em;
}
div.choix_public div {
	float: left;
	height: 24px;
	background: url(../interface/onglet_gris_gauche.gif) top left no-repeat;
	padding: 0px 0px 0px 4px;
}
div.choix_public a {
	display: block;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 5px 1px 4px;
	background: url(../interface/onglet_gris_clair_droite.gif) top right no-repeat;
	background-color: #666666;
}
div.choix_public a:hover, div.choix_public a.onglet_select {
	background: url(../interface/onglet_gris_fonce_droite.gif) top right no-repeat;
}
/* Pour l'onglet "Particulier" */
div.choix_public div.public_1 a:hover, div.choix_public div.public_1 a.onglet_select {
	background: url(../interface/onglet_vert_droite.gif) top right no-repeat;
	background-color: #c0c912;
}
/* Pour l'onglet "Pro" */
div.choix_public div.public_2 a:hover, div.choix_public div.public_2 a.onglet_select {
	background: url(../interface/onglet_rouge_droite.gif) top right no-repeat;
	background-color: #ae4118;
}
/* ########### Affichage des Formulaires ############ */
/* Commun aux 2 formulaires */
div#form_annuaire_1 {
	clear: both;
	padding-left: 20px;
	background-color: #ffffff;
}
/* Formulaire Grand public */
/*div#form_annuaire_1 .corp_form {
	background-color: #c0c912;
}*/
/* Formulaire Professionnels */
/*div#form_annuaire_2 .corp_form {
	background-color: #ae4118;
}*/
div#form_annuaire_1 p {
	/*border: 1px solid green;*/
	margin: 2px 0px;
}
div#form_annuaire_1 label {
	/*border: 1px solid blue;*/
	font-weight: bold;
	width: 200px;
}
div#form_annuaire_1 select, div#form_annuaire_1 input {
	width: 200px;
}
/* ########### Affichage des listes ############ */
/* Commun aux 2 listes */
div.fiche_entreprise_1, div.fiche_entreprise_2 {
	/*border-width: 1px;
	border-style: solid;*/
	margin: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
div.fiche_entreprise_1 h2, div.fiche_entreprise_2 h2 {
	font-size: 1em;
	font-weight: normal;
	background-color: #fbda8d;
	color: #000000;
	padding: 2px;
	background-image: none;
}
/* Liste Grand public */
div.fiche_entreprise_1 {
	/*border-color: #c0c912;*/
}
/* Liste Professionnels */
div.fiche_entreprise_2 {
	/*border-color: #ae4118;*/
}
/* ########### La fiche entreprise ############ */
#fiche_entreprise {
	/*border: 1px inset #666666;*/
}
#fiche_entreprise .lien_mise_a_jour {
	float: right;
	font-size: 0.9em;
}
#fiche_entreprise .lien_mise_a_jour p.actualisez {
	background-color: #f9c857;
	padding: 9px;
}
#fiche_entreprise .lien_mise_a_jour p.actualisez a {
	background: url(../interface/papier_crayon.gif) left center no-repeat;
	padding: 15px 0px 15px 34px;
	font-weight: bold;
	font-size: 1.2em;
}
#fiche_entreprise .coordonnees {
	border: 1px solid #666666;
	width: 280px;
	padding: 0.5em;
	padding-left: 30px;
	background: url(../interface/fond_carnet.gif) left top repeat-x;
}
#fiche_entreprise .coordonnees h2 {
	margin-top: 0;
}
#fiche_entreprise .infos_entreprise {
	margin-top: 1em;
	margin-bottom: 1em;
}
#fiche_entreprise .infos_entreprise p {
	margin: 0.4em;
}
#fiche_entreprise .infos_commerciales {
	margin-top: 1em;
	margin-bottom: 1em;
}
#fiche_entreprise .infos_commerciales p {
	margin: 0.4em;
}
#fiche_entreprise .infos_annuelles {
	border: 1px solid #666666;
	float: right;
	padding: 0.5em;
	width: 150px;
}
#fiche_entreprise .activites {
	border: 1px solid #f6ac02;
	padding: 0.5em;
	/*background: url(/interface/fond_vert_deg_court.gif) left top repeat-x;*/
}
#fiche_entreprise .activites h2 {
	margin-top: 0;
}
#fiche_entreprise .activites ul {
	list-style: square outside;
}
#fiche_entreprise .activites ul ul {
	list-style: circle outside;
}