/* fichier de style pour les home-pages de MIAJ */




/*-- corps du document général --*/
body {
  background-color: #ffffff;
  background-image: #ffffff;
  background-repeat: repeat-y;
  font-size: 14px ;
  margin-left: 20px;
  font-family:  Arial, Verdana, Helvetica, "Sans Serif"; 
}


P {
  font-size: 14px ;
  text-align: justify;	
  font-family: Arial, Verdana, Helvetica, "Sans Serif"; 
} 

/* redéfinition des Heading Level afin de les utiliser dans le document */
H1 {
 font-family: Arial, Helvetica, sans-serif;
/* text-transform: uppercase;*/
 color: #ffffff;
 font-size: 20px; 
 background-color : #CC7933;
 font-family: Helvetica;
 border:0.1em ;
 margin:0.1em ;
}

.bandeau {
 font-family: Arial, Helvetica, sans-serif;
/* text-transform: uppercase;*/
 color: #ffffff;
 font-size: 20px; 
 background-color : #CC7933;
 font-family: Helvetica;
 font-weight: bold;
 border:0.1em ;
 margin:0.1em ;
}

H2 {
 position:       relative;
 color: #000;
 background-color:#e0e0e0;
 font-size: 15px;
 font-family: Arial, Verdana, Helvetica, "Sans Serif"; 
 text-align: left;
 width:          100%;
}


em { font-style: italic;
font-size: 14px ;
 }

tt {font-family: Arial, Verdana, Helvetica, "Sans Serif";}
td {
  font-size: 14px ;
  font-family:  Arial, Verdana, Helvetica, "Sans Serif"; 
}

th {font-weight: bold; font-size: 15px;}
ul {
font-size: 14px ;
}
pre {
  display: block;
  background-color: #EFEFFF;
  border: 1px solid #77A;
  padding: 4px 6px;
  margin: 8px 3%; // top et bottom, puis left et right
  width: 95%;
font-size: 14px ;
}

/* Pour que les bords des vignettes cliquables ne soient pas bleus */
.trans a:link {color:white ;text-decoration: none;}
.trans a:visited {color:white;text-decoration: none;}
