/************************************************/
/************ Feuille de style lpdlm ************/
/************************************************/

/************/
/* Couleurs */
/************/


table {
  border: 2px solid #30aa30;
}

tr.titre_liste_tableau td {
  border-bottom: 1px solid #30aa30;
}

.question {
  color: #000000;
}

a {
  color: #505050;
}

a:hover {
  color: #303030;
  background: #30aa30;
}
/***********************/
/*Disposition à l'écran*/
/***********************/
body {
  margin: 10px;
  text-align: center;
}

h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

table {
  width: 100%;
  margin: 0px;
}

table td {
  padding: 5px;
}

table td ul li {
  padding-bottom: 1em;
}

div#left_menu {
  width: 150px;
  float: left;
  padding-right: 5px;
}

div#principal {
  float: right;
  width: 80%;
  margin-bottom: 30px;
}

div#pied_page {
  border-top: 1px solid #30aa30;
  clear: both;
}

.logo {
  border: 0px; 
}

.image {
  border: 0px;
}

/*************/
/*Typographie*/
/*************/

body {
  background: ##FFE0A0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.question {
  font-weight: bold;
  font-style: italic;
}

a {
  text-decoration: none;
  font-weight: bold;
}

div#pied_page {
  font-size: x-small;
}
