/*Design CSS*/
body
  {
  background-color: rgb(75,90,90);
  background-image: url("images/ombres_body.png");
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  margin: auto;
  width: 760px;
  margin-bottom: 0px;
  padding-top: 0px;
}

html 
{
	height: 100%;
	overflow: hidden;
}
	
#flashcontent
{
	height: 550px;
}

.banniere
{
	width: 760px;
	height: 150px;
	margin: auto;
}

.corps
{
	background-color: rgb(190,200,200);
	padding: 20px;
}

.corps a
{
	font-family: verdana, arial, serif;
	text-decoration: none;
	color: black;
}

.corps a:hover
{
	font-family: verdana, arial, serif;
	text-decoration: underline;
	color: #6c1c00;
}
	
h1
{
  text-align: center;
  color: black;
  font-family: verdana,arial,serif;
  font-size: 36px;
  }
p
  {
  font-family: verdana,arial,serif;
  font-size: 13px;
  text-align: justify;
  }

.portrait
{
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

h2
{
	font-family: verdana, arial, serif;
	font-size: 24px;
}

h3
{
	font-family: verdana, arial, serif;
	font-size: 18px;
}

.menu
{
	width: 744px;
	text-align: center;
	margin: auto;
	padding: 8px;
	height: 19px;
	margin-top: 0px;
	background-image: url("images/menu_bg2.jpg");
	background-repeat: repeat x;
}

.menu a
{
	color: white;
	font-family: verdana, arial, serif;
	text-decoration: none;
	font-size: 14px;
	height: 19px;
}

.menu a:hover
{
	background-image: url("images/menu_bg2_hover.png");
	height: 19 px;
	padding-top: 9px;
}

.menu p
{
	text-align: center;
	height: 35px;
}

.miniature img
{
	border: solid black 1px;
	margin: 5px;
}

a img
{
	border: none;
}

.cadre_musique
{
	width: 600px;
	border: dotted black 1px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px:
}

.cadre_musique p
{
	padding-right: 10px;
}

.morceaux p
{
	text-align: right;
	padding-right: 135px;
}

.titre_musique
{
	font-family: arial, serif;
	font-size: 20px;
}

.cadre_musique img
{
	float: left;
	margin: 10px;
}

.pied_de_page
{
	margin: auto;
	width: 200px;
	height: 20px;
}
