body
{
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -0.4px;
	word-spacing: -0.6px;
	font-style: italic;
	background: #FFFFFA;
	background: -moz-linear-gradient(-45deg, #FFFFFA 0%, #1AE6FF 68%, #230CA8 100%);
	background: -webkit-linear-gradient(-45deg, #FFFFFA 0%, #1AE6FF 68%, #230CA8 100%);
	background: linear-gradient(135deg, #FFFFFA 0%, #1AE6FF 68%, #230CA8 100%);
}

#fas
{
	text-align: right;
}

h1
{
	font-size: 4em;
}

h2
{
	font-size: 3em;
}

p
{
	color: #111111;
}

p.history
{
	background: #591CFF;
	font-size: 2em;
	outline: 5px double rgb(0,0,0);
	padding: 10px;
	margin: 5px;
}

h1,h2
{ 	
	color: #111111;
	background: #591CFF;
	border: 5px groove #000000;
	border-radius: 0px 25px 0px 25px;
	padding-left: 15px
}

#tableauMeteo
{
	padding: 15px;
}

.blocMeteo
{
	padding: 15px;
}

#map
{
	height: 350px;
}

img.clouds
{
	height: 150px;
	width: 200px;
}


#CadrantMeteo,#Ephemeris
{
	display: flex;
	font-size: 2em;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 15px;
	height: 400px;
	width: 600px;
}


.Affichage,.HourSun
{
	
	margin: auto;
	height: 200px;
	text-align: center;
	background: #0A0AA3;
	background: -moz-linear-gradient(-45deg, #0A0AA3 0%, #1AE6FF 35%, #FDFFEB 100%);
	background: -webkit-linear-gradient(-45deg, #0A0AA3 0%, #1AE6FF 35%, #FDFFEB 100%);
	background: linear-gradient(135deg, #0A0AA3 0%, #1AE6FF 35%, #FDFFEB 100%);
}

.Affichage:nth-child(1)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 400px;
}

.Affichage:nth-child(2)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.Affichage:nth-child(3)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.Affichage:nth-child(4)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.Affichage:nth-child(5)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.HourSun:nth-child(1)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.HourSun:nth-child(2)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.HourSun:nth-child(3)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 200px;
}

.HourSun:nth-child(4)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 300px;
}

.HourSun:nth-child(5)
{
	max-height: 400px;
	max-width: 600px;
	min-height: 200px;
	min-width: 300px;
}

#InfoMeteo
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.ViewMeteo
{
	height: 400px;
	width: 600px;
}