/* CSS Document */
#container
{
position:absolute;
left:50%;
top:50%;
margin-top:-200px;
margin-left:-200px;
width:400px;
height:400px;
/*background-color:red;*/
}
#haut
{
position:absolute;
width:400px;
height:35px;
background-image:url("decoupes/haut.jpg");
}
#gauche
{
position:absolute;
left:0px;
top:35px;
width:34px;
height:289px;
background-image:url("decoupes/gauche.jpg");
}
#basg
{
position:absolute;
left:0px;
bottom:0px;
width:188px;
height:76px;
background-image:url("decoupes/basg.jpg");
}
#basd
{
position:absolute;
right:39px;
bottom:0px;
width:173px;
height:76px;
background-image:url("decoupes/basd.jpg");
}
#droit
{
position:absolute;
right:0px;
bottom:0px;
width:39px;
height:365px;
background-image:url("decoupes/droit.jpg");
}
#milieu
{
position:absolute;
left:34px;
top:35px;
width:327px;
height:289px;
background-image:url("decoupes/milieu.jpg");
}
#titre
{
position:absolute;
left:8px;
top:12px;
width:55px;
height:35px;
text-decoration:underline;
font-size:22px;
font-weight:bold;
}
#texte
{
position:absolute;
left:40px;
top:45px;
width:280px;
height:220px;
overflow:auto;
}
#enter
{
position:absolute;
bottom:5px;
right:5px;
width:75px;
height:15px;
}
a:link, a:visited

  {
    text-decoration:none;
    color:black;
    font-family:Verdana,Arial,Georgia;
    font-size:16px;
    font-weight:bold;
  }
a:hover
  {
    color:#858585;
  }
p
  {
  font-family:Sylfaen,Arial,Georgia;
  }
hr
  {
  color:#FFCC00;
  background-color:#FFCC00;
  height: 1px;
  border: 0;
  }

