/* Initialisations à 0 de toutes les marges et paddings */
* { margin: 0; padding : 0;}


/* Rétablissemnt des marges par défaut décrites pas le w3C */
h1 { font-size: 2em; margin: .67em 0 ;color:#BF6D23}
h2 { font-size: 1.5em; margin: .75em 0 ;color:#D8A969}
h3 { font-size: 1.17em; margin: .83em 0 ;color:#D8A969;}
h4, p, blockquote, ul, fieldset, ol, dl, dir, menu { margin: 1.12em 0 }
h5 { font-size: .83em; margin: 1.5em 0 }
h6 { font-size: .75em; margin: 1.67em 0 }
ol, ul, dir,menu, dd { margin-left: 40px } 
ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0 }
blockquote { margin-left: 40px; margin-right: 40px }
 a
		{
			text-decoration:none;color:gray;


		
		}

/* Règles générales */
img{border: 0px;}	/* Correction bug */
#octopub {
	background:url(~/images/puboctoset.png) no-repeat;   position:relative;
   z-index:34;display:block; height:100px; position:absolute; right:0; text-indent:-9999px; top:39px; width:102px; }
#octopub:hover	{background-position:-102px 0;}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../images/backbody.png');
	text-align:center;
}

div#forme {
	text-align:left;
	margin: 0 auto;
	width:1000px;
}

p{text-align:justify;}
div.posmenu
{
  position:absolute;
  top:64px;
  left:0px;
  background-image:url('images/backmenu.png');
  background-repeat:repeat-x;
  height:42px;
  width:100%;

}

div#logo
{
   text-align:center;
   position:relative;
   z-index:32;
 
}
div#contenttop
{
	background-image:url('images/content_top.png');
	height:30px;
}
div#contentmiddle
{
	background-image:url('images/content_middle.png');
	background-repeat:repeat-y;

}
div#contentbottom
{
	background-image:url('images/content_bottom.png');
	height:28px;
}

.qmmc
{
margin: 0 auto;
width:1000px;
}

div#TroisContenu img 
		{
			
			border : thin solid black;

		
		}

div.bloc_album 
		{
			
			background-color:white;

		
		}
div.bloc_album a
		{
			text-decoration:none;color:gray;


		
		}

