body
{
background-image: url("../photos/page_accueil/fond_page_accueil.jpg");
}

#accueil
{
margin:auto;
}

.titre_page_accueil
{
font-family:"Century Gothic", "Arial", sans-serif;
font-size:56px;
color:#993333;
}

.sous_titre_page_accueil
{
font-family:"Century Gothic", "Arial", sans-serif;
font-size:29px;
color:black;
}

.slogan
{
font-family: "Century Gothic", "Arial", sans-serif;
color:#993333;
font-size:24px;
text-align:center;
}

.centrer
{
text-align:center;
}

table
{
width:96%;
text-align:center;
}

tr
{
font-family: "Century Gothic", "Arial", sans-serif;
color:#993333;
font-weight:bold;
width:16%;
}

a
{
text-decoration:none;
color:#993333;
}

a:hover
{
text-decoration:underline;
color:#993333;
}