/* CSS Document */

body
{
background:url("fond/fond.jpg")fixed;
}

p
{
font-size: 110%;
font-family: arial, serif;
}

.texte
{
text-indent:20px;
margin-left:20px;
margin-right:20px;
}

.milieu
{
text-align:center;
}

tr
{
font-family: arial, serif;
}

a
{
text-decoration: none;
color: red; 
font-size: 110%;
font-style: italic;
font-family: arial, serif; 
}

a:hover
{
font-weight: bold;
text-decoration: underline;
color: green;
}

a img
{
border:none;
}

.centre
{
margin:auto;
width:700px;
}

acronym
{
border-bottom:none;
}
table
{
margin: auto;
}
.img
{
height: 350px;
width: 500px;
text-align: center;
}

.soustitre
{
font-family: arial, serif;
text-align: center;
font-size:110%;
}

h1, h2
{
text-align: center;
font-family: arial, serif;
}






