
#pp a:link, #pp a:visited, #pp a:active, #pp a:hover{
	cursor:default;
}


a.pp:link { 
	text-decoration:none;  
	color: white;
	cursor:default;
}
a.pp:visited {
    color: white;
    cursor:default;
}
a.pp:active {
    color:white;
    cursor:default;
}
a.pp:hover {
    color:#grey;
    text-decoration: none;
    cursor:default;
}


#texte {	
	float:left;
	height:auto;
	margin-top:300px;
	margin-bottom:100px;
	padding:0px;
	width:100%;
	font-size:1rem;
	line-height:1.5rem;
	text-align:justify;
	color:white;
	cursor:default;
	-webkit-animation: pp 522s ease 0s forwards; 
	-moz-animation: pp 522s ease 0s forwards; 
	-ms-animation: pp 522s ease 0s forwards; 
	-o-animation: pp 522s ease 0s forwards; 
	animation: pp 522s ease 0s forwards; 
}

#pp{
	font-size:1rem;
	line-height:1.5rem;
}


@media (max-width: 800px) {
  		a.pp:link { 
	text-decoration:none;  
	color: black;
	display:block;
	float:left;
	width:auto;
	height:auto;
	cursor:default;
	margin:20px;
}
a.pp:visited {
    color: black;
    cursor:default;
}
a.pp:active {
    color:black;
    cursor:default;
}
a.pp:hover {
    color:#grey;
    text-decoration: none;
    cursor:default;
} 		
}


@-webkit-keyframes pp{ 
	from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
}
@-moz-keyframes pp{ 
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 
@-ms-keyframes pp{
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 
@-o-keyframes pp{
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 
@keyframes pp{ 
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 

