/*------------------------------------
* La feuille de style du site ZPV
*------------------------------------
*/

DIV.link_list {
  float: left;
  width: 40%;
  padding: 1.5em;
  /*border: 1px solid black;*/
}

DIV.photos {
  float: left;
  width: 55%;
  /*border: 1px solid black;*/
  margin-bottom: 1em;
}

IMG.random_photos {
  width: 270px;
  height: 270px;
  border: 0;
  margin: 0 130px;
}

H1.titre {
  color: black;
  font-weight:bold;
  font-size:2em;
  padding: 5px 0;
  margin: 0;
}

IMG.left {
  float: left;
  margin: 4px;
  margin-right: 10px;
  width: 76px;
  height: 107px;
}

H2.categorie {
  clear: left;
  background-color: #e7d15c;
  border-bottom: 2px solid #FF8C00;
  color: #333333;
  font-size: 1.4em;
  padding: 2px;
  margin-top: 2em;
}

P#greeting_bar {
  background-color: #e7d15c;
  margin: 0 1px;
  padding: 5px 0;
  color: #333333;
  }

#greeting {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  margin-right: 5px;
  width: 75%;
}

#greeting A {
  color: #333333;
  text-decoration: none;
}

#greeting A:hover {
  color:#808080;
}

#greeting A.active {
  font-weight: bold;
}






#center {
  text-align: center;
  margin: 0 auto;
}
/* On utilise une couleur rouge pour les ancres
 * et les entetes
 */
 
HR.pied {
  /*Internet Explorer ignores the height -> pas grave :) */
  clear: both;
  width: 100%;
  background-color: #cc0000;
  height: 3px;
  border: transparent;
}

.news {
  float: left;
  width: 39%;
  text-align: left;
  margin: 0 0.5%;
}

A.news_texte {
  float:left;
  display: inline-block;
  width: 93%;
  margin-bottom: 3px;
}

A.button_supprimer {
  float:left;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.index_old {
  float: left;
}

.rubriques_eleves {
  float: left;
  width: 19%;
  margin: 0 0.5%;
}

.rubriques_eleves UL {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.rubriques_eleves LI {
  display: block;
  background-color: #F4A460;
  margin: 1px 0;
}

.rubriques_eleves LI.postulant {
  background-color: #CD853F;
}

.rubriques_eleves A {
  display: block;
  padding: 3px;
  text-decoration: none;
}

.overview_messages_index {
  float: left;
  width: 39%;
  text-align: left;
  margin: 0 0.5%;
}

.kopf {
  float:left;
  background-color: #e7d15c;
  border-bottom: 1px solid #FF8C00;
  font-size: 1em;
  padding: 1px;
  text-align: left;
}

.kopf#von {
  width: 25%;
}

.kopf#betreff {
  width: 73%;
}

.nachricht {
  float: left;
  width: 99%;
  background-color: #e7d15c;
}
.msg_sender {
  float: left;
  width: 25%;
  margin: 0px;
}

.msg_subject {
  float: left;
  
  width: 60%;
  
}
.msg_actions_buttons {
  float: left;
  margin: 0 5px;
}

.index_informations {
  float: left;
  width: 39%;
  text-align: left;
  margin: 0 0.5%;
}

DIV.index_lecons {
  float: left;
  width: 19%;
  text-align: left;
  margin: 0 0.5%;
}

.index_liens_lecons {
  /*background-color: #e7d15c;
  padding: 2px;
  margin: 2px 0;*/
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.index_liens_lecons LI {
  display: block;
  background-color: #e7d15c;
  margin: 2px 0;
  padding: 0;
}

.index_liens_lecons IMG {
  vertical-align: middle;
  margin-right: 1em;
}

.index_liens_lecons A {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  width: .1em; 
  text-decoration: none;
  
}

.index_liens_lecons LI:hover {
  background-color: #cccc66;
  color: #404040;
}

.index_liens_lecons > LI A {width:100%;}
