
.ErreurPannel
{
	margin-left: 10px;
	border-right: Gray 1px solid;
	border-top: Gray 1px solid;
	border-left: Gray 1px solid;
	border-bottom: Gray 1px solid;
	padding: 5px;
	width : 390px;
	margin-top: 5px;
}

.ErreurPannel span
{
	font-family:Arial;
	font-size : small ;   
}


.ErrPageInexistantePanel
{
	margin-left: 10px;
	padding: 5px;
	width :inherit ;
}

.ErrPageInexistantePanel .Titre
{
	color:Gray;
	font-family:Arial;
	font-size : 16px;  
}

.ErrPageInexistantePanel .Section1
{
	color:Black;
	font-family:Arial;
	font-size : 12px ;
	font-weight:bold;	
}

.ErrPageInexistantePanel .SectionNormal
{
	color:Black;
	font-family:Arial;
	font-size : 12px ;
	font-weight:normal;	
}