body
{
	background-color: 	aliceblue;
	font-family: Tahoma, Geneva, sans-serif;
}

h1
{
	color: darkblue; 
	text-align: center;
	margin-top: 50px;
}

h2
{
	color: darkblue;
	text-align: center;
	margin-top: 50px;
}

h3.titre
{
    color: darkblue;
    font-style: italic;
    text-align: center;
    margin-top: 30px;
}

a:link 
{
	color: blue; text-decoration:underline;
}
a:visited 
{
	color: green; text-decoration:underline;
}
a:hover 
{
	color:red; text-decoration:none;
}

p
{
	margin: 30px;
}

div.text
{
    border: solid blue 5px;
    margin: 70px 70px 100px 100px;
}

#myBtn 
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

#myBtn:hover 
{
    background-color: slategrey;
}

.index
{
	font-size: x-small;
	margin-top: 25px; 
	margin-left: 25px
}

.index1
{
	font-size: small;
	margin-top: 25px; 
	margin-left: 25px
}

.csshtml1
{
	margin-left: 15px;
	margin-top: 10px;
}

.licence
{
	font-size: small;
}

.nom
{
	font-size: x-small;
}



