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: 10px;
    margin-bottom: 10px;
}

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

#titre{
    width: 266px;
    height: 109px;
    margin-top:10px ;
    margin-left: 120px;
}

.entete{
    margin-left:125px;
    font-size: 25px;
    font-weight: bold;
    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:270px;
}

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

h2{
   margin-top: 10px;
   text-align: center;
   color: #990033;
}

#navigation{
    width: 225px;
    float: left;
	margin-left: 40px;
	margin-top:20px;
}

#navigation ul{
    list-style-type: none;
}

li{
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
}

.bouton{
    background-color: white;
}

.majuscule{
    font-size: 12px;
	background-color: white;
}

.photo{
    border: none;
}

.photo img{
    border: 1px solid black;
}

#image{
    width: 580px;
    height: 650px;
    background-image: url("../images/papier_650.jpg");
    background-repeat: no-repeat;
    margin-left: 350px;
    margin-top: 60px;
	border: 1px solid #990033;
}

#deux{
    padding-left: 20px;
    padding-right: 20px;
}

#texte{
    width: 517px;
    height:554px;
    padding-left: 40px;
    padding-top:20px;
    text-align: justify;
    font-size: 13px;
    color: black;
}

#photos{
    width: 55px;
    margin-top: 190px;
    margin-left: 70px;
    text-align: center;
    border: 1px solid #990033;
}

 #centre{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

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