/* CSS utilisé pour la page d'accueil (design par défaut et design old) qui regroupe les points communs entre les divers design */
body {
  background-color: #040804;
  margin: 0;
  font-size:15px; /*96%;*/
}

#main_right {
  padding-right:0.5em;
  font-size: 1em;
}
#main_right p.autres-actions {
  text-align:left;
  font-variant:small-caps;
  font-style:normal;
  font-size:0.85em
}
.brown {
  color:#B09C7A;
  text-align:right;
  font-style:normal;
  font-family:arial;
}
a {
	color: #2cc90d;
	text-decoration: none;	
}
a.flashy { color: #07EC42; }
a:hover { color: yellow; }
a img { border: none; }
ul.mjs {
  list-style-type:square;
  text-align:left;
}
#bd ul { list-style-type: none; }
#doc3 { 
  max-width:80em; /* =1200pxmodif */
  margin:auto; /* modif */
}
#ft table { width:80%; margin:auto; }
#ft table caption { text-align:center; }
#ft table caption, .mj_role {
  font-weight:bold;
}
.mj_role { text-align:right; }
.mj_nom  { text-align:left; }
#identity { font-style: normal; }
#identity th, #identity td { padding-left: 5px; text-align: center; }
#identity th { border-top: 1px solid white; border-bottom: 1px solid white; font-size:0.8em; }
#identite { position:absolute;top:0;left:10px;z-index:1000;font-weight:bold; }
