/* CSS Document */

body
{     
background-color: black;
font-size: small;
height: 95%;
overflow: auto;
}

a
{
text-decoration: none; 
color: red;
font-style: italic;
}

a:hover 
{
text-decoration: underline; 
}

#barre_de_texte
{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: white;
color: navy;
position: absolute;
left: 1%;
top: 0px;
text-align: justify;
height: 105%;	
}

.logo
{
margin-top:20px;
margin-left:15px;
margin-right:15px;
}

#liste
{
margin-left: 50px;
margin-right: 40px;
list-style-image:url(../site/images/point.jpg);
line-height: 22px;
}

#copyright
{
font-size: smaller;
margin-left: 15px;
margin-right: 15px;
text-align: center;  
}

.maframe
{
position:absolute;
top:60px;
left:38%;
height:540px;
width:580px;
color:white;
}
