body {
background: #CCCCCC url(../ImagesAMM/BkgEcorce.jpg) fixed; 
text-align: center;
}

p, li {
font-size : 12px; 
font-family :  Verdana, Arial, Geneva, sans-serif; 
color : #000000; 
text-align: center;
padding: 10px;
}

h1 {
font-size : 22px; 
font-family :  Verdana, Arial, Geneva, sans-serif;
color : #000000; 
text-align: center;
font-style:italic;
}

h2 {
font-size : 12px;
font-family : Verdana, Arial, Geneva, sans-serif;
color : #000000;
text-aligne: center;
}

div#conteneur {/* conteneur global */
width: 920px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
}

div#top {/* barre dégradée du haut */
width: 920px;
height: 40px;
margin-left:auto;
margin-right:auto;
background: url(../ImagesAMM/TopBl.png) top center no-repeat;
}

div#corps {/* arrière-plan du cadre */
width: 920px;
height: 1360px;
margin-left:auto;
margin-right:auto;
background: url(../ImagesAMM/MilieuBl.png) bottom center;
padding-top: 0px;
margin-top: 0px;
}

div#Aff { /* Bloc de l'affiche */
background: url(../Imagesdusite/Dabo-2.jpg) no-repeat;
width: 300px;
height: 650px;
float: left;
margin-left: 10px;
}

div#BlocDescrip {/*bloc des descriptifs */
width: 595px;
height: 650px;
margin-left: 5px;
float: left;
}

table {
border: thin solid #DBB80F;
border-collapse: collapse;
width: 590px; 
color: inherit;
text-align:justify
}

th {
border:thin solid #DBB80F;
width:inherit;
color: inherit;
}

td {
border: thin solid #DBB80F;
font-family: Verdana, Arial, Geneva, sans-serif;
text-align: justify;
font-size: 12px;
color: inherit;
padding: 5px;
}

ul#menu  {
	margin: 0;
	padding: 0;
	list-style-type: none;
/*Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 1px pour aérer le tout */
}

ul#menu li a { /*Liens de navigation*/
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 170px ;
	line-height: 34px ;
	color: #000 ;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none ;
	background: url(../Imagesdusite/Bt-Bl.png) no-repeat center 5px ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 5px du bord haut */
	border: 0px solid ;
}

ul#menu li a:hover
{
	background: url(../Imagesdusite/Bt-Bl.png) no-repeat center -32px ; /* Et ici on décale l'image du background de 33px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid ;
}


div#bas {/* barre dégradée du bas */
width: 920px;
height: 41px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
background: url(../ImagesAMM/BasBl.png) bottom center no-repeat;
}
