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

.find-stores{
background:url(../images/store.gif) no-repeat black;
}

#menu-store{
width:250px;
height:150px;
margin:auto;
padding-top:160px;
}
#menu-store a{
color:red;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:26px;
background:white;
display:block;
width:200px;
height:40px;
line-height:40px;
text-align:center;
margin:10px;
text-decoration:none;
}

.boutique{
background:white !important;
}
#left-store{
background:url(../images/flag.jpg) no-repeat black;
width:537px;
height:385px;
float:left;
}
#left-store p{
font-size:15px;
text-align:center;
width:507px;
}
#right-store{
background:url(../images/right-store.jpg);
width:236px;
height:385px;
float:right;
}
#content p:first-letter{
font-size:18px;
}


#menu-inside-store{
position:absolute;
z-index:50
}
#menu-inside-store ul{
text-align:center;
font-family:"Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
margin:0;
padding:0;
}
#menu-inside-store ul li a.back{
font-size:16px;
background:black;
color:white;
font-weight:bold;
}
#menu-inside-store ul li{
display:inline;
}
#menu-inside-store a{
display:inline-block;
padding:0px 15px;
text-decoration:none;
}

#inside{
border:none !important;
margin-top:40px !important;
}