body { 
  margin:5px; 
  padding:0; 
  font-family:Arial; 
  background-color:black; 
  text-align: center; /* pour corriger le bug de centrage IE */ 
}

a img { 
  border:none; 
}

select option.default { 
  font-weight:bold; 
}

.undecorate {
  color: white;
}

.undecoratelink {
  text-decoration:none;
}

.notice { 
  font-style:Italic;
}

div#global { 
  margin-left: auto; 
  margin-right: auto; 
  border:1px solid black;
  width: 1000px;
  background-color:black;
  font-size:13px;
  color: white;
}

/* header */
div#global div#header { 
  height:100px; 
  margin:10px 10px 0px 10px;
  text-align:center; 
}

div#global div#header div#menu { 
  margin:0px 10px 0px 10px;
  padding:60px 0px 0px 0px;
  background-color:black;
  font-family:Courier; 
  font-size:12px; 
  list-style-type:none;
  border-bottom:1px solid white; 
  font-weight:bold;
  color:white;
}
div#global div#header img#logo { 
  float:left; 
  margin:10px 0px 0px 0px; 
}

/* Menu */
div#global div#header div#menu a { text-decoration:none; }
div#global div#header div#menu a:hover span{ color:#FF4B22; }

div#global div#contenu {
  margin-left: auto; 
  margin-right: auto;
  width: 600px;
  color:white;
  min-height:475px;
  text-align: justify;
}

div#global div#foot { 
  margin:60px 20px 0px 20px;
  clear:both;  
  text-align:center;
  border-top:1px solid white;
}

div#global div#foot a {
  color:#FF4B22;
  font-size:12px;
  text-decoration:none;
}

/* Contenu */
div#global div#contenu h1 { 
  font-size:20px;
  text-align:center; 
}

.menuSelectedItem {
  color: #FF4B22;
}

.menuUnselectedItem {
  color: white;
}

.aRedLinkInBody {
  color: #FF4B22;
  text-decoration:none;
  font-weight: bold;
}

.hiddenText {
  color: black;
}
/* Autres */
.contentTitle {
  font-family: arial;
  font-size:20px;
  color: #FF4B22;
  font-weight: bold;
  text-align:center;
}

.img_decorat { text-align: center; color: black; margin-left:auto; text-align: center; padding:10px;}

div#global div#contenu div.article-date { color: #FF4B22; }
div#global div#contenu div.category-title { margin:0px 0px 0px 10px; color: white; }
div#global div#contenu div.category-contenu { margin:2px 0px 50px 0px; padding:5px 0px 0px 0px; color: white; border:1px dotted white; text-align: center; }
div#global div#contenu div.category-contenu-txt { text-align: justify; padding:10px 10px 10px 10px; }
div#global div#contenu div.category-contenu-img { text-align: center; color: black; margin-right:auto; margin-left:auto; margin-bottom:10px; }
div#global div#contenu div.category-contenu-img-table { text-align: center; color: black; margin-right:auto; margin-left:auto; margin-bottom:10px; }
div#global div#contenu div.category-contenu-img-table table { font-size:11px; text-align: center; margin-right:auto; margin-left:auto; width:100%; }
div#global div#contenu div.category-contenu-img  img{ width:185px; height:350px; }
div#global div#contenu div.category-contenu-txt table { font-size:11px; text-align: center; margin-right:auto; margin-left:auto; width:100%; }
div#global div#contenu div.category-contenu-txt table a { color: white; }


