/* Fond et police par défaut, pas de marge pour le document */
body {
	margin: 0;
	font-family: arial, sans-serif;
	color: black;
	text-align: center;
}

/* Suppression des marges sur les paragraphes et correction des liens */
p {
	margin: 0;
	padding: 0;
}
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

/* Surcharge globale pour les tableaux de positionnement */
.tablemap {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
.tablemap > tbody {
	border: 0;
}
.tablemap > tbody > tr {
	margin: 0;
	padding: 0;
	border: 0;
}
.tablemap > tbody > tr > td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}
.tablemap img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Nouveau layout */
#pied-mur {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 240px;
	overflow: hidden;
}
table#main-two-cols {
	border: 0; margin: 0; padding: 0;
	border-collapse: collapse;
	width: 100%;
}
table#main-two-cols td {
	vertical-align: top;
}
table#main-two-cols td#left-col {
	width: 200px;
}
#left-nav-bar {
	display: block;
	position: relative;
	margin: 0; padding: 0;
	width: 200px;
}
#main-content {
	display: block;
	position: relative;
	margin: 0; padding: 0;
}

/* Texte commun de bas de page (liens et copyright) */
.text-navbar {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:0px;
}
.text-navbar p {
	margin:0;
	font-size:1.0em;
	text-align:justify;
	color: black;
}
.text-navbar a {
	color: black;
	text-decoration: none;
}
.text-navbar a:hover {
	color: black;
	text-decoration: underline;
}
.text-navbar .text-links {
	font-size:0.9em;
	text-align:center;
	margin-bottom:0;
}
.text-navbar .copyright {
	font-size:0.8em;
	font-style:italic;
	text-align:center;
	margin-top:0;
}

/* Zone de contenu principal */
.bloc-content {
	display: block;
	width: 40em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	background-color: white;
	background-image: url("images/fond-texte.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border: solid black 3px;
	padding: 5px;
	text-align: left;
}

/* Page d'accueil : liste des invités */
.bloc-list-guests {
	margin-top: 4em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
}
#guests-table {
	padding: 5px;
}
#guests-table .logo-cell {
}
#guests-table .title-cell {
	vertical-align: top;
}
.guest-name {
	font-size: 1.2em;
	font-weight: bold;
}
.guest-desc {
}

