html {
  font-size:12px;
  font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #EEEEEE;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

hr {
  height: 1px;
  color: Silver;
  padding: 0%;
  margin: 0%;
}

hr.pt {
  height: 1px;
  color: Silver;
  padding: 0%;
  margin: 0%;
}

th {
  background-color: #B8B8F1;
}


h1 {
  font-size: 20px;
  font-family: Trebuchet MS;
  color: #FFA500;
}


table {
  border: 1px solid Silver;
}

table.vide {
  border: none;
}

table.tab {
  border: 1px solid Silver;
  background-color: #EEEEEE;
}

td.tab {
  border-left: 1px solid Silver;
  text-align: center;
}

td.tab2 {
  border-left: 1px solid Silver;
  background-color: #FFFFE0;
  text-align: center;
}

td.msg {
  text-align: justify;
  padding: 5px;
  border-left: 1px solid Silver;
}

input,select,textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  background-color: #EEEEEE;
  border: 1px solid Silver;
} 

.input_text {
  width: 200px;
}


.gras {
  font-weight: bolder;
}

.date {
  color: #B22222;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}


.aut {
  font-size: 9px;
}

.titre {
  font-weight: bold;
  font-size: 18px;
  color: #FFA500;
  font-family: Trebuchet MS;
}

a {
  color: #3C6F9B;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

a:hover {
  color: Red;
  text-decoration: none;
}

li {
  list-style-image: url(../theme/basic/img/forward.png);
  margin: 0px;
}

ul {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 10px;
  padding: 0%;
}


.msg {
  text-align: justify;
  padding: 10px;
}

#tot {
  background-color: White;
  border: 1px solid Silver;
}

#haut {
  background-image: url(../images/logo_final.gif);
  background-repeat: no-repeat;
}

#droite {
  text-align: justify;
  padding-left: 10px;
  border-left: 1px Silver solid;
  overflow:auto;
}

#gauche {
  
}

.menu_admin {
  text-align: center;
  background-color: #E6E6FA;
  /*border: 1px solid Silver;*/
}