div#conteneur
{
	left: 3%;
	position: absolute;
	top: 80px;
	z-index: 1;
	right: 27%;
	height: auto;
	width: 75%;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}



td, th {
	background-color: #DDDCBD;
}

h2
{
font-weight: bold;
text-align: center;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-size: 16px;
	margin-left: 25px;
}

 h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}
p  {
	color: #336633;
	font-family:  Arial;
	text-align: justify;
	font-size: 16px;
	width: 95%;
	margin-left: 20px;
	}
contenu {
	text-indent: 15px;
	vertical-align: middle;
}


div#entete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #990033;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: 100%;
	background-color: #999933;
	font-style: italic;
	
}
div#corps {
	background-color: #dddcbd;
    margin-left: auto;
    margin-right: auto 

}

.gif {
	border: none;
	height: auto;
	width: auto;
}
.normal {
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	margin-left: 5px;
}
ul {
	color: #336633;
	font-family: arial;
	font-size: 14px;
	
}
.décalage {
	width: auto;
}
body {
  background-color:#CFCFCB;
}
/* gestion inconnu */

#inconnu { 
  border-collapse: collapse;
  display: block;
   width:600px;

    margin: 0 auto; 
  
}
#inconnu th, #inconnu td {
  padding: 5px;
  border: 1px solid #fff;
  text-align: center;
  color: black;
  font-family:  Arial;
  font-size: 16px;
  }
#inconnu th {
  background: #999690;
  color: white;
  font-weight: bold;
}
