h1
{
    color: red; text-align: center; text-decoration: underline;
}

p
{
    text-align: justify;
}

h3
{
    color: green;
}

body
{
    background-image: url("fond.jpg"); 
}

*
{
    font-family: "Times New Roman"
}

.1
{
	text-align: center;
}

.imageflottante
{
	float: right;
	margin-right: 300px;
	margin-top: 15px;
}

.bouton
{
	position:absolute;
		top: 500px;
		left: 1090px;
}

.video
{
	position:absolute;
		top: 75px;
		left: 845px;
}