body	{
		background-color: #f1e7c3 ;
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial;
		font-size: 16px ;
		color: #210900;
		}
.corps	{
		position: absolute;
		margin: 0px;
		padding:0px;
		height: 100%;
		left: 190px;
		right: 190px;
		top: 25px;
		text-align: justify;
		}
.portraits	{
		position: fixed;
		margin: 0px;
		padding:0px;
		left: 0px;
		top: 25px;
		z-index: 5;
		}
.message 	{
		border: ridge 2px #654e3e;
		margin: 10px;
		padding-top : 5px;
		padding-bottom : 5px;
		padding-left : 15px;
		padding-right : 15px;
		line-height:140%;
		font-size: 15px;
		font-style: none;
		}

h2		{
		text-align: center;
		font-size: 24px ;
		font-weight: bold;
		}
h3		{
		text-align: center;
		font-size: 20px ;
		font-style: italic;
		font-weight: normal;
		}
h4		{
		text-align: center;
		font-size: 18px ;
		font-style: none;
		font-weight: normal;
		}

hr		{
		background-color: #210900;
		height: 1px;
		border: 0px;
		}
a:link {color: #654e3e; text-decoration: underline;}
a:visited {color: #210900; text-decoration: underline;}
a:hover {color: #f1e7c4;text-decoration: overline underline;background: #210900;}
a:active {color: #210900;text-decoration: none;background: #e1b59c;}

a.A { background: url('img_boutons/presentation1.png') no-repeat; display: block; width: 200px }
a.A:hover { background: url('img_boutons/presentation2.png') no-repeat}
a.B { background: url('img_boutons/directeur1.png') no-repeat; display: block; width: 200px }
a.B:hover { background: url('img_boutons/directeur2.png') no-repeat}
a.C { background: url('img_boutons/musiciens1.png') no-repeat; display: block; width: 200px }
a.C:hover { background: url('img_boutons/musiciens2.png') no-repeat}
a.D { background: url('img_boutons/repertoire1.png') no-repeat; display: block; width: 200px }
a.D:hover { background: url('img_boutons/repertoire2.png') no-repeat}
a.E { background: url('img_boutons/contact1.png') no-repeat; display: block; width: 200px }
a.E:hover { background: url('img_boutons/contact2.png') no-repeat}
a.F { background: url('img_boutons/accueil1.png') no-repeat; display: block; width: 200px }
a.F:hover { background: url('img_boutons/accueil2.png') no-repeat}
a.G { background: url('img_boutons/news1.png') no-repeat; display: block; width: 200px }
a.G:hover { background: url('img_boutons/news2.png') no-repeat}
a.H { background: url('img_boutons/concerts1.png') no-repeat; display: block; width: 200px }
a.H:hover { background: url('img_boutons/concerts2.png') no-repeat}
a.I { background: url('img_boutons/musique1.png') no-repeat; display: block; width: 200px }
a.I:hover { background: url('img_boutons/musique2.png') no-repeat}
a.J { background: url('img_boutons/livredor1.png') no-repeat; display: block; width: 200px }
a.J:hover { background: url('img_boutons/livredor2.png') no-repeat}
a.K { background: url('img_boutons/liens1.png') no-repeat; display: block; width: 200px }
a.K:hover { background: url('img_boutons/liens2.png') no-repeat}


.haut {
		background-image: url("img_boutons/fond_haut.png") ;
		background-repeat: repeat-x;
		background-position: top;
		position: fixed;
		margin: 0px;
		padding:0px;
		top: 0px;
		right: 0px;
		height: 15px;
		width: 100%;
  		z-index: 1;
		}
.menuhaut {
		position: fixed;
		background-color: #654e3e;
		margin: 0px;
		padding:0px;
		bottom: 15px;
		right: 180px;
		left: 180px;
		height: 65px;
  		z-index: 3;
		}

.bas {
		background-image: url("img_boutons/fond_bas.png") ;
		background-repeat: repeat-x;
		background-position: bottom;
		position: fixed;
		margin: 0px;
		padding:0px;
		bottom: 0px;
		right: 0px;
		height: 15px;
		width: 100%;
  		z-index: 1;
		}

.menudroite {
		background-image: url("img_boutons/fondmenudroite.png") ;
		background-repeat: repeat-y;
		background-position: right;
		position: fixed;
		margin: 0px;
		padding:0px;
		top: 0px;
		right: 0px;
		height: 100%;
		width: 180px;
		line-height: 50px;
  		z-index: 1;
		}
.menugauche {
		background-image: url("img_boutons/fondmenugauche.png") ;
		background-repeat: repeat-y;
		background-position: left;
		position: fixed;
		margin: 0px;
		padding:0px;
		top: 0px;
		left: 0px;
		text-align: right;
		height: 100%;
		width: 180px;
		line-height: 50px;
		z-index: 1;
		}
