body
/*fichier css  pour gard.html*/
{background-color:black;
text: white;}

h1
{color: red;
font-size: 4em;
text-align: center;
text-transform: lowercase;
/*text-decoration: blink;*/
}
h3
{color: green;
font-size: 1.3em;
text-align: left;
text-indent: 40px;
}
p
{
	text-indent: 30px;
	color: blue;
	font-size= 3em;
}
a
{text-decoration: none;
color: green;
font-size: 0.5;
text-align: bottom right;
text-transform: smallcaps;
}
.titre
{color: red;
font-size: 2em;
text-indent: center;
text-transform: small-caps;
text-decoration: underlign;
font-style: italic;
font-variant: small-caps;
}

.titre:hover
{color: yellow;
font-size: 2em;
text-indent: center;
text-transform: small-caps;
text-decoration: none;
font-style: italic;
font-varant: small-caps;
}
.clic:hover
{background-color: yellow;
}
.clic:active, .clic:focus
{background-color: white;
}
.imageflottante
{float: right;
}