body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#annonces {
	margin: 0;
	padding: 0;
	width: 786px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Consultation des annonces ---------- */

table#table_annonces {
	width: 786px;
	text-align: left;
	vertical-align: top;
}

table#table_annonces tr.ligne_annonces {
}

table#table_annonces tr.ligne_annonces td.cellule_annonce {
	margin: 0;
	border: solid 1px silver;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

table#table_annonces tr.ligne_annonces td.cellule_annonce_vide {
	margin: 0;
	border: none;
}

table#table_annonces tr.ligne_annonces td.cellule_annonce table.table_annonce {
	width: 252px;
}

table#table_annonces tr.ligne_annonces td.cellule_annonce table.table_annonce tr.image_annonce {
}

table#table_annonces tr.ligne_annonces td.cellule_annonce table.table_annonce tr.image_annonce td.image_annonce {
	width: 252px;
	text-align: center;
	vertical-align: top;
}

table#table_annonces tr.ligne_annonces td.cellule_annonce table.table_annonce tr.image_annonce td.image_annonce img.image_annonce {
	margin: 0;
	border: solid 1px #f0f0f0;
	padding: 0;
}

table#table_annonces tr.ligne_annonces td.cellule_annonce table.table_annonce tr.texte_annonce {
}

table#table_annonces tr.ligne_annonces td.cellule_annonce table.table_annonce tr.texte_annonce td.texte_annonce {
	padding-top: 10px;
	text-align: justify;
}

/* ---------- Administration des annonces ---------- */

div#identification {
    width: 270px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
}

table#table_identification {
	margin: 0;
	padding: 0;
}

table#table_identification td#etiquette_login {
    width: 120px;
}

table#table_identification td#login {
    width: 120px;
}

table#table_identification td#bouton_ok {
    height: 30px;
    vertical-align: bottom;
    text-align: right;
}

table#table_identification td#bouton_ok input#bouton_ok {
    width: 60px;
}

table#table_annonces td.cellule_annonce_vide {
	width: 248px;
}

table#table_annonces td.cellule_annonce form.formulaire_annonce {
	margin: 0;
	border: none;
	padding: 0;
}

table#table_annonces td.cellule_annonce td.choix_image_annonce {
	padding-top: 5px;
	text-align: left;
}

table#table_annonces td.cellule_annonce form.formulaire_annonce input.choix_image_annonce {
	margin-top: 2px;
	width: 250px;
}

table#table_annonces td.cellule_annonce form.formulaire_annonce textarea.contenu_annonce {
	width: 246px;
	height: 120px;
	margin-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#table_annonces td.cellule_annonce td.bouton {
	padding-top: 10px;
}

table#table_annonces td.cellule_annonce form.formulaire_annonce input.creer_annonce,
table#table_annonces td.cellule_annonce form.formulaire_annonce input.supprimer_annonce,
table#table_annonces td.cellule_annonce form.formulaire_annonce input.modifier_annonce {
	width: 80px;
}

table#table_annonces td.cellule_erreur {
	color: #dd0000;
}
