body	{
width: 800px;
margin: auto;
margin-top: 10px;
font-family:"Courier New", Courier, monospace;
font-size: 12px;
}

h1	{
color: red;
font-size: 16px;
font-weight:normal;
}

h2	{
font-size: 15px;
}

.ligne   {
background: transparent;
border-color: #000;
border-width: 0 0 1px;
border-style: solid;
}

.titre	{
text-align:center;
font-weight: bold;
font-size: 18px;
}

.fond {
width: 50%;
height: 600px;
max-height: 756px;
background-image: url(../img/fond.jpg);
background-repeat: no-repeat;
background-position: top right;
background-attachment: inherit;
}

.texte	{
width: 50%;
text-align: justify;
padding: 10px;
vertical-align:top;
}

.table	{
width: 800px;
border: #000000 solid 1px;
}

p	{
text-indent: 25px;
}

.lien{
  text-decoration:none;
  color:black;
  border-bottom:1px dotted black;
}

.lien:hover{
  color:red;
  border-bottom:1px dotted red;
}


.link	{
color: red;
position: static;
}
