body{
    margin: auto;
    width: 1000px;
    min-width: 850px;
    background-color: lightgoldenrodyellow;
	background-image: url(../images/FondÉcran.jpg) 
}

#entete{
text-align: center;
font-family:"Lucida Handwriting","papyrus","brush script m7","times new roman" ;
font-size: 25px;
min-height: 250px;
border: 1px black groove;
background-color: lightgray;

color:brown;

}

#wrapper{
    width: 100%;
    min-height: 527px;
    overflow: hidden;	
}

    #menu{
    float: left;
    display: block;
    text-align: center;    
    min-height: 500px;
	height:2000px;
    width: 245px;
    border: 1px black groove;
    background-color: burlywood;
	font-family: "Lucida Handwriting","papyrus","brush script m7","times new roman" ;
	a:hover{
	background-color: navajowhite;
	}
	a:visited{
		color: chocolate;
	}
    }
    
  

    #contenu{
    float: left;
    text-align: center;
    height:2000px;
    width: 750px;
    border: 1px black groove;
    background-color: antiquewhite;
	font-size:13px;
	font-family: times new roman" ;
	
    }
    
    


    #vignette{
    margin-left: 700px;
    text-align: center;    
    width: 330px;    
    height: 895px;
    border: 1px black groove;
    background-color: burlywood;
	font-size:17px;	
	
    }  


#pied{
display: block;
text-align: center;
height: 75px;
border: 1px black groove;
background-color: lightslategray;
}




.article{
    min-width: 500px;
    min-height: 100px;
    margin: 10px 10px 10px 10px;
    border-radius: 10px;
    border: 3px groove darkgray;
}
    
.icone{
    float: right;
    background-color: lightsteelblue;
    margin: 10px 10px 10px 10px;
    width: 80px;
    height: 80px;
}    