body{
    width: 1000px;
    margin: auto; /* Pour centrer notre page */
    background-image: url("../images/fond.jpg");
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #990033;
    margin-top: 20px;
}

div{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

#logo{
    width: 141px;
    height: 180px;
    margin-top: 10px;
    margin-left: 125px;
    border: 1px solid #990033;
}

#titre{
    width: 266px;
    height: 109px;
    margin-bottom:45px ;
    margin-left: 160px ;
}

h2{
    text-align: center;
    text-indent: 125px;
    margin-top: 30px;
    color: #990033;
}

a{
    text-decoration: none;
    color: #990033;
    font-weight: bold;
}

a:hover{
    color: black;
}

.liens{
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
	background-color: white;
}

.barre{
    margin-left:330px;
}

#contenu{
    margin-top:15px;
    margin-left:125px;
    color: #990033;
    font-weight: bold;
}

#contenu a img{
    border: 1px solid #990033;
}

#contenu a:hover img{
    border: 1px solid black;
}

.photo{
    width: 160px;
    padding-top: 5px;
    text-align: center;
    border: 1px solid #7b012a;
    background-color: white;
}

.text{
    width:200px;
    text-align: center;
    color: black;
    border: 1px solid #7b012a;
	background-color: white;
}

.avert{
    font-style: italic;
    color: #7b012a;
    font-weight: normal;
}

#copyright{
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
}
  
  
  
  
  
  
  
  
