* {
	margin: 0;
	padding: 0;
	border: 0;
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
body {
  background-color: white;
}
img {
	/*border: 1px solid gray;*/
	padding: 3px;
	margin: 0;
}
a:link, a:visited, a:active, a:hover, a:focus {
	color: dimgray;
  text-decoration: underline;
}
h1 {
	font-size:25pt;
	color: red;
	margin: 10px 0 5px 0;
  font-weight: bolder;
}
h2 {
	font-size:140%;
	color: dimgray;
  font-weight: bolder;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 120%;
  font-weight: bolder;
  color: dimgray;
	margin: 10px 0 5px 0;
}
h4 {
  font-weight: bolder;
  color: dimgray;
	margin: 10px 0 5px 0;
}
h5 {
  font-weight: bolder;
  color: dimgray;
	margin: 10px 0 5px 0;
}
h6 {
  font-weight: bolder;
  color: cyan;
}
strong {
	font-weight: bolder;
}
em {
  font-style: italic;
}
li {
  margin-left: 25px;
  list-style-type: square;
}
p {
  margin-bottom: 10px;
}

.wiki_image {
  border: 1px solid dimgray;
  margin: 10px;
}
#bandeau {
	height:12px; /* Hauteur de l'image de fond */
	background-image: url(boite-bord-bas.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.article_sous_titre {
	font-size: 9pt;
}
.article_presentation {
	padding: 5px 0 5px 0;
	font-size: 9pt;
  font-weight: bolder;
  text-align: justify;
}
.article_contenu {
  text-align: justify;
}
#tete {
  height: 100px;
	margin: 0px 100px 0px 100px;
  padding-left: 450px;
  background-image: url(logo_courrier_RUC.png);
	background-repeat: no-repeat;
	background-position: left;
  text-align: center;
}
#contenu-page {
	margin: 0px 100px 0px 100px;
}
#contenu-page p {
/*  margin: 0px 0px 0px 0px;*/
  text-align: justify;
}
#contenu-page form p {
	margin: 20px 0 10px 0;
}
#contenu-page a:link, #contenu-page a:visited {
  text-decoration: underline;
  color: dimgray;
}
#contenu-page a:hover {
  color: black;
}
.imprimer {
  display: none;
}