/*fichier css nommé design*/

/*Style des pages*/
body
{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFCC66;
}

/*Style des liens*/
a:link
{
color:#99CC99;
}

a:visited
{
color:#99CC99;
}

a:hover
{
color:#99CC99;
}

/*Style des ID*/
#datmaj
{
border:2PX;
width:105PX;
height:20PX;
}

#datheur
{
border:2PX;
width:105PX;
height:30PX;
}

#sommaire
{
border:2PX;
width:105PX;
}

#visiteur
{
border:2PX;
width:105PX;
height:30PX;
}

#kol205
{
border:2PX;
width:105PX;
height:30PX;
}

#titrub
{
color:#99CC99;
font-size:20px;
}