﻿/* Magasin */

.menu-down-on.magasin {
    position:absolute;
    top:134px;
    margin-left:316px;
}

h1 {
    font-size:22px;
    text-transform:uppercase;
    font-weight:normal;
    color:#373737;
    padding-bottom:30px;
    width:500px;
    float:left;
}
h1 span {
    text-transform:none;
}
p.imprimer {
    float:left;
    border-left:#8c8c8c 1px dotted;
    padding-left:10px;
    text-transform:uppercase;
    margin-top:10px;
    font-size:9px;
}
p.imprimer a {
    color:#565656;
}
.content-map {
    width:200px;
    padding-right:20px;
    float:left;
}
.content-map p.intro {
    font-size:12px;
    line-height:18px;
    color:#373737;
    padding-bottom:12px;
}
.content-map .input {
	background:url(../images/common/bg-input-text-big.jpg) left top repeat-x;
	width:138px;
	height:21px;
	border:#9d9871 1px thick;
	float:left;
	line-height:21px;
	color:#726b50;
	font-size:11px;
}
.content-map p.btn {
	background:url(../images/common/boutons/bg-42-18-vert.png) left top no-repeat;
	width:42px;
	text-align:center;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	line-height:18px;
	float:left;
	margin-left:10px;
	margin-top:2px;
}
.content-map p.btn a {
	background:url(../images/common/puce-fleche-blanc.gif) 5px 6px no-repeat;
	color:#ffffff;
	display:block;
}
.content-map .select {
    margin-top:30px;
    background:#006450;
    border:#008067 1px solid;
    color:#ffffff;
    width:195px;
    height:21px;
}
.content-map ul.liste-magasin li {
    color:#373737;
    padding-bottom:20px;
    font-size:12px;
}
.content-map ul.liste-magasin li a strong {
    color:#000000;
}
.content-map ul.liste-magasin li a {
    color:#373737;
}
.content-map ul.liste-magasin li a:hover {
    text-decoration:underline;
}

.content-map .detail-magasin p {
    color:#373737;
    font-size:12px;
    line-height:18px;
    padding-bottom:15px;
}
.content-map .detail-magasin p strong {
    color:#9192ce;
}
.content-map .detail-magasin .visuel, .content-map .detail-magasin .btn-ajouter {
    padding-bottom:0px;
}
.content-map .detail-magasin .btn-ajouter {
    text-align:center;
}


.visuel-map {
    float:left;
}
.visuel-map ul.bouton {
    padding-top:20px;
}
.visuel-map ul.bouton li {
    background:url(../images/magasin/bg-btn-map.gif) left top no-repeat;
    width:193px;
    text-align:center;
    font-size:11px;
    color:#565656;
    text-transform:uppercase;
    float:left;
    margin-right:12px;
    font-weight:bold;
    padding-top:5px;
    height:33px;
}
.visuel-map ul.bouton li.last {
    margin-right:0px;
    line-height:38px;
    padding-top:0px;
    height:38px;
}
.visuel-map ul.bouton li a {
    color:#565656;
    display:block;
    width:193px;
}
.visuel-map ul.bouton li a span {
    color:#a3a4e7;
}

.hover-detail {
	top:520px;
}
