body{
	background:black;
	margin:0;
	font-family: Sue Ellen Francisco, Gabriola, Trebuchet MS, calibri;
}
p{
	margin:0;
}

a{
	text-decoration: none;
	color:white;
}
a:hover{
	text-decoration: underline;
	cursor:pointer;
}
input{
	border:none;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	padding-top:3px;
	padding-bottom:3px;
	min-width:50px;
	outline: none;
	margin:3px;
	font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .21px;
}
input:hover{
	background-color: rgba(0, 0, 50, 0.5);
	cursor:pointer;
}
textarea{
	resize: vertical;
	border:none;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	padding-top:3px;
	padding-bottom:3px;
	min-width:50px;
	outline: none;
	margin:3px;
	font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .21px;
}
textarea:hover{
	background-color: rgba(0, 0, 50, 0.5);
	cursor:pointer;
}
.policeGoogle{
	font-family: Roboto,arial,sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .21px;
}
.conteneurtextsuricapausud{
	padding: 15px;
	width: 65%;
	display: inline-block;
}
.policeSuricapausud{
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
	color:white;
	font-size: 1.5em;
	line-height:1.3em;
	text-align: justify;
}

		
		
/*Image Fond*/
	#Fond{
		position:fixed;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:-5;
	}
	.conteneurFond{
		position: relative;
		left: -450%;
		height:100%;
		width:1000%;
		text-align:center;
	}
	.ImgFond{
		height:100%;
		position: relative;
	}
	
/*Cache à l'ouverture de la page*/
	#CacheOuverture{
		position: fixed;
		height: 100%;
		width: 100%;
		background: black;
		z-index: 5;
	}

/*Accueil*/
	#ZoneAccueil{
		text-align:center;
		background:rgba(230, 230, 255, 0);
	}
	
	#SuricatesLogo{
		position:relative;
	}
	#LogoLign1{
		font-size:2.2em;
		text-align:center;
	}
	#LogoLign2{
		font-family:Trebuchet MS;
		font-size:1.6em;
		text-align:center;
	}
	/*#LogoLign1{
		font-size:1.9em;
		text-align:center;
		font-family: Lobster;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		color:white;
	}
	#LogoLign2{
		font-family:Roboto;
		font-weight:300;
		font-size:2.2em;
		text-align:center;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		color:white;
	}*/
		
	#Puces{
		position:absolute;
		top:10px;
		width:100%;
		text-align:center;
	}
	.puce{
		height:10px;
		width:10px;
		border-radius:7px;
		border: 2px solid white;
		display:inline-block;
		margin:5px;
	}
	.conteneurFleches{
		position:absolute;
		width:100%;
		height:50px;
		bottom:70px;
	}

/*Zones et img intermediaires*/
	.Zones{
		border-top : 2px solid black;
		border-bottom : 2px solid black;
		background:rgba(5, 20, 20, 0.7);
		padding:20px;
		text-align:center;
		padding-top:100px;
		padding-bottom:100px;
	}
	.ZoneInterImgConteneur{
		width:100%;
		overflow:hidden;
	}
	.ZoneInterImg{
		height:300px;
		overflow:hidden;
		width:1000%;
		position:relative;
		left:-450%;
		text-align:center;
	}
	.InterImg{
		position:relative;
		top:-300px;
	}
	#ZoneCaseEtPage{
		border-top : 2px solid black;
		border-bottom : 2px solid black;
		background:rgba(5, 20, 20, 0.7);
	}



/*Bas de page*/
	#BarreBas{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		height:50px;
		background:rgba(35, 38, 50, 1);
		border-top-style: solid;
		border-top-width: 3px;
		border-top-color: black;
		text-align:center;
		color:white;
	}
	#BarreBasText{
		font-family:Lobster;
		font-size:16px;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		width:100%;
		text-align:center;
		color:white;
		position:fixed;
		bottom:5px;
		z-index:4;
	}
	#Suricate1{
		position:fixed;
		bottom:-300px;
		left:30px;
	}
	#Suricate2{
		position:fixed;
		bottom:-300px;
		left:-20px;
	}
	
	#SuriCapAuSud{
		position:fixed;
		top:6px;
		left:20px;
		font-family:Lobster;
		/*font-family: 'Fredericka the Great', cursive;*/
		/*font-family: 'Finger Paint', cursive;*/
		/*font-family: 'Special Elite', cursive;*/
		/*font-family: 'Rye', cursive;*/
		/*font-family: 'Lobster Two', cursive;*/
		font-size:35px;
		color:white;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		z-index:6;
	}
	
	
	#Alerte{
		display:none;
		position:fixed;
		top: 0px;
		left: 0px;
		width:100%;
		height:100%;
		background:rgba(5, 20, 20, 0.9);
		z-index: 3;
		overflow-y:scroll;
		overflow-x:hidden;
		z-index: 5;
	}
	#MsgAlerte{
		color: white;
		text-align: center;
		margin-top:10%;
		font-size:2.2em;
	}
	
	.TextMsgAlert{
		font-family:Roboto;
		font-size:0.5em;
		font-weight:300;
	}
	
	.ZoneActionDroite:hover{
		cursor:pointer;
	}