h1 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	text-align: center;
	margin-left: 50px;		
	margin-top: 0px;	
	font-weight: bold;
	font-size: 30px;
	color: white;	
}
h2
{
	font-family: "Comic Sans MS";	
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	margin-top: 0px;	
	margin-bottom: 0px;		
	color: #0;	
	text-shadow: 1px 1px 1px #00FFFF;	
}
h3
{
	font-family: "Comic Sans MS";	
	font-weight: bold;	
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	color: #000000;		
	text-shadow: 1px 1px 1px #00CCCC;		
	cursor: default;	
}
h4
{
	font-family: "Comic Sans MS";	
	font-weight: bold;	
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	cursor: pointer;
	color: #000000;		
}
h5
{
	font-size: 16px;	
	margin-top: 0px;
	margin-left: 40px;	
	margin-bottom: 0px;	
	cursor: default;	
}
h6
{
	font-family: "Comic Sans MS";	
	font-weight: bold;		
	font-size: 13px;	
	margin-top: 0px;
	margin-bottom: 0px;	
	cursor: default;	
}
h7
{
	font-family: "Comic Sans MS";	
	font-weight: bold;		
	font-size: 13px;	
	margin-top: 0px;
	margin-bottom: 0px;	
	cursor: pointer;
	color: #555555;	
}

input
{
	font-size: 16px;
	font-family: "Comic Sans MS";	
	font-weight: bold;	
	margin-top: 0px;
	margin-left: 5px;	
	margin-bottom: 0px;	
	width: 150px;
	height: 22px;
	cursor: default;	
}
#blason
{
	display: inline;
	margin-top: -10px;
	margin-left: 10px;		
	margin-bottom: 5px;		
}
#rech
{
	margin-left: 10px;	
	margin-right: 10px;		
	margin-bottom: 5px;			
}
#signal
{
	margin-left: 10px;	
	margin-right: 10px;	
	margin-bottom: 5px;			
}
#alert-text
{
	font-family: "Comic Sans MS";	
	font-weight: bold;	
	font-size: 16px;
	//margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 40px;		
	display: inline;
	color: #000000;		
	text-shadow: 1px 1px 1px #00CCCC;	
	cursor: pointer;	
	//text-shadow: 1px 1px 1px #00CCCC;		
}
#alert-img
{
	//margin-top: 30px;
	//margin-bottom: 0px;
	//margin-left: 560px;		
	display: inline;
	cursor: pointer;	
	//text-shadow: 1px 1px 1px #00CCCC;		
}
@keyframes blink 
{
	0% 
	{
		opacity: 1;
	}

	50% 
	{
		opacity: 0.3;
	}

	100% 
	{
		opacity: 1;
	}
}
.blinking 
{
	animation: blink 1s infinite;
}
.w3-modal
{
	z-index:3;
	display:none;
	padding-top:100px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.4);
}
.w3-modal-content
{
	margin:auto;
	margin-top: 150px;
	background-color:transparent;
	position:relative;
	padding:5;
	outline:0;
}
.w3-modal-content
{
	background-color:#FFFFAA;
	border-radius: 10px;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.8);
}
.w3-animate-zoom 
{
	animation:animatezoom 0.6s
}
.w3-opacity,.w3-hover-opacity:hover
{
	opacity:0.60
}
.w3-opacity-off,.w3-hover-opacity-off:hover
{
	opacity:1
}
@keyframes animatezoom
{
	from
	{
		transform:scale(0)
	} 
	to
	{
		transform:scale(1)
	}
}