#super_contenant {
margin-right: 260px;
margin-left: 8px;
/*border: 1px solid;*/
}


  #tete {
  height: 16px;
  background-image: url("images/fond_contenu/haut_gauche.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-align: right;
  /*border: 1px solid;*/
  }
  #tete img {
  margin: 0px;
  padding: 0px;
  /*border: 1px solid;*/
  }
  #corps {
  background-image: url("images/fond_contenu/fond_centre.png");
	background-repeat: repeat-x;
  border-left: 2px #000000 solid;
  border-right: 2px #000000 solid;
	background-color: #e2e4ee;
	text-align: justify;
	color: #374259;
  }
  #corps h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  }
	#corps p {
  margin: 0px;
  padding-left: 16px;
	padding-right: 8px;
  }
	#corps ul {
  margin: 0px 8px 0px 24px;
  padding: 8px;
  }
	#corps li {
  margin-bottom: 4px;
  }
	#corps h1 {
	letter-spacing: 2px;
	font-size: 12pt;
	border-bottom: 1px solid;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	}
	#corps h2 {
	font-size: 11pt;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-top: 8px;
	}
	#corps h3 {
	font-size: 9pt;
	margin-left: 16px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 8px;
	}
	#corps a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
  }
	#corps a:hover {
	text-decoration: none;
  }
  #pied {
  height: 17px;
  background-image: url("images/fond_contenu/bas_gauche.png");
  background-position: left top;
  background-repeat: no-repeat;
  text-align: right;
  }
  #haut_droite {
  background-image: url('images/fond_contenu/haut_droite.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right top;
  }
.titre_article {
background-color: #c6c8d2;
margin-left: 4px;
margin-right: 4px;
}
.article {
width: 96%;
background-color: #efefef;
border: 1px #c6c8d2 dashed;
margin-left: 16px;
margin-top: 16px;
padding-top: 4px;
}
.details_article {
text-align: right;
font-size: 8pt;
margin-left: 4px;
margin-right: 4px;
}
.texte_article {
padding-top: 4px;
padding-bottom: 4px;
}
.options_article {
text-align: right;
margin-right: 4px;
padding-bottom: 8px;
}
.options_article a {
margin-left: 16px;
}
