article h1 
{
text-align: center;
  color: #34D31F;
font-size: xx-large;
font-family: georgia,palatino;
font-style: oblique;
}
article p
{
font-size: small;
font-family: trebuchet ms,geneva;
text-align:justify;
}
article h2
{
font-weight:bold;
font-size: medium;
font-family: trebuchet ms,geneva;
text-transform : uppercase; 
color: rgb(0,147,0);
}
article h3
{
font-weight:normal;
text-align: center;
font-family: trebuchet ms,geneva;
font-size: small;
color: #3366ff;
text-decoration: underline;
margin-bottom:0px;
}
article table
{
border: 1px ridge #000000;
width: 814px;
}
article td
{
border: 1px ridge #000000;
text-align:center;
vertical-align:middle;
}
article tr
{
text-align:center;
}
article a
{
text-align: center;
font-family: trebuchet ms,geneva;
color: #3366ff;
font-size: small;
text-decoration:none;
}
article a:hover img 
{
width:40px ; 
height:40px;
}

article .seul 	/*lien tout seul, pour qu'il soit centré*/
{
text-align:center;
}
article img
{
border: 0pt  none; 
vertical-align: middle;
margin-top:10px;
margin-bottom:10px;
}

/* CONCERNE LA BOITE FICHIERS WORD */

article h6  /* Titre "même page avec fichier word */
{
  text-decoration:underline;
  font-family: "trebuchet MS","Times New Roman",Arial,"Arial Black",Times,serif;
  margin-top: 10px;
  text-align:left;
  margin-bottom: 0px;
  color: #008040;
  font-size: 0.9em;
}
article #boite
{
border: 1px solid green;
}
article .lienpdfword /* lien nouveau/ancien programme */
{
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
color: rgb(66,66,255);
font-size: 1.2em;
text-decoration: none;
font-family: "trebuchet MS",Georgia, "Times New Roman", Arial, "Arial Black", Times, serif;
}
article h5 a:hover
{
 border: none;
  background-color: #e6ffe6; 
  color:#000352;
}

