/* erreur et notifications*/
.alertesFenetrePrincipale {
position : absolute;
height: 100%;
width : 66px;
position : absolute;
top: 0;
right : 0;
z-index : 150000;
padding-right : 10px;
}
.alertesFenetrePrincipale .bd {
height : 100%;
width : 75%;
float : right;
display : none;
}
.alertesFenetrePrincipale.long {
background : rgba(50,60,50,0.5);
border-left : 5px silver solid;
}

.alertesFenetrePrincipale .bd .alertesEtNotifications {
max-height : 70%;
position: absolute;
bottom : 70px;
overflow-y : auto;
background : rgb(210,210,210);
border : 2px ridge rgba(150,150,150,0.8);
box-shadow : 3px 3px 12px rgba(90,90,90,0.8);
border-radius : 7px;
padding : 3px 0;
right : 10px;
width : 75%;
display : none;
}

.alertesFenetrePrincipale .bd div:last-child {
position: absolute;
bottom : 30px;
}

.alertesFenetrePrincipale .bd .alertesEtNotifications p {
margin : 0 10px;
padding : 7px 0;
width : 90%;
hyphens: auto;
overflow-wrap : break-word;
}

.alertesFenetrePrincipale .bd .alertesEtNotifications p span {
text-decoration : underline;
font-weight : bold;
}

.alertesFenetrePrincipale  .bg  {
height : 100%;
width : 66px;
float : left;
margin-right : 20px;
}

.alertesFenetrePrincipale .bg .nombreNotifications {
text-align : center;
width : 60px;
height : 46px;
border : 3px solid rgba(200,200,200,0.8);
border-radius : 60px;
font-weight : bold;
padding-top : 14px;
font-size : 20px;
position : absolute;
bottom : 50px;
cursor : pointer;
background : url('images/bg_header.png');
}

.alertesFenetrePrincipale .bg .pb {
height : 90%;
}


.alertesFenetrePeriodique {
width : 400px;
min-height : 75px;
max-height : 555px;
position : absolute;
bottom : 70px;
right : 75px;
z-index : 150002;
display: none;
}

.alertesFenetrePeriodique  p {
background : url('images/bg_header.png');
border : 3px solid rgba(200,200,200,0.8);
border-radius : 7px;
background: rgba(80,150,80,0.75);
margin : 10px;
padding : 7px 5px;
text-align: left;
box-shadow : 0 2px 10px 3px rgba(110,110,110,0.6);
z-index : 150003;
}
.alertesFenetrePeriodique  p span {
font-weight : bold;
text-decoration : underline;
}


/*contactsCoordonneesAjouter */


/*contactsInfos*/
/*contactsListeAjouter*/
