/* Styles generaux */

* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-size : 12px;
  behavior: url(styles/csshover.htc);
}

div.groupetitre { 
  margin:     0px 0 25px 0;
  text-align: center; 
}

h1, h2
{
  color: #3076B9; 
}


#texte {
  position: relative;
  margin: 0;
  padding: 0px 10px 1px 10px;
}

#texte h1 {
  font-size : 16px;
  font-weight: bold;
  margin: 0px 0 7px 0;
  padding-top: 12px;
}

#texte h2 {
  font-size : 14px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  padding-top: 10px;
}

#texte ul {
  margin: 5px 0px 5px 0px;
  list-style-position: outside;
  list-style-image:url('../images/boite-outils/puce.gif');
  padding-left: 2.5em;
}

#texte ul.liste-liens {
  padding-left: 15px;
}

#texte ul.liste-liens li {
  margin-left: 15px;
}
#texte ul.navdroite {
/*   position: absolute; */
/*   top: -10px; */
/*   right: 0px; */
  position: relative;
  top: 0px;
  right: -10px;
  float: right;
  width: 130px;
  font-size: 11px;
  text-align: left;
  margin: 0 0 20px 20px;
  padding: 0;
  border-left: 1px solid;
  list-style-image: none;
}
#texte ul.navdroite li { 
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 5px 5px 0px 5px;
  border-bottom: 1px solid;
}
#texte h2.alaune,
#texte h2.actus {
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 0 10px 35px;
  margin: 0 0 10px 0;
}

#texte h2.alaune {
  background-image: url(../images/boite-outils/icones/alaune-grd.gif);
}

#texte h2.actus {
  background-image: url(../images/boite-outils/icones/actulabo2.gif);
}

#texte h2.anoter {
  background-image: url(../images/boite-outils/icones/anoter.gif);
  background-repeat: no-repeat;
  background-position: 5px;
  padding: 10px 0 15px 40px;
  margin: 0;
  border-bottom: 1px solid;
}
#texte div.float_droit p {
  margin: 0;
}
#texte fieldset { 
  border: 1px solid;
  margin: 20px 10px 10px 0;
  padding: 10px;
}

#texte legend { 
  font-size: 12px;
  font-weight: bold;
}

#texte form {
  margin: 0;
  padding: 0;
} 

#texte label { 
  display: block;
}

#texte input,
#texte textarea {
  border: 1px solid black;
  font-size: 11px;
}

#texte .spip_bouton { 
  margin-top: 10px;
}
#texte ul.archives_blogue {
  padding-left: 0px;
  margin-left: 0px;
  list-style-image: none;
  list-style-type: none;
}

p.Mois {
  color: #3076B9; 
  font-size : 14px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  padding-top: 10px;
}

p.jour {
  font-weight: bold;
  font-size : 14px;
}

p.heure {
  font-weight: bold;
  display: inline;
}

p.auteur {
  font-style: italic;
  display: inline;
  padding-left: 10px;
}

.nom_auteur {
  font-weight: bold;
  font-style: normal;
}

p.salle {
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

p.abstract {
  margin-left:10%;
  margin-right:10%;
  font-style: italic;
}

textarea {
  vertical-align: top;
}

form {
  font-size: 16px;
}

