body {
      background-color:#585858;

}
a img {
border: 0 none;
}
#banniere{
 position:relative;
 width:720px;
 height:60px;
 margin-left: auto;
 margin-right: auto;
 background: url(images/BAN.png) no-repeat;
}
#banniereAdmin{
 position:relative;
 width:720px;
 height:60px;
 margin-left: auto;
 margin-right: auto;
 background: url(images/BAN.png) no-repeat;
}

#contenaire_principal{
  position:relative;
  width:720px;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
}

.contenaire_menu{
 position:absolute;
 float:left;
 width:118px;
 height:412px;
 background: url(images/menu_site.png) no-repeat;
 }

.menu{
  position:relative;
  top:55px;
  font-size:16px;
  text-align:center;
}

#contenaire-article{
  position:relative;
  border:10px solid black;
  float:right;
}

.enteteArticle{
  position:relative;
  left:19%;
  width:500px;
  font-size:12px;
  background: url(images/entete1.png) no-repeat;
}

.design_article{
  position:relative;
  left :19%;
  width:582px;
  height:4px;
  background: url(images/test_article.png);
}

.contenuArticle{
  position:relative;
  left:19%;
  width:580px;
  border:1px solid #292929;
  background-color:#292929;
  color : #cacaca;
}

.contenuArticle2{
  position:relative;
  left:19%;
  width:625px;
}
.PositionLog{
  position:relative;
  left:25%;
  width:625px;
}
.tableau1{
  background-color : #C8C8C8;
}
.tableau2{
  background-color : #F2F2F2;
}
.article_marge{
  margin:25px;
}

#mise_en_forme{
  position:relative;
  left:19%;
  width:570px;
}

.foot{
  position:relative;
  width:720px;
  height:45px;
  margin-left: auto;
  margin-right: auto;
  background: url(images/bas_site.png) no-repeat;
}
.contents_foot{
  position:absolute;
  left:20%;
  top:5px;
  font-size :16px;
  font-weight: bold;
}
.header1 {
	font-weight: bold;
	font-size: 14px
}

.header2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000
}

.header3 {
	font-weight: normal;
	font-size: 12px;
	color: #0000FF
}

.tablerow1 {
	background-color: #BBBBBB;
}
a.lien1
{
color:#112079;
text-decoration:none;
font-weight:bold;
}
a.lien1:hover
{
color:#1dcb74;
text-decoration:underline;
font-weight:bold;
}
