body
{
  text-align : center ;
}

table.projets
{
  table-layout: fixed;
  margin: 0 auto;
  background-color : #e0e0e0 ;
  border: 1px solid #000000 ;
  border-radius : 15px;
  width: 80%;
  max-width: 900px;
  margin-left : auto;
  margin-right : auto;
  border-spacing:0px;
}

table.projets td
{
  padding: 1Em;
  max-width : 220px ;
}

table.projets td.intitule {
  width: 30% ;
}

table.projets td.separateur_g {
  margin:0px;
  padding:0px;
  width : 2%;
  border-right: solid 1px;
}

table.projets td.separateur_d {
  margin:0px;
  padding:0px;
  width:2%;
}

.nomProjet
{
  text-align : left ;
  font-weight : bold ;
  font-size : 1.3Em ;
  margin-bottom: 0.3Em;
}

.nomAuteurs
{
  text-align : left ;
  font-weight : normal ;
  font-size : 1Em ;
  font-style: italic;
  margin-top: 0.3Em;
}

table.projets td.image {
  width: 100px ;
}

/* Pour affichage étroit */
@media (max-width: 768px) {
    td.image {
      display: none;
    }

footer {
  position: relative ;
  bottom: 0;
  left: 0;
  right: 0 ;
  text-align : center;
}
