/* ------------------------------------------------------------------------------------------

	Document css 
	
		Projet : Site Ediloisir.com/Ediloisir.fr
		Module : Carte de france des magasins Ediloisir CSS
		Date de création : 28/05/2010
		Auteur : Maire Aymeric
		Email : aymeric.silence@gmail.com
		Propiété : MCI Aquitaine et Atlan-tic
		Website : http://www.ediloisir.com/ et http://www.ediloisir.fr/
		
------------------------------------------------------------------------------------------ */

img{
border:none;
}

/*Carte de france*/
	
			.round	{ 
			-moz-border-radius:12px; 
			-webkit-border-radius:12px;
			width:580px;
			text-align:center;
			background:#fb974d;
			border:0px solid #ccc;
			padding:10px;	
		}
.mapmag{
			-moz-border-radius:12px; 
			-webkit-border-radius:12px;
			padding:10px;
	position:relative;
	
	width:921px;
	height:516px;
	background:#ffffff url('../img/carte-de-france2.png') no-repeat;

	}
	
	
/*Cadre information*/

#infomag{
	position:absolute;
	top:20px;
	left:300px;
	width:600px;
	min-height:180px;
	background-color:#ffffff;
	border:1px solid #000000;
}


#infomag p{
	color:#000;
	float:left;
	text-align: justify;
	width: 260px;
	margin-left:10px;
}

#infomag img{
	float:right;
	margin:10px;
	border:1px solid #000;
}

#infomag h1{
	margin-left:10px;
	float:left;
	margin-bottom: 0px;
}

#infomag #logo{
	margin:0 auto;
	width:62px;
	height:41px;
}

#infomag #logo img{
	border:none;
}



/*Magasins Ediloisir en france*/

.mag1{ /* AGEN */ 
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 234px;
	left: 185px;
}

.mag2{ /* Bergerac */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 115px; 
	left: 210px;
}
.mag3{ /* PAU */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 345px;
	left: 80px;
}

.mag4{ /* ALBI */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top:270px;
	left:360px; 
}
.mag4 p{
text-align:left;
margin-left:150px;

}

.mag5{ /* ST GAUDENS */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 360px;
	left: 215px; 
}


.mag6{ /* MONTPELLIER */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 290px;
	left: 490px; 
}

.mag7{ /* PIAN MEDOC */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 120px;
	left: 90px;
}

.mag8{ /* SAINTE */
	position:absolute;
	width:62px;
	height:41px;
	margin:5px;
	top: 30px;
	left: 135px;
}


/*---------------------------------------------------------------------------------------------------*/







