/* CSS Document */

.texte_pres {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.8em;
  font-style : normal;
  font-weight : normal;
  color: white;
  margin-bottom: 10px;
}

.texte1 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.8em;
  font-style : normal;
  font-weight : normal;
  color: white;
}

.t_pied {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  font-style : normal;
  font-weight : normal;
  color: white;
}

.t_menuadmin {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  font-style : normal;
  font-weight : bold;
  color: white;
}

.t_erreur {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  font-style : normal;
  font-weight : bold;
  color: d6d76e;
  margin-left; 20px;
}
.t_ok {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  font-style : normal;
  font-weight : bold;
  color: feff91;
  margin-left; 20px;
}


/* WYS */

.t_wys_titre {
  display: block;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.9em;
  font-style : normal;
  font-weight : bold;
  color: black;  
  background-color : fbf3b4; 
  margin : 2px;
  padding : 2px;
}

.t_wys_texte {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.8em;
  font-style : normal;
  font-weight : bold;
  color: fbf3b4;  
}

.wystab {
 cellpadding : 0px;
 cellspacing : 0px;
}

.wystd {
  vertical-align : middle;
  background-color : #cccccc; 
  margin-left: auto;
  margin-right: auto;
  border : 1px solid black;
  width : 60px;
  height : 60px;
}


/* phototheque */

.t_bloc_pttq {
  border-bottom: 1px solid white;
  display: block;
}

.t_pttq_legende{
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size : 0.7em;
  font-style : normal;
  font-weight : normal;
  color: #6686c8;
}


.pttqtd {
  vertical-align : top;
  padding: 13px;
  margin-bottom : 20px;
  border : 1px solid white;
}

.pttq_pages {
  text-align : center;
  display: block;
}

.photo4{
  border: 1px solid black;
  margin : 0px;
  padding : 0px;
}

