/* Parametres globaux de la page  */

body
{
background: #FFFFFF url(img/fond-page.gif) repeat-y 50% 0;

color: #000000;

margin: 0px;
padding: 0px;
}

/* Police par defaut */

body, h1, h2, h3, h4, p, td, ul, li
{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000; 
line-height: 150%; }

/* Taille des polices par defaut */

body, p, td, ul
 { font-size: 11px; }

h1
 { font-size: 1.6em; }

h2
 { font-size: 1.4em; }

h3
 { font-size: 1.2em; }

h4
 { font-size: 1em; }

/* Espacement des blocs */

p
{
margin-top: 0em;
margin-bottom: 1.33em;
}

h1
{
margin-top: 0em;
margin-bottom: 1.2em;
}

h2
{
margin-top: 0em;
margin-bottom: 1.33em;
}

h3
{
margin-top: 0em;
margin-bottom: 0em;
}

/* Propriétés des liens */

a
{
color: #A80303;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}


/* Propriétés de textes et de zones spécifiques */

#page
{
width:770px;
position:relative;
left:50%;
margin-left:-384px;
}

#top
{
width: 100%;
background: #a80303;
}

#top img
{
margin-left:250px;
}

#menu
{
margin: 5px;
padding-right: 4px;
width: 180px;
}

#menu a
{
font-size: 10px;
display: block;
margin-top: 0em;
margin-bottom: 0em;
padding:2px;
}

#contenu
{
width: 580px;
position: absolute;
top: 40px;
left: 100px;
margin: 5px;
padding: 4px;
}
