/* style de la popup */
.poptext {
position: absolute;
display:block;
top: 10px;
left: 10px;
width : 550px;
height : 50px;
padding: 4px;
border: 2px solid #C03030;
background: #000000;
z-index:500;
}

html>body .poptext {
height: auto;
min-height: 50px;
} 

/* style du titre*/
.poptext h1{
color: #FFFFCC;
font-family:Verdana;
font-size:0.75em;
font-weight:lighter;
text-align: center;
}

/* style du paragraphe*/
.poptext p {
background: #000000;
font-family:Verdana;
font-size:0.60em;
color: #FFFFCC;
margin:2px 4px 2px 4px;
padding:0 0 5px 0;
}



