
@font-face {

	font-family: 'ma_police';
	src: url("../police/Aller_Rg.ttf");
}
a{
	color: white;
	text-decoration: none;
}

body{
	font-family: ma_police;
	display: flex;
	flex-direction: column;
	background-image: url('../image/image_baniere.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	
}
	header{
		background-color: #ac4632;
		height: 75px;
	}
		header a {
			display: flex;
			margin-left: 7%;
		}
		header h1{
			margin-left: 7px;
		}
		span{
			color: #b72910;
		}
		header p{
			margin-left: 25px;
		}

.confirmer_suppression{
	display:flex; 
	background:#29B345; 
	opacity:0.9;
	font-size: 1.1em;
	color: white;
	padding-left: 20%;
}
.infirmer_suppression{
	display:flex; 
	background:#B32828; 
	opacity:0.9;
	font-size: 1.1em;
	color: white;
	padding-left: 20%;
}

		.bloc_central{
			display: flex;
			flex-direction:column;
			background: white;
			align-self:center;
			margin-top: 200px;

			border: 3px solid #ac4632;
			border-radius: 10px;
			height: 350px;
			width: 400px;
		}
			.bloc_central h1{
				background: #ac4632;
				margin-top: 0px;
				font-size: 1.5em;
				color: white;
				padding-left: 10px;
				padding-top: 10px;
				height: 40px;
			}
			.bloc_heure{
				margin-left:25px;
			}
			input{
				font-size: 1em;
			}
			.bloc_input{
				margin-left: 25px;
				margin-top: 25px;
			}
			.bloc_bouton{
				margin-top: 20px;
				margin-left: 100px;
			}
			.btn_annulation{
				font-size: 1.2em;
				background: orange;
				padding-right: 10px;
				padding-left: 10px;
				border: none;
				border-radius: 3px;
				color: white;
				cursor: pointer;
				height: 45px;
				margin-left: 10px;
			}

header h1:hover{
	color: orange;
}

