html {
	margin: 0;
	padding: 0;
	}
body { 
	margin: 0; 
	padding: 0;
  min-width:500px;
	font-size: 11pt;
	font-family: arial;
	font-weight:bold;
	}

img {
  border:none;
  }
  
  
p { 
	font: 9pt; 
	margin:0;
	padding-top: 10px; 
	}

p.c{
  text-align: center; 
	text-indent: 0em;
}
p.g{
  text-align: left; 
	text-indent: 0em;
}
p.d{
  text-align: right; 
	text-indent: 0em;
}
p.j{
  text-align: justify; 
	text-indent: 2em;
}


h1{
  background-color:transparent;
  margin:0;
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 0em;
	height:0.5em;
}

H1.g {
	text-align: left;
  }
H1.c {
	text-align: center;
  }
H1.d {
	text-align: right;
  }

H2 {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 0em;
	text-align: center;
	height:0.5em;
}

H3 {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 0.35em;
	text-align: center;
	height:2.3em;
}
H4 {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 0em;
	text-align: center;
}

SUB, SUP { 
  font-size: .6em 
}

div#diapo{
  width:100%;
  text-align:center;
  text-indent:0;
  line-height:3em;
}

img#diapoImg {
  display: inline;
  position: relative;
  top:0;
  left:0;  
  background-color: #EEE;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 


div#diapoComment{
  width:100%;
  color:#CCC;
  font-family:serif;  
  font-size:1.2em;
  text-align:center;
  text-indent:0;
}




/* ET LA DECO... */
#header {
  width:100%;
	background: url(/images/interface/fond_hc.png) repeat-x top left; 
}
#d { 
	background: transparent url(/images/interface/fond_hd.png) no-repeat top right; 
  width100%;
	height: 124px; 
	}
#g { 
	background: transparent url(/images/interface/fond_hg.png) no-repeat top left; 
	width: 263px; 
	height: 124px; 
	}

#pied {
  width:100%;
	background: url(/images/interface/fond_bc.png) repeat-x top left; 
}
#pd { 
	background: transparent url(/images/interface/fond_bd.png) no-repeat top right; 
  width100%;
	height: 124px; 
	}
#pg { 
	background: transparent url(/images/interface/fond_bg.png) no-repeat top left; 
	width: 263px; 
	height: 124px; 
	}

#container {
  position:ablosute;
/*  top:124px;*/
	background:  url(/images/interface/fond_md.png) repeat-y top right; 
	}
#contenu { 
	background:  url(/images/interface/fond_mg.png) repeat-y top left; 
	padding:0 95px 10px 110px;
	}

#mhg {
  position:absolute;
  top:124px;
  left:0px;
	width:100px;
	background:  url(/images/interface/fond_mhg.png) no-repeat top left;
  }
 

