/* @Musées de Cognac */
/* CSS des pages boutique */


.boutiquefond {
	background-image : url(../images/boutique/illufondboutique.jpg);
	} 
		
.boutiqueentete {
	background-image:url(../images/boutique/enteteboutique.jpg);			
	}
	
		
#centrecontenuboutique{
	margin-top:20px;
	margin-bottom:10px;
	}			
#boutiqueliste {
	margin-left:10px;
	margin-top:5px; 
	text-align:center;
	}		
	#boutiqueliste img {
		margin:10px;
		}	
			


#objet {
	width:330px;
	float:left;
	padding:3px;
	margin:5px;
	border: 1px solid #F7EADB;
	background-color: #DFAC8A;
	}
	#objet img {
		border: 1px solid #422D20;
		margin:2px;
		}		
	#objet p {
		margin:2px;
		}
		
		
	#clear.boutique {
		margin-top:300px;
		}
	
#boutonboutique {
	background-color: #CE9658;
	float: right;
}
.boutonboutiqmenugauche {
	display: block;
	float: left;
	height: 35px;
	width: 97px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663024;
	margin-bottom: 5px;
	text-align: center;
}

.article {
	display: block;
	float: left;
	width: 340px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ca802d;
	border-left-color: #ca802d;
	height: 250px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-right-color: #ca802d;
	border-left-width: 1px;
}
.articleimage  {
	display: block;
	float: left;
	height: 240px;
	width: 150px;
}
.articletexte {
	display: block;
	float: left;
	height: 240px;
	width: 190px;
}

