 html{
background-color : #1E3359;
background-image : url(fond.png);
background-repeat : repeat;
background-attachment: fixed;
}

body {
text-align: justify;
background-image : url(fond.png);
background-repeat : repeat;
background-attachment: fixed;
margin-right : 5%;
margin-left : 5%;
font-size : 70%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : white;
}

.logo
{
position:absolute;
top:10%;
}


.droits
{
font-size:50%;
text-align: justfy;
position:absolute;
top:80%
}


img
{
border-width:0;
}



p.img_top
{
clear:left;
}

table {
position: top;

cursor: pointer;
text-align : center;
width:120px;
color:#FFA500;
}

td.titre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #000AAF;
background-color: #959EAD;
cursor: pointer;
width:120px;
}


td.soustitre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #C3C9D4;
cursor: pointer;
width:120px;
}

td {
border-bottom-color:#000000;
border-bottom-width:thin;
border-bottom-style :solid;
border-left-style:none;
border-top-style:none;
border-right-style:none;
text-align : center;

}


th {
text-align: center;
background-color: #C3C9D4;
font-style: italic;
color : #FFA500;
}

p, pre {
font-size : 100%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : white;
}

h1 {
font-size : 200%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #D1D1D1;
position:relative;
left:5%;
text-align: center;
}

li {
list-style-image : url(button.png);
list-style-position: outside;

font-size : 105%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #FFA500;
text-align: center;
font-style: italic;
}

address {
font-size : 105%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #808080;
position:relative;
left:5%;
text-align:center;
font-style: italic;
}

hr
{
width:100%;
}

a:link {color: #FFA500; text-decoration:none;}
a:visited {color: #808080; text-decoration:none;}
a:hover {color:#FFA500; text-decoration:none;}
