/*feuille de style*/
body
{
background-color: #CCCC99;
text-align:center;
}

div
{
position: relative;
width:875px;
height: 600px;
margin:auto;
text-align:center;
}

/*Bandeau lien*/
.bandeau{
background-color:#a1975c;
top:0px;
height: 40px;
width:100%;
}

.lienhaut{
font-family: cursive;
position: relative;
text-align:center;
padding:5px;
}

.FlecheLien{
font-size: 30pt;
top:420px;
left:790px;
width:100px;
height:50px;
font-family:cursive;
position: absolute;
}

table{
font-size:9pt;
font-family:sans-serif;
color:#F8EAD3;
text-align:center;
border-spacing:5pt;
border-collapse:separate;
width:600px;
position: absolute;
top:100px;
left:10%;
}

td{
background-color:#342308;
padding: 5pt;
vertical-align:top;

}

a{color: #D1892E; text-decoration:none;}
a:link{color: #D1892E;text-decoration:none;}
a:visited{color: #814902;text-decoration:none;}
a:hover{color:#AE6306;text-decoration:none;}


.texte1
{
position: absolute;
width:725px;
height:50px;
top:5px;
left:10px;
font-size:10pt;
font-weight:bold;
font-family:sans-serif;
color:#F8EAD3;
background-color:#342308;
padding: 10pt;
border:solid grey 1px;
text-align:justify;
}