
#page   
  {
    width: 1109px;        /* selon la largeur voulue */
    height: 800px;
    background: #616668 url(../images/accueil_2009.png) no-repeat scroll;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  
#content {
    float: right;
    width: 370px;
    text-align: right;
}

#content a {
    color: #e5e5e5;
}

#content p {
    margin-right: 10px;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #e5e5e5;
    font-family:"Lucida grande","trebuchet ms",helvetica,arial,sans-serif;
}
  
body {
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
