
/*balise1
{
    propriete1: valeur1;
    propriete2: valeur2;
    propriete3: valeur3;
}

balise2
{
    propriete1: valeur1;
    propriete2: valeur2;
    propriete3: valeur3;
    propriete4: valeur4;
}

balise3
{
    propriete1: valeur1;
	
	xx-small : minuscule ;
x-small : très petit ;
small : petit ;
medium : moyen ;
large : grand ;
x-large : très grand ;
xx-large : euh… gigantesque.
	
	
	
	
}*/

p
{
/*border: 2px black dashed;
border-radius: 10px;*/
text-align: justify;
font-family: Times New Roman, Arial ;
font-size: medium ;
color: black;
}
h1
{
border: 3px red inset;
border-radius: 10px;
text-align: center;
font-weight: bold;
font-family: Times New Roman, Arial ;
font-size: 40px;
color: red;
}

h2
{
text-align: center;
font-weight: italic;
font-family: Times New Roman, Arial ;
font-size: x-large;
color: green;
}

.introduction
{
font-family: Times New Roman, Arial ;
color: blue;
}
h3
{
text-align: left;
font-weight: italic;
font-family: Times New Roman, Arial ;
font-size: large;
color: blue;
}
h4
{
text-align: center;
font-family: Times New Roman, Arial ;
font-size: medium;
color: blue;

}
h5
{
text-align: right;
}
h6{
text-align: center;
font-size: 30px;
font-weight: bold;
font-family: Times New Roman, Arial ;
color: red;
}
body
{
    background-color: silver; /* Le fond de la page sera noir */
    color: black; /* Le texte de la page sera blanc */
}
