ul { 
   list-style-type: none;
	margin:0px;
}
li {
   padding-bottom: 2px;
   padding-top: 2px;
}
/* styles pour head */ 

.titre {
     margin-left: auto;
     margin-right: auto;
     width: 300px;
}

/* styles pour gauche */

.menuent {
     background-color: #DAA520; 
     color: white;
     font-weight: bold;
	  padding:10px;
	  margin-bottom:10px;
}
.navig a {
     display: block;
     border: 1px solid gray;
     border-color:#DAA520;
     text-decoration: none;
     color: #2f1f1f;
     background: #fbf8d2;
     margin:10px; 
	 }
	 
.navig a:hover {
     background: #7f705d;
     color: white;
     border: 1px solid gray;
     border-color:#DAA520; 
     }

.navig a:active {
     background: #7f705d;
     border: 1px solid gray; 
     border-color:#DAA520;
     color: white;
     }
#rub {
     font-weight: bold; 
     display: block;
     background: #ffffff;
     color: #000000;
} 
.nouvel {
  border:1px solid #DAA520;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:5px;
  margin-right:5px;
  background: #fffde8;
}

/* styles pour centre */ 

.image {
       text-align: center;
		 padding-top:10px; 
		 padding-bottom: 10px; 
		 border-bottom: 1px solid #DAA520; 
}
.sitel {
      font-weight: bold;   
}
.taille {
	border-bottom:1px solid #DAA520; 
	padding-bottom:10px; 
}
.petail {
     font-size: 80%;
}
.petail a {
		  color:#000000;
}

/*les nouvelles locales*/

.nouvelent {
     background-color: #DAA520;
     color: white;
     font-weight: bold;
	  padding:10px;
     text-align: center;
}
.menuloc {
  border:1px solid #DAA520;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  background: #fffde8;
} 
.item {
	border-bottom:1px solid #DAA520;
	padding:5px;
}
.menuloc a {
      text-decoration: none;
      color: #2f1f1f;
}
.menuloc a:hover {
      text-decoration: none;
      color: #ccc;
}
.menuloc h3 {
         font-weight: bold;
         color: white;
         background: #3e2f2f;
}

/*syndication de sites*/
 
.syndicent {
     background-color: #DAA520;
     color: white;
     font-weight: bold;
     height: 30px;
     width: 100%;
     text-align: center;
}
.syndication {
  border:1px solid #DAA520;
  padding-top:10px;
  text-align:center;
  background: #fffde8;
}
.syndication a {
      text-decoration: none;
      color: #2f1f1f;
}
.syndication a:hover {
      text-decoration: none;
      color: #ccc;
}
.syndication h3 {
         font-weight: bold;
         color: white;
         background: #3e2f2f;
}
.site {
      font-weight: bold;
}
