.invisible { display: none; }
.visible { display: block; }

td.edLabel { font-weight: bold; border: none; border-collapse: collapse; text-align: right; vertical-align: top; padding: 0 3px; margin-top: 0; white-space:nowrap; }
td.edLabel2 { font-weight: bold; border: none; border-collapse: collapse; text-align: left; vertical-align: top; padding: 0 3px 0 20px; margin-top: 0; white-space:nowrap; }

.bloc { border: 1px dotted silver; margin: 5px 0; padding: 5px; }
.links { margin: 5px 0 10px 0; padding: 0 5px; text-align: right; }

#webplaque {
	font-family: Tahoma, 'Times New Roman', Times, serif;
	color: white;
	margin: 10px;
	padding: 10px;
	border-left: 8px solid #00698C;
	border-top: 8px solid #00698C;
	border-right: 8px solid #004359;
	border-bottom: 8px solid #004359;
	background: #005774 url(/images/bg_webplaque.gif) repeat 0 -300px;
	/* width: 730px; */
}

#webplaque .separator {
	width: 200px;
	height: 0;
	overflow: hidden;
	margin: 20px auto;
	border-left: 3px solid #004359;
	border-top: 3px solid #004359;
	border-right: 3px solid #00698C;
	border-bottom: 3px solid #00698C;
}

#webplaque a {
	font-family: Tahoma, 'Times New Roman', Times, serif;
	font-weight: normal;
	color: #aaf;
}

#webplaque a.edit {
	display: block;
	text-align: right;
	font: normal .8em Arial;
	color: #aaf;
}

#personne { line-height: 2.7em; }
#personneNom { font-weight: bold; font-size: 30px; text-align: center; }
#personneProfession { font-weight: bold; font-size: 20px; text-align: center; text-transform: uppercase; }
#personneOrientation { font-weight: normal; font-size: 20px; text-align: center; }
#personneTexte { font-weight: normal; font-size: 20px; text-align: center; }

#webplaque .structure {
	line-height: 1.4em;
	font-size: 18px;
}

#structureLibelle {
	font-weight: bold;
}

#structureMentions {
	font-size: .8em;
	font-weight: normal;
	margin: 5px;
	text-align: center;
}

.profilAction { margin: 10px 5px; padding: 5px; border: none; }
.profilAction .important { font-weight: normal; color: red; }
.profilAction ul { margin: 5px 0 0 50px; }

