/* ========================================================================== */
/* CSS Document                                                               */
/* Page d'accueil                                                             */
/* ========================================================================== */


/* ========================================================================== */
/* Les boites                                                                 */
/* ========================================================================== */
/* PostitActus : Postit Jaune                                                 */
/* PostitAgenda : Postit Vert                                                 */
/* partenaires : section des logos des partenaires                            */
/* forum : lien d'accès au forum                                              */


.jour_semaine, .mois, #meteo
{
  font-size: 9px;
  font-weight: bold; 
}

.jour
{
  font-size: 22px;
  font-weight: bold;
  color: #B70000;
}

#datejour
{
  text-align: center;
  width: 40px;
  height: 60px; 
  float: left;
}

#calendrier
{
  background: url(../img/calendrier.png) no-repeat;
  height: 65px;
  width: 115px;
  padding: 35px 0px 0px 15px;
  float: right;
  text-align: center;
}

#meteo img
{
  border: none;
}

#meteo a, #meteo a:hover
{
  color: #000;
  text-decoration: none;
}


/* ========================================================================== */
/* Les != sections
/* ========================================================================== */

#documents
{
  background: url(../img/postit.gif) no-repeat top;
  height: 180px;
  padding: 20px 30px 40px 20px;
  margin: -15px 0px 0px 0px;
  font-size: 10px;
}

#documents h2
{
  background: url(../img/documents.png) no-repeat;
  width: 150px;
  height: 25px;
}

#documents h2 span
{
  display:none;
}

#actus
{
  background: url(../img/actus.png) no-repeat;
  padding: 45px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

#actus h2
{
  display: none;
}

#actus a img
{
  border: 1px solid #000;
}

#actus p, #recherche p
{
  padding : 10px 20px 0px 20px;
  margin: 0px;
}

#actus ul
{
  padding-left: 0px;
  list-style: none;  
}

#actus li
{
  margin-bottom: 15px;
}

#partenaires
{
  width:450px;
  background: url(../img/partenaires.png) no-repeat;
  padding: 55px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  text-align: center;
}

#partenaires img
{
  vertical-align: middle;
  margin: 0px 10px 0px 10px;
  border: none;  
}


#partenaires h2
{
  display: none;
}

#agenda
{
  background: url(../img/agenda.png) no-repeat top;
  height: 235px;
  padding: 65px 30px 40px 30px;
  margin: 15px 0px 0px 0px;
}

#agenda h2
{
  display: none;
}

#agenda p, #agenda ul
{
  font-size: 10px;
  margin: 3px 0px 10px 0px;
  text-align: left;
}

#agenda ul
{
  padding-left: 0px;
  list-style: none;  
}

#agenda li
{
  margin-bottom: 5px;
}


a img
{
  border: none;
}

.imgune
{
  border: 1px solid #000;
  margin: 5px 0px 5px 0px;
}

