p
{
	color: blue;
}

h1
{
color: purple;
}
a[title*="ici"]
{
 color: black;
}
p
{
    font-size: 20px; /* Paragraphes de 14 pixels */
}
h1
{
    font-size: 40px; /* Titres de 40 pixels */
}
p
{
    font-family:courier new
}
h1
{
    font-family:, Arial, Verdana, sans-serif;
}
h1
{
    text-decoration: blink;
}
.souligne
{
    color: green;
}

.ligne_dessus
{
    color: blue;
}
h1
{
    text-align: center;text-decoration: underline;
}

p
{
    text-align: justify;
}

.signature
{
    text-align: right;
}
/* On travaille sur la balise body, donc sur TOUTE la page */

.site
{
	font-size:x-large;color: black; text-align: left;
}
.site
{
	font-family: "Arial Black" ;
}
.site
{
    font-size: 14px;
}
.image
{
text-align: left;
}
.pimentrouge
{
	display: inline-block;
}
.barre
{
	text-decoration: line-through;
}
.signature
{
	font-family: Impact, "Arial Black", Arial, Verdana, sans-serif;text-align: right; color: black; text-decoration: underline;font-weight: bold;font-size: x-large;
}
.saint
{
	text-align: left;
}
.joseph
{
	display: inline-block;
}
body
{
    background-image: url(bois.png);
}
.footer
{
	display: flex;
	text-align: right;
}
.footer .image
{
	display: inline-block;
	vertical-align: top;
}
.footer .signature
{
	margin:0;
	display: inline-block;
	vertical-align: bottom;
	margin-left: auto;
	margin-top: auto;
}
a /* Liens par défaut (non survolés) */
{
   text-decoration: none;
   color: red;
   font-style: italic;
}

a:hover /* Apparence au survol des liens */
{
   text-decoration: underline;
   color: green;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
    background-color: #FFCC66;
}

.page2
{
  color: red;font-size: 20px;text-decoration: underline;
}

.page3
{
  color: red;font-size: 20px;text-decoration: underline;
}

.page4
{
  color: red;font-size: 20px;text-decoration: underline;
}

.page5
{
  color: red;font-size: 20px;text-decoration: underline;
}