body
{
font-family: Ubuntu, sans-serif;
/*La police "Comic Sans MS" ne passe plus sous Firefox, mais passe sous Falkon*/
/*font-family: "Ubuntu",sans-serif;*/
/*La police Ubuntu passe sous Firefox*/
text-align: center;
color: DarkBlue;
background: url("../SKIN/marbre2b.jpg") fixed;
}


h1
{
font-size: 300%;
}
h3
{
font-size: 150%;
}


/*LIENS*/
a
{
color: MediumBlue;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: Red;
}
a:visited
{
color: Purple;
}

/*IMG*/
.pictL
{
max-width: 75%;
}
.pictH
{
max-height: 1000px;
}