#boutiques .intro {
	text-align:justify;
	line-height:15px;
	margin-bottom:20px;
	margin-left:160px;
}
#boutiques h1 {
	height:24px;
	line-height:24px;
	margin-bottom:15px;
	margin-top:15px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#boutiques .menu_gauche {
	float:left;
	width:160px;
	margin-top:10px;
	font-size:12px;
}
#boutiques .liste {
	float:left;
	width:800px;
}
#boutiques .menu_gauche a{
	text-decoration:none;
}
#boutiques .menu_gauche a:hover, #boutiques .menu_gauche .actif {
	color:#FF0000;
	text-decoration:underline;
}
#boutiques .menu_gauche .niv1 {
	font-weight:bold;
	margin-bottom:10px;
}
#boutiques .menu_gauche .niv1 ul {
	margin-top:3px;
}
#boutiques .menu_gauche .niv2 {
	font-weight:normal;
	margin-left:5px;
}
#boutiques .ligne {
	border-bottom:1px dashed #cacaca;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	position:relative;
	width:760px;
}
#boutiques .lettre {
	text-transform:uppercase;
	font-size:20px;
	position:absolute;
	width:20px;
	top:8px;
	left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF0000;
}
#boutiques .colonne {
	float:left;
	margin-right:20px;
	width:170px;
}
#boutiques .colonne li {
	margin-bottom:2px;
}
#boutiques .marchand {
	font-size:12px;
}
#boutiques .marchand:hover {
	color:#FF0000;
}