      #conteneur {
     position: relative; /* on positionne le conteneur au centre écran*/
     margin-left: auto;
     margin-right: auto;
     text-align: left;
	 z-index:5;
     }
     body {
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 0%;
  background-color: #f9f9f9;
}
.cadre {
  width:98%%;
  max-width:40em;
  margin-left: auto;
  margin-right: auto;
  border-style: groove ridge groove solid;
  border-color: #990000;
  border-width: 2px;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  background-color: #ffffff;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-size: 80%;
  visibility: visible;
}
.cadre h2 {
  border: 2px solid #006600;
  color: #993300;
  text-align: center;
  background-color: #ffff99;
  font-family: Arial,Helvetica,sans-serif;
}

.cadre h3 {
  color: #000000;
  background-color: #bfcfff;
  font-family: Arial,Helvetica,sans-serif;
}

.cadre p {

}

.cadre a {
  color: #000000;
  font-weight: bolder;
  font-family: Arial,Helvetica,sans-serif;
  
}

.cadre a:hover {
	color:#FF0000;
	font-weight:bold;
}
        img#rss{
        width : 100% ;

        }
        table#rss{
         border:1px solid black;
         border-spacing:0;
         border-bottom:0;
        }
        table#rss td
        {
         border-bottom:1px solid black;  padding:2px  ; 
        }
        .image {
        width:30%;
        }
.en_tete {
    width:98%;
    max-width:32em;
    margin-left: auto;
    margin-right: auto;
    
    background-color:#E4EFFF;
    border:4px solid #9FC6FF;
    /*arrondir les coins*/
    -moz-border-radius:10px ;
    -webkit-border-radius:10px ;
    border-radius:10px ;
    text-align: center;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  
}
.sous_titre {
  width:98%;
  max-width:40em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 60%;
  
}
.en_tete h1 {
    padding-top: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#parametres {
font-size: 80%;
}
#actualites {
  display: inline-block ;
  width:30 em ;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}
#engrenage{
    position:relative ;
    top:0.2em ;
    margin-right: 2em;
    float:right;
    width:3em ;
}

.insecable {
white-space: nowrap ;
}
#main {
width: 85% ;
}
#side {
   position: absolute ;
    margin-top:300px ;
   right: 0px ;
}
