body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 100%;
	line-height: 110%;
	margin-left: auto;
	margin-right: auto;
	color: black;
	width:100%;
}
/*
#section-360
{
	width: 100%;
}

#section-900
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
*/
header
{
	color: green;
	text-align: center;
	font-size: 130%;
	font-weight: normal;
	line-height: 110%;
	padding: 10px;
	margin: 0 5px 0 5px;
}

.pink
{
	background-color: rgb(255, 227, 240);
	margin: 5px 5px 0 5px;
}

.sky
{
	background-color: rgb(209, 230, 241);
	margin: 5px;
}

.web
{
	background-color: rgb(255, 246, 213);
	margin: 5px;
}

.red
{
	display: block;
	color: red;
	text-align: center; 
	padding-top: 10px;
}

.blue
{
	display: block;
	color: blue;
	text-align: center; 
	padding-top: 10px;
}

.maroon
{
	display: block;
	color: maroon;
	text-align: center; 
	padding-top: 10px;
}

.text, .tableau
{
	display: block;
	color: black;
	font-size: 90%;
}

.text
{
	text-align: justify;
	padding: 10px 10px 0 10px;
}

.tableau
{
	text-align: center;
}

.logo, .sequence
{
	display: block;
	margin: 10px auto 0px auto;
}

.next
{
	display: block;
	/*font-size: 80%;*/
	text-align: center;
	color: black;
	padding: 10px 0 20px 0;
}

.paragraphe
{
	display: block;
	color: black;
	font-size: 90%;
	font-weight: normal;
	text-align: justify;
	margin-top: 5px;
	padding: 0 10px 0 10px;
}

.paragraphe-center
{
	display: block;
	color: black;
	/*font-size: 80%;*/
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 10px 10px 0 10px;
}

.web-logo, .inscrire
{
	display: block;
	color: green;
	background-color: white;
	padding: 10px 0 0 0;
	margin-top: 10px;
	text-align: center;
	/*font-size: 80%;*/
	font-weight: 500;
}
 /*Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button */
.dropbtn, .menubtn {
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: rgb(33 181 112);
  background-image:-webkit-linear-gradient(top, rgb(33 181 112) 0%, rgb(75 117 53) 100%);
  background-image: linear-gradient(to bottom, rgb(33 181 112) 0%, rgb(75 117 53) 100%);
  border-radius: 6px;
  margin-bottom:2px;
  box-shadow: 3px 3px 3px #999;
  border:solid 1px #333A40;
  font-style: italic;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Dropdown container with submenu */
.sub-dropdown {
  position: relative;
  display: inline-block;
}

/* Submenu button */
.sub-dropbtn {
  background-color: #3498db;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Submenu content (hidden by default) */
.sub-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Show the dropdown menu on click */
.show {display:block;}


@media screen and (orientation:portrait)
{
	.landscape
	{
		display: none;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px)
{
	.portrait
	{
		display: none;
	}
}


/*
@media screen and (orientation:portrait)
{ 
	.landscape
	{
		display: none;
	}
	.portrait
	{
		width: 360px;
	{
}

@media screen and (orientation:landscape) and (max-width: 800px)
{ 
	.portrait
	{
		display: none;
	}
	.landscape
	{
		width: 100%;
	{
}
*/




