body
{
padding: 0px;
margin: 0px;
font: 0.7em Verdana, Arial, Sans-Serif;
color: black;
background: WHITE;
margin: 0px;
}

h1
{
visibility: hidden;
}

a
{
text-decoration: none;
font-weight: bold;
color: black;
}

a img,:link img,:visited img
{
border:none;
}

.grand_logo
{
text-align: justify;
font-size: 1.8em;
background-color: red;
color: white;
overflow: hidden;
}

.grand_logo a
{
color: white;
}

.petit_logo
{
text-align: justify;
font-size: 1em;
background-color: red;
color: white;
overflow: hidden;
}

.petit_logo a
{
color: white;
}


.menu
{
text-align: justify;
font-size: 1em;
//background-color: #7f0c09;
color: white;
overflow: hidden;
}

.menu  a
{
color: white;
}


#info
{
//color: black;
font-size: 1em;
overflow-x:hidden;
overflow-y:auto;
}


#info p
{
text-align: justify;
font-size: 1em;
}

#tags
{
font-size: 1em;
overflow-x:hidden;
overflow-y:auto;
}


#tags p
{
text-align: justify;
font-size: 1em;
}

#overout
{
position: absolute;
right: 10px;
bottom: 10px;
font-size: 2.0em;
color: black;
}

#container
{
position:absolute; 
background: white;
left: 50%;  
top: 50%; 
width: 600px; 
height: 600px; 
margin-top: -300px; /* moitié de la hauteur */ 
margin-left: -300px; /* moitié de la largeur */ 



