@charset "utf-8";
/* CSS Document */

.lt {
float: left;
margin-right: 8px;
}
.rt {
float: right;
margin-left: 8px;
}
.image-border-rt {
border: white 2px solid;
float: right;
margin-left: 8px;
margin-bottom: 8px;
}
.image-border-lt {
border: white 2px solid;
float: left;
margin-right: 8px;
margin-bottom: 8px;
}
.clr {
clear: both;
}

.boutique-nav a:hover {
color: #500001;

}