body {text-align: center;  background: #492E1F;color: #C1AD89;width: 98%;height: 100%;
font-family:Verdana,Arial, Helvetica, sans-serif;font-size: 0.85em;}

a           {text-decoration:none;color: #C1AD89;}
a:hover     {color: #DF5F09;}

.container{
background-color: #492E1F;
 width:760px;
 height:500px;
  margin: 10px auto auto;
}

.boutique{
background-image: url("../images/boutique.jpg");
background-repeat:no-repeat;
float:left;
	width: 200px;
	height: 200px

}

.atelier{
background-image: url("../images/atelier.jpg");
background-repeat:no-repeat;

	width: 200px;
    height: 200px;
    float: right;
	}

.logo_accueil{
background-image: url("../images/logo.jpg");
background-position: center;
width: 760px;
height: 120px;
float: left;
background-repeat: no-repeat;
}

.concert{
background-image: url("../images/concert.jpg");
background-position:bottom left;
background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	float:left;
}

.expo{
background-image: url("../images/expo.jpg");
background-position:bottom right;
background-repeat: no-repeat;
	width: 200px;
    height: 200px;
    float:right;
	}
	
.contact{
	width: 360px;
    height: 20px;
    font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 175px;
	float: left;
	}		

