﻿#textePopup
{
    position:absolute;
    top:431px;
    left:795px;
    z-index:1;
}
div.fondPopup
{
    background-color:Gray;
    filter:alpha(opacity=70);
	opacity:0.7;
    z-index:10;
}
div.PPopup
{
    width:700px;
    height:600px;
    background-color:White;
    padding:20px;
    text-align:left;
    overflow-y:scroll;
    z-index:20;
}
#Popup
{
    position: absolute;
    top: 49px;
    left: 438px;
    z-index:10;
}
a.toutLire
{
    font-size: 14px;
    font-weight:bold;
    color: Red;
    text-decoration: none;
}
a.fermerPopup
{
    font-size: 12px;
    color: #108f51;
    text-decoration: none;
    font-weight:bold;
}