body
{
	background-color: #D8F9D6;  /* Secteur Haute Garonne */
	font-family: Tahoma, Geneva, sans-serif;
}

h1
{
	text-align: center;
	color: green;
    margin-top: 50px;
    font-style: italic;
}   

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

h3
{
	color: green;
	margin-top: 100px;
	text-align: center;
}

h4
{
	margin-top: 50px;
	margin-left: 200px;
}

hr
{
	margin-top: 50px;
}

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.intro
{
	margin-top: 60px;
}

p.intro
{
	border: solid 2px blue;
	padding: 10px;
	text-align: center;
	margin: 50px; 
	background: powderblue;
	
}

p.ign
{
	color: green;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
}

span.note
{
	font-size: small;
	text-align: left;
}

.italic
{
	font-style: italic;
}

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

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

table.tableizer-table1 
{
	font-size: 12px;
	border: 15px solid green; 
	font-family: Tahoma, Geneva, sans-serif;
	margin: auto; margin-top: 60px;
	padding: 35px;
	border-radius: 15px;
}

.tableizer-table1 td 
{
	padding: 4px;
	margin: 3px;
	border: 2px solid #CCC;
	text-align: center;
}

.tableizer-table1 th 
{
	background-color: blue; 
	color: #FFF;
	font-weight: bold;
	border: 2px solid #CCC;
	padding: 4px;
}

.tr1 { background-color: lightcyan; } .tr2 { background-color: blanchedalmond; } .tr3 { background-color: #D8F9D6; } .tr4 { background-color: lavender; }
.tr5 { background-color: lemonchiffon; } .tr6 { background-color: honeydew; } .tr7 { background-color: lightblue; } .tr8 { background-color: #FFD0B7; }

table.tableizer-table2 
{
	font-size: 12px;
	border: 8px solid green; 
	font-family: Tahoma, Geneva, sans-serif;
	margin: auto; 
	margin-top: 60px;
	padding: 35px;
	border-radius: 15px;
}

.tableizer-table2 td 
{
	padding: 4px;
	margin: 3px;
	border: 2px solid #CCC;
	text-align: center;
}

.tableizer-table2 th 
{
	background-color: blue; 
	color: #FFF;
	font-weight: bold;
	border: 2px solid #CCC;
	padding: 4px;
}

table.tableizer-table3
{
	font-size: 12px;
	border: 5px solid green;
	font-family: Tahoma, Geneva, sans-serif;
	margin: auto; 
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 75px;
	margin-right: 75px;
	border-radius: 5px;
}

.tableizer-table3 td 
{
	padding: 5px;
	margin: 3px;
	border: 2px solid #CCC;
	text-align: center;
}

.tableizer-table3 th 
{
	background-color: blue; 
	color: #FFF;
	font-weight: bold;
	border: 2px solid #CCC;
	padding: 5px;
}

.tr
{
	background-color: blue;
}

.trd
{
	background-color: blue;
	color: #FFF;
	text-align: center;
}

.carte1
{
	text-align: center;
	margin-top: 50px;
}
img.border
{
    border: 5px solid green;
    border-radius: 10px;
}

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

.licence
{
	font-size: small;
}

.nom
{
	font-size: small;
}

.retour
{
	margin-top: 25px; 
	margin-left: 25px;
}}

.hgoo { background-color: #cec6ff; } .hgluch { background-color: #d8f4ff; } .hglys { background-color: #ffbae0; } .hgpiq { background-color: #ffe27a; } .hggar { background-color: #feffd1; }
.hgcag { background-color: #ffda7f; }

.div-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding: 15px;
    border-radius: 20px;
    margin-left: auto;
	margin-right: auto;
}


button.contact
{
	color: green;
	background-color: transparent;
	width: 200%;
	padding: 12px;
    border: 2px solid green;
	border-radius: 20px;
	cursor: pointer;
	transition-duration: 0.2s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button:hover
{
	color: white; 
	text-decoration:underline;
	background-color: green;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	transform: translateY(4px);
	border: 2px white solid;
}

button:active
{
	transform: scale(1.05);
	outline: 8px orange solid;
	color: red; 
	text-decoration:underline;
}

p.meteo
{
    text-align: center;
    color: green;
    margin-top: 30px;
    font-weight: bold;
}

div.meteo
{
	text-align: center;
}

iframe.meteo
{
	padding: 10px;
	border-radius: 7px;
	border: 5px solid green;
	text-align: center;
	margin-top: 50px;
}