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

@import "/css/generic.css";
@import "/css/livres.css";

img#Splash
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-336px;
	margin-left:-500px;
	border:1px solid #800e12;
}

div#Panier
{
	font-size:12px;
	overflow:visible
}

div#Popup
{
	color:#000000;
	font-size:12px;
	padding:10px;
	overflow:hidden;
}

div#Popup h1
{
	color:#990000;
	font-size:16px;
	padding:0;
	margin:0;
}

div#Popup p
{
	color:#000;
	font-size:12px;
	padding:0;
	margin:0;
	margin-bottom:5px;
	text-align:justify;
}

div#Popup a { color:#800e12; }

.menu
{
	width:222px;
	min-height:50px;
	background:white url(/pics/angle.png) right top no-repeat;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:30px;
	clear:left;
	border:none;
	text-align:left;
}

.menu h1,
.menu h1 a,
.menu h1 a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#cf1075;
	font-size:15px;
	font-weight:300;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:20px;
}

.menu h1 strong
{
	font-size:26px;
	font-weight:300;
}

.menu ul
{
	list-style:none;
	list-style-position:inside;
	margin:0;
	padding:0;
	font-size:15px;
}

.menu ul li
{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:15px;
	color:#000000;
	line-height:90%;
	margin-bottom:20px;
}

.menu ul li a
{
	color:#000000;
	text-decoration:none
}

.menu ul li a:hover
{
	color:#68083b;
	text-decoration:none
}

.menu ul li.light { opacity:0.3; }

.infobulle
{
	position: absolute;
	visibility : hidden;
	border: 1px dashed white;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #cf1075; /*#873d40;*/
	color:#FFFFFF;
	opacity:.95;
	filter:alpha(opacity=95);
}

a.menu_accueil img
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity:0.2;
}

a:hover.menu_accueil img
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}

div#libraires
{
	margin-top:0;
	width:679px;
	position:absolute;
	left:260px;
	top:0px;
	overflow:auto;
	height:800px;
	margin-bottom:30px;
}


div#libraires div#map_canvas
{
	width:400px;
	height:400px;
	float:right;
	border:2px white dashed;
	margin:5px;
}

div#libraires ul
{
	list-style-position:inside;
	margin:0;
	padding:0;
	line-height:normal;
}

div#libraires ul li
{
	opacity:0.7;
	color:white;
	padding:0;
	margin:0;
	margin-bottom:2px;
	cursor:pointer;
	width:200px;
	overflow:auto;
	line-height:normal;
	font-size:10px;
}

div#libraires ul li:hover { opacity:1; }

div#libraires h1
{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:15px;
	color:#fff;
	line-height:90%;
	margin-bottom:20px;
}

div#libraires h1 strong { color:#cf1075; /*font-weight:*/
}

div#err404
{
	margin-top:0;
	width:679px;
	position:absolute;
	left:260px;
	top:0px;
	overflow:auto;
	height:800px;
	margin-bottom:30px;
}
div#err404 h1
{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:15px;
	color:#fff;
	line-height:90%;
	margin-bottom:20px;
}
div#err404 ul
{
	list-style-position:inside;
	margin:0;
	padding:0;
	line-height:normal;
}

div#err404 ul li
{
	opacity:0.7;
	color:white;
	padding:0;
	margin:0;
	margin-bottom:2px;
	cursor:pointer;
	width:400px;
	overflow:auto;
	line-height:normal;
	font-size:12px;
}
