
@font-face {

    font-family: 'MaPolice';

    src: url('Myriad-Pro.ttf')format('truetype');

}




body {
	
	color: #181818;
	background: url('images/fg.png');
	
}
#bloc_page{

	width: 1000px;
	margin: auto;


}




#at{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.prop{
      
     margin-top: 40px;
      margin-bottom: 20px;
	background : linear-gradient(to bottom,#0e4378,#5ab6e7);
	border-radius: 10px 10px;

	background-size: cover;
	box-shadow: 0px 6px 6px #1c1a19;
	
	background-repeat: no-repeat;
	
}
.mt{

	
	background : linear-gradient(to bottom,#0e4378,#5ab6e7);
	border-radius: 10px 10px;
	background-size:cover;
	background-repeat: no-repeat;
	margin-bottom: : 10px;
	box-shadow: 0px 6px 6px #1c1a19;
}
p,h2{
	color: white;
text-align: center;
font-size: 17px;
font-family: 'MaPolice', Arial, serif;

}
#pp{
	color: #92c250;
}
#bv{
	margin-left: 900px;
}
#bvs{
	margin-left: 900px;
	margin-top: 60px;
}
.a{
	width: 585px;
	margin-left: 80px;
	margin-top: 25px;
}
#ppp{
	color: white;
}

ol{

	color: white;
	font-family: 'MaPolice', Arial, serif;
	font-size: 18px;
}





