/*************************************************************
Nom ........... : html.css
Role .......... : contient des éléments de mise  en forme des fichiers html
Auteur ........ : Gaël Voisin
Version ....... : 0.1 du 10/12-2020

**************************************************************/
.body {
background-color:#FFF;
font-family:Arial,Helvetica,sans-serif;
text-align: justify; 
line-height:1.25em
}
.paragraphe {
text-align: justify;
}

.tableau {
vertical-align: top;
color:#000;
}
/*.tableau-titre {
border-radius: 10px;
padding-top: 5px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
background-color:#129447;
width:100%;
}
*/
.H1 {
font-size:24px;

font-weight:bold;
color:#000;
}

.H2 {
font-size:18px;
font-weight: bold;
}
.H3 {
font-size:14px;
font-weight: bold;
}

.cadre {

max-width:960px!important;
width: 100%;	
margin:auto;
border :0;
}
td.titre {
text-align: center; 
vertical-align: middle;
}
.espace {
 height : 10px;	
}	

/*style="max-width:960px!; width: 80%;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"*/
