/* Feuille de styles du site Doraflex - Index - © 2007 Axeinformatique.fr */

#header h1 {
	background: url(../images/titre_accessoires.jpg) no-repeat left bottom;
}

img {
	display: block;
	border-style: none;
}

/* Boites légendes */
.boiteleg {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	font-weight: bold;
}
.boiteleg a:link, .boiteleg a:visited {
	color: #FFFFFF;
	background: url(../images/miniloup.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
.boiteleg a:hover, .boiteleg a:active {
	color: #1F52B2;
	background: url(../images/miniloup_bleue.gif) no-repeat left center;
}
#boit1 {
	left: 52px;
	top: 433px;
}
#boit2 {
	left: 495px;
	top: 441px;
}
#boit3 {
	left: 64px;
	top: 723px;
}
#boit4 {
	left: 563px;
	top: 695px;
}
#boit5 {
	left: 761px;
	top: 681px;
}
#boit6 {
	left: 50px;
	top: 910px;
}
#boit7 {
	left: 167px;
	top: 910px;
}
#boit8 {
	left: 251px;
	top: 910px;
}
#boit9 {
	left: 331px;
	top: 910px;
}
#boit10 {
	left: 401px;
	top: 910px;
}
#boit11 {
	left: 572px;
	top: 910px;
}
#boit12 {
	left: 820px;
	top: 910px;
}


/* Liens survol produits */
a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info span p {
	margin:0px 0px 5px;
	padding:0px;
}
a.info:hover span {
	display: block;
	position: absolute;
	font-size:0.9em;
	font-weight:normal;
	width:350px;
	top: 13px;
	left: -30px;
	background: white;
	padding: 5px;
	border: 1px solid #1F52B2;
	border-top: 4px solid #1F52B2;
	line-height: 1.2em;
	text-align: left;
   z-index: 200; 
}
