BODY    {
	background-image: none;
	background-color: lightgray;
}
p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align:justify;
}
img{
	margin-left : 5px;
	margin-top : 5px;
	margin-right : 5px;
	margin-bottom : 5px;
}
.box { display: flex;
    flex-wrap: wrap;
}

.annee {
	font-family: Arial,Helvetica,sans-serif;;
	font-size: 24pt;
	font-weight: bold;
	text-align:justify;

}
@media (max-width:969px) {
	img{
		max-width:98%;
		height:auto;
	}
.box { display: flex;
    flex-wrap: wrap;
		max-width:100%;
		height:auto;
	
}
}
/* BARRE DE MENU  */
/* Hauteur*/

TABLE.menu2 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu2 {
    border:1px solid #000000;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
/*    background-color: #cccccc;*/
		background-color: #c5c2bb;   
    color : #000000;
    cursor: help;
}
TD.menu2:hover {
	background-color: #85827b; 
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu2 {
    background-color: #c5c2bb;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu2 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#000000;
    text-decoration : none;
 }
A.menu2:hover {
/*    cursor: help;*/
    background-color: #85827b; 
    color:#000000;
  }
TABLE.menu3 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu3 {
    border:1px solid #000000;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
/*    background-color: #cccccc;*/
		background-color: #ffffff;   
    color : #000000;
    cursor: help;
}
TD.menu3:hover {
	background-color: #909090; 
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu3 {
    background-color: #ffffff;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu3 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#000000;
    text-decoration : none;
 }
A.menu3:hover {
/*    cursor: help;*/
    background-color: #909090; 
    color:#000000;
  }