/* Css du 18_03_2022*/  

header .image
{
    height: 300px;
    width : 1000px;
}

/*partie fond de page*/
#contenu{  
width: 1000px;  
  border: 9px solid black;
   background: #000000; 
}
/*partie articles*/
.diz-contenu {
  width: 690px;
  margin-top: 2px;
  margin-left: 6px;
  margin-bottom: 5px;
  border-radius: 7px;
 background: linear-gradient(0.25turn,#cb9148,#caa57b, #937956);   
}
/*titres des catégories*/
#articles_index_categorie_titre {
    border:none;
    color: #931212;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-family: georgia;
}
/*titres des articles*/
.blog-article h2, .blog-home h2, .blog-article h3, .blog-home h3 {
  border-bottom: 1px #c5c5c5 solid;
  color:#000000;
  font-family: georgia;
  font-size: 40px;
}
/*menu lateral*/
aside{
   border:px solid black;
  margin-top: 5px;
  background-image: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg);  
}
aside a{
  font-family: courrier new;
 font-size: 22px; 
  
}
aside li {
 background: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg) no-repeat left 8px;
}
aside .bloc-cote {
border: 2px solid black!important;
  margin: 5px;
 border-radius: 20px;
}
aside .bloc-cote:first-child {
    border-top: 0;
}
aside .bloc-cote:last-child {
    border-bottom: 0;
}
aside .bloc-cote a {!important;
    color: #000000;
}
aside .bloc-cote a:hover {
    color: #931212;
}
/*titres du menu lateral*/
aside h2, aside h3 {
  color: #000000;
  font-family: courrier new;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.fond-cote {
  background-color: #f7f7f7;
   background-image: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg);
}

/* titres articles*/
.articles_index_titre_article, #articles_show_titre_article {
    font-family: courrier new
    font-size:30px;
    text-align: center;
    font-weight: bold;  
}

/*partie menu latéral*/
 
 nav ul ul{
    float: none;
    position: absolute;
    display: none;
   background-image: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg);
    background-color:#df3f1d ;
    margin: 0;
    padding: 0 2px;
    margin-left: -40px;
    padding-bottom: 10px;
    z-index: 999;  
}



nav
{
      background-image: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg);
      text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
  border: 4px solid #000000;
}
nav a {
 
  color: #000000;
  padding: 0 30px;
  font-size: 22px;
  font-weight: bold;
  font-family: courrier new;
    margin-left: 50px;
}
nav a:hover {
 
  color: #931212;
  font-size: 22px;
  font-weight: bold;
}

/* sous liens barre*/


nav li:hover ul {
    display: block !important;
    padding: 0;
    border:2px solid black;
   
    background-image: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg);
    border-radius: 20px;
    margin-left: 20px;
    width: auto!important;    
}
nav ul ul li {
    display: block;
    white-space:nowrap ;
   
}
nav ul .caret {
    margin: 18px 0 0 10px;
    border-width: 6px;
}



/*menu Membres*/
.menu_blogmember_box_invite
{
    font-size:12px;
    color: #000;
    border: 1px solid;
}
#register-sidebar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #e29019!important;
    border-radius: 3px;
    border: 1px solid #080808;
    color: #ffffff;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px;
}

footer {
  background-image: url(https://nsm09.casimages.com/img/2022/02/18//2202181153215232117800949.jpg);
   border-top: 2px solid #000000;
   font-family: courrier new;
}

footer a {
color: black;  
 font-size: 20px;
}

/*bouton recherche dans footer*/
.diz-blog input[type="submit"] {
 background: #e29019!important;   
}

/*enlever trait dans acceuil*/
 .blog-home h3 {
    border-bottom:0!important;
    color: #df3f1d;
    font-family: 'HelveticaNeueLT Com 47 LtCn', 'Arial Narrow', Helvetica, Arial, sans-serif;
}


