body
{
	background-color: gainsboro;
	margin-top: 50px;
	font-family: Tahoma, Geneva, sans-serif;
}

h1
{
	color: slategrey; 
	text-align: center;
}

h2.titre
{
	font-weight: bold;
	color: slategrey;
    font-style: italic;
    text-align: center;
    margin-top: 60px;
}

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

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

tr:hover
{
	background-color: gold; 
}

div.logo
{
	color: green;
	margin-top: 150px;
	border: solid 5px darkslategrey;
	border-radius: 10px;
	padding: 20px;
	margin-left: 150px; 
	margin-right: 150px;
}

div.logo7
{
	margin: 100px;
	border: double red 5px;
}

p.logo1
{
	padding: 10px;
	text-align: left;
}

p.logo2
{
	text-align: center;
}

span.logo3
{
	vertical-align: 14px;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: underline;
}

span.logo4
{ 
	font-weight: bold;
}

span.logo5
{
	font-style: italic;
	vertical-align: 14px;
}

p.logo6
{
    text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 30px;
	padding-bottom: 30px;
}

img.logo
{
    border: 2px solid slategrey;
    border-radius: 2px;
}

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

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

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

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

.licence
{
	font-size: small;
}

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

