/*CSS du site genealogie-escaudain.org*/
body
{
background-image: url("fonddepage.jpg");
font-weight: bold;
}

p.remerciement
{
text-align: center;
color: #800000;
font-style: italic;
}

#debut
{
text-align: center
}

p.vousservir
{
color: #FF00FF;
font-size: large;
}

p.ensavoirplus
{
text-align: center;
color: #800000;
font-style: italic;
font-size: large;
}

table
{
   border-collapse: collapse;
}

td, th /* Mettre une bordure sur les td ET les th */
{
   border: 2px solid black;
}

td.ville
{
	border: 1px solid #ffdf8e;
	/*border: 0px;*/
}

p.histlocal
{
	color: blue;
}

p.entraide
{
	text-decoration: underline;
	font-style: italic;
}

p.titretab
{
	text-align: center;
}

p.tab
{
	text-align: center;
}

a
{
	text-decoration: none;
}

img 
{ 
	border : none; 
}
img.img
{
	float: center;	
}
p.italique
{
	font-style: italic;
}
