@font-face
{
	font-family: "Cabin";
	src: url("fonts/Cabin-Regular.ttf");
}


@font-face
{
	font-family: "Cabin-Bold";
	src: url("fonts/Cabin-Bold.ttf");
}


@font-face
{
	font-family: terminator;
	src: url("fonts/TERMINAT.ttf");
}


@media (orientation: portrait)
{
	body
	{
		background-color: black;
		background-image: url("images/accueilfondportrait.jpg");
		background-repeat: no-repeat;
		background-position: top;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	  	text-align: center;
	}
	/*#panneaux
	{
		width: 400px;
		display: inline-block;
	}*/
}


@media (orientation: landscape) 
{
	body
	{
		background-color: black;
		background-image: url("images/accueilfondlandscape.jpg");
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}
}


body
{
	font-family: "Cabin", Arial;
	font-size: 16px;
	color: rgb(77, 77, 77);
	text-align: center;
	background-color: black;
}


#titre
{
	font-family: terminator, Arial;
	color: rgb(240, 240, 240);
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

#titre:hover
{
	cursor:pointer;
}


#panneauNotes, #panneauRythme
{
	background-image: url("images/accueilpanneaunotes.png");
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 263px;
	height: 280px;
	display: inline-block;
}

#panneauRythme
{
	height: 210px;
}

#panneauOptions
{
	margin-top: 30px;
}

#panneauBoutonNotes, #panneauBoutonRythme
{
	text-align: center;
	padding-right: 20px;
	margin-top: -6px;
}


#panneauConnexion
{
	background-image: url("images/accueilpanneauconnexion.png");
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 283px;
	height: 180px; /* original : 200px */
	display: inline-block;
}


#titrePanneauConnexion
{
	padding-left: 45px;
	padding-top: 6px;
	color: rgb(240, 240, 240);
	font-size: 14px;
}


#panneauPseudoMP, #panneauCodeEcole
{
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}

#panneauCodeEcole
{
	margin-bottom: 58px;
}


#panneauBoutonConnexion
{
	text-align: center;
	padding-left: 20px;
	margin-top: 25px;
}

#indicationPseudo
{
	display: float;
	float:center;
	font-size: 14px;
	color: red;
	background-color: yellow;
}


#titrePanneaux
{
	color: rgb(240, 240, 240);
	margin-left: 15px;
	padding-top: 5px;
}




select
{
	font-family: "Cabin", Arial;
	font-size: 16px;	
	float: right;
	margin-right: 40px;
	color: rgb(77, 77, 77);
}


.sousmenu
{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}




#boutonNotes, #boutonRythme, #boutonConnexion
{
	border: 4px rgb(191, 191, 191) solid;
	border-radius: 20px;
	font-family: "Cabin", Arial;
	color: rgb(240, 240, 240);
	font-size: 12px;
	text-align: center;
	height: 30px;
	width: 180px;
	padding: 2px;
}

#boutonNotes, #boutonRythme
{
	background-color: rgb(241, 92, 36);
	background-image: linear-gradient(rgb(229,81,33), rgb(120,4,1));
}

#boutonNotes:active, #boutonRythme:active
{
	background-color: rgb(211, 62, 6);
	background-image: linear-gradient(rgb(199,51,3), rgb(90,0,0));
}

#boutonConnexion
{
	background-color: rgb(41, 56, 149);
	background-image: linear-gradient(rgb(68,155,249), rgb(37,44,137));
}

#boutonConnexion:active
{
	background-color: rgb(11, 26, 119);
	background-image: linear-gradient(rgb(38,125,219), rgb(7,14,107));
}


#panneauBoutonCreation
{
	text-align: center;
}

#boutonCompte
{
	border: 2px rgba(141, 141, 141, 0.5) solid;
	font-size: 13px;
	color: white;
	margin-top: 10px;
	background-color: rgba(20,20,20,0.7);

	border-radius: 20px;
	font-family: "Cabin", Arial;
	text-align: center;
	height: 25px;
	width: 180px;
	padding: 2px;
}

#boutonCompte:active
{
	/*background-color: rgb(215, 215, 215);*/
	background-color: rgb(85, 85, 85);
}


#boutonQuitterEcole
{
	color: white;
	position: absolute;
	padding-left: 25px;
	padding-top: 3px;
}

#boutonQuitterEcole:hover
{
	color:rgb(77, 77, 77);
	cursor:pointer;
}

#boutonQuitterEcole:active
{
	color:black;
}




@media all and (max-width: 500px)
{


	#panneaux
	{
		max-width: 450px;
	}


}


