/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: url(../img/fond.jpg) top left repeat;
	/* background-color: yellow; */
	width: 1024px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Lucida Handwriting, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: xx-large;
}
.musicien {
	color: #990000;
}
/* titre */
#tlMeghan {
	margin: 25px;
	text-align:center;
}
/* menu */
#navMeghan  {
	margin: 10px 0px 0px 20px;
	text-align:center;
	/*border:2px solid #000;*/
	overflow:hidden;/* ceci pour etirer */
	/*background-color:#FFF;*/
}
#navMeghan ul  {
	float:left;
	list-style-type:none;
	display:block;
	padding:0;
	margin:0;
}
#navMeghan ul li {
	float:left;
	font-family: Lucida Handwriting, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#navMeghan  a {
	float:left;
	width:140px;
	text-decoration: none;
}
#navMeghan  a:hover, a:active, a:focus {
	border: 1px solid #ECECEC;
	background: yellow;
}
#navMeghan  .megh {
	border: 1px solid #FFFFFF;
}
/* le corps */
#bdMeghan {
	margin: 50px;
	text-align:center;
}
img {
	border: none;
}
p, td.instr {
	font-family: Lucida Handwriting, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: large;
  text-align:justify;
  padding:20px;
}
b, td.table {
	font-family: Lucida Handwriting, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: small;
  text-align:justify;
  padding:20px;
}
a {
	text-decoration: none;
}
.light {
	display: block;
	height: 80px;
}
/* disco liste*/
ol.lmeghan {
	font-family: Lucida Handwriting, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: small;
  text-align:justify;
  font-weight: bold;
}
p.cmegh {
	font-family: Lucida Handwriting, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: medium;
  text-align:center;
  font-weight: bold;
  padding:20px;
}
