
/* ---------- STYLES POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --------- */


/* __________________________________Page ______________________________*/
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ___________________________________Titres___________________________ */


h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. */
    line-height: 1.2;
    font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;}


h1 {
    margin:10px;
    padding-bottom:15px;
    font-size: 1.4em;
    font-weight: bold;     
    LETTER-SPACING: 3px;     
}
 
h2 {
    font-size: 1.2em;      
    text-transform:uppercase; 
    font-weight: bold;                            
    padding: 0em 0em 0em 0.9em;
}

h3 {
    font-size: 1.1em;          
    font-weight: bold;                          
    padding: 0em 0em 0em 1.4em;
}

h4 {font-size: 1em;
    font-weight: bold;
    padding: 0em 0em 0em 3em;
}



/* ______________________________________Listes ________________________*/

ul, ol {
	padding: 0; /* -> 9 */
	margin-left:24px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
}

/* ___________________________________Paragraphes _____________________*/

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
font-color:#051745;
text-align:justify;
}



/*_______________________________________ Liens ________________________*/

a {
color: #051745;
text-decoration: none;
}
a:visited a:hover a:focus {
color: #051745;
}
a img {
border: none; /* -> 10 */
}

/* ____________________Divers éléments de type en-ligne ________________*/

em {
font-style: italic;
}
strong {
font-weight: bold;
color: #051745;
}
pre{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
font-color:#051745;
text-align:left;
}
