/*
    Document   : smallscreen
    Created on : 10 oct. 2013, 12:39:08
    Author     : jean-pierre
    Description:
        css pour résolution < 640x;
*/
*{
  padding: 0;
  margin: 0;
}
body{
  background-color: #fff;
  padding: 5px;
}
#col_droite,#contenu,#accueil{
  display: block;
  width:100%;
}
.deco-blanc,.deco-stries,#diaporama,#pied,#social-droite{
  display: none;
  visibility: hidden;
}
#entete{
  background-color: #fff;
}
#entete #accueil a{
  width: 100%;
  height: auto;
}
#entete a img{
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
}
#recherche-conteneur{
  display: block;
  width: 100%;
}
#recherche-contenu{
  background: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#recherche-contenu span, #recherche-contenu .moins, #recherche-contenu .plus{
  display: none;
  visibility: hidden;
}
#recherche-contenu a.membre_area{
  display: block;
  width: 15%;
  margin: 5px 5px 0 0;
  padding: 0 30px 0 0;
  text-align: right;
  background-position: right center;
  float: right;
}
input#recherche{
  display: inline;
  height: 20px;
  padding-left: 5%;
  width: 40%;
  margin-bottom: 1em
}
#formulaire_recherche{
  margin-top: 5px;
}
#formulaire_recherche input.submit{
  display: inline;
  height: 22px;
  width: 10%;
}
#formulaire_recherche form{
  width: 100%;
}

/*================================================================================================================================
=========================================================   MENU   ===============================================================
================================================================================================================================*/
#nav, #pied, #menu_pied, #plante, #plante #plante-contenu{
  width: 100%;
}

nav#menu_principal > ul{
  width: auto;
 }
nav#menu_principal ul > li{
  background: url(img/menu-fond.png) repeat-x center;
  border-right: 1px solid #fff;
}
nav#menu_principal ul > li a, nav#menu_haut_members ul > li a{
 display: block;
 background: none;
 font-family: nexa_bold;
 color: #fff;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 10px;
 line-height: 1.6em;
 padding: 5px 8px;
 height: 100%;
 text-shadow: 1px;

}
nav#menu_principal ul > li a:hover, nav#menu_principal ul > li a.on{
}
#conteneur {
  font-size: 0.85em;
  clear: both;
}
#contenu-cadre{
  margin: auto;
  margin-top: 0;
}
.news-box{
  margin-bottom: 10px;
}
.news-box h3{
  font-size: 1.2em;
}
#more-news{
  margin-bottom: 10px;
  margin-top: 25px;
}
#more-news ul{
  padding-top: 10px;
}
.points{
  /*float: right;
  width: 25%;
  margin-right: 3%;*/
}
#col_droite .points img{
}
#pied #menu_pied{
  padding: 0;
}
#pied #menu_pied ul li{
  padding: 2%;
  margin: 2%;
}
#pied #menu_pied > ul{
  width: 100%;
  padding: 0;
}
#plante{
  font-size: 0.8em;
}
#plante a, #plante span{
  padding: 2px;
}
#contenu-cadre input[type="text"], input[type="password"], textarea, select{
  width: 94%;
}
