#erreurconteneur{
	        width:100%;
			height:100%;
			top:0;
			left:0;
			right: 0;
			bottom: 0;
			position:fixed;
			left;right:0;
			z-index: 5;
			background-color: rgba(0, 0, 0, 0.5);
		}

		.erreurpopup{
           background-color:#FFF;
           margin-left:auto;
           margin-right:auto;
           margin-top:150px;
           width:auto;
           max-width:80%;
           height:auto;
           border-radius:5px;
           z-index:5;
           position:relative;
           font-family:sans-serif;
           padding-bottom:5px;
           padding-left:5px;
           padding-right:5px;
           box-shadow: 0px 0px 48px -1px #000000;

		}

		.erreurid{
			text-align:center;
			padding-top:5px;
			padding-bottom:5px;
			border-top-right-radius:5px;
			border-top-left-radius:5px;
			color:#E86666;
			background-color:#F5E9E9 ;
			width:100%;
			position: relative;
			margin-bottom:10px;

		}
		.erreurbody{
			background-color:#fff;
			height:auto;
			width:100%;
			text-align:center;

		}

		@media screen and (max-width:970px){

			.erreurpopup{
           background-color:#FFF;
           margin-left:auto;
           margin-right:auto;
           margin-top:150px;
           width:85%;
           height:auto;
           border-radius:5px;
           z-index:5;
           position:relative;
           font-family:sans-serif;
           padding-bottom:5px;

		}
		

		}
