/* ########### Affichage de l'interface contenant le form ############ */
/* Interface du choix du public */
/*div.choix_public {
	
}
div.choix_public .public_1, div.choix_public .public_2 {
	float: left;
	border: 1px solid #000;
	height: 20px;
	width: 250px;
}
div.choix_public p {
	margin: 0px;
	text-align: center;
}*/
/* ########### Affichage des Formulaires ############ */
/* Commun aux 2 formulaires */
/*div#form_annuaire_1, div#form_annuaire_2 {
	clear: both;
}
div#form_annuaire_1 .corp_form, div#form_annuaire_2 .corp_form {
	padding: 5px;
}
div#form_annuaire_1 .pied_form, div#form_annuaire_2 .pied_form {
	text-align: right;
	background-color: #000;
	padding: 2px;
}*/
/* Formulaire Grand public */
/*div#form_annuaire_1 .corp_form {
	background-color: #33CC00;
}*/
/* Formulaire Professionnels */
/*div#form_annuaire_2 .corp_form {
	background-color: #FF0000;
}*/
/* ########### Affichage des listes ############ */
/* Commun aux 2 listes */
/*div.fiche_entreprise_1, div.fiche_entreprise_2 {
	border-width: 2px;
	border-style: inset;
	margin: 3px;
	padding: 5px;
}*/
/* Liste Grand public */
/*div.fiche_entreprise_1 {
	border-color: #33CC00;
}*/
/* Liste Professionnels */
/*div.fiche_entreprise_2 {
	border-color: #FF0000;
}*/
/* ########### La fiche etablissement ############ */
#fiche_etablissement {
	/*border: 1px inset #666666;*/
}
#fiche_etablissement div.date_modification p.actualisez {
	background-color: #7bddf0;
	padding: 9px;
}
#fiche_etablissement div.date_modification p.actualisez a {
	background: url(../interface/papier_crayon.gif) top left no-repeat;
	padding: 15px 0px 15px 34px;
	font-weight: bold;
	font-size: 1.2em;
}
#fiche_etablissement .coordonnees {
	border: 1px solid #666666;
	width: 280px;
	padding: 0.5em;
	padding-left: 30px;
	background: url(../interface/fond_carnet.gif) left top repeat-x;
}
#fiche_etablissement .agenda {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0.5em;
	width: 200px;
	background: url(../interface/fond_post-it_jaune.gif) bottom right no-repeat;
}
#fiche_etablissement .formations_proposees {
	border: 1px solid #666666;
	padding: 0.5em;
}
#fiche_etablissement .formations_proposees ul {
	list-style: square outside;
}
#fiche_etablissement .formations_proposees ul ul {
	list-style: circle outside;
}
#fiche_etablissement .pratique {
	/*border: 1px solid #000000;*/
}

#fiche_etablissement p.acces {
	background: url(../interface/picto_acces.gif) 0px 3px no-repeat;
	text-indent: 20px;
}
#fiche_etablissement p.hebergement {
	background: url(../interface/picto_hebergement.gif) 0px 2px no-repeat;
	text-indent: 20px;
}
#fiche_etablissement p.echange {
	background: url(../interface/picto_echange.gif) 0px 3px no-repeat;
	text-indent: 20px;
}
#fiche_etablissement p.cantine {
	background: url(../interface/picto_cantine.gif) 0px 3px no-repeat;
	text-indent: 20px;
}
#fiche_etablissement p.bibliotheque {
	background: url(../interface/picto_bibliotheque.gif) 0px 3px no-repeat;
	text-indent: 20px;
}
#fiche_etablissement p.ordinateur {
	background: url(../interface/picto_ordinateur.gif) 0px 3px no-repeat;
	text-indent: 20px;
}
#fiche_etablissement p.internet {
	background: url(../interface/picto_internet.gif) 0px 3px no-repeat;
	text-indent: 20px;
}

/* ########### La fiche formation  ########## */
.fiche_entreprise div.contenu h2 {
	margin-top: 0;;
}
div.contenu {
	width: 240px;
	background: url(../interface/fond_carnet.gif) top left no-repeat;
	border: 1px solid #999999;
	padding: 5px 5px 5px 35px;
}
div.prerequis {
	width: 200px;
	background-color: #f9ef8c;
	background: url(../interface/fond_post-it_jaune.gif) bottom right no-repeat;
	padding: 10px 15px 17px 10px;
	float: right;
	margin: 5px 0 5px 5px;
}