/* CSS Document */
.barre_pied
{ 
PADDING-RIGHT: 1px; 
PADDING-LEFT: 1px; 
PADDING-BOTTOM: 0px; 
FONT: 70% Verdana; 
COLOR: #000000; 
PADDING-TOP: 0px 
}
.lien_haut:link
{
text-decoration:none;
color:#000000;
font-weight:bold;
font-size:10px;
}
.lien_haut:visited
{
text-decoration:none;
color:#000000;
font-weight:bold;
font-size:10px;
}
.lien_haut:hover
{
text-decoration:none;
color:#FF0000;
font-weight:bold;
font-size:10px;
}
.lien_haut:active
{
text-decoration:none;
color:#000000;
font-weight:bold;
font-size:10px;
}
a:link
{
color: #0000FF;
text-decoration: underline;
}
a:visited
{
color: #0000FF;
text-decoration: underline;
}
a:hover
{
color: #FF0000;
text-decoration: none;
}
a:active
{
color: #000000;
text-decoration: none;
}
p
{
text-align:justify;
}

