@charset "utf-8";

/*///////////////////// CARTE ACCES ET ELEMENTS //////////////////////////*/
#imgAcces{
position:relative;
float:left;
width:300px;
height:440px;
text-align:center;
margin:0 0 0 25px;
}

#ville01, #ville02, #ville03, #ville04, #ville05{
color:#4172D8;
font-size:.80em;
font-weight:bold;
}

#ville01{
	position:absolute;
	left: 80px;
	top: 129px;
}

#ville02{
	position:absolute;
	left: 129px;
	top: 117px;
}

#ville03{
	position:absolute;
	left: 154px;
	top: 145px;
}
#ville04{
	position:absolute;
	left: 175px;
	top: 173px;
}
#ville05{
	position:absolute;
	left: 201px;
	top: 107px;
}

#villeCanly{
	position:absolute;
	text-align:center;
	color:#ff0000;
	left: 196px;
	top: 143px;
	font-weight:bold;
	text-decoration:blink;
}


/*///////////////////// COORDONNEES ACCES //////////////////////////*/
#plan{
width:200px;
float:left;
margin:3em 0 0 25px;
-margin:3em 0 0 10px;
background:#fff url(plan_bg_rpt.gif) left bottom repeat-x;
border:#a5a5a5 solid 1px;
}

#plan h2{
width:165px;
height:15px;
background:none;
font-size:1em;
color:#090796;
border-left:#000 solid 1px;
border-bottom:#000 solid 1px;
padding:0 0 7px 5px;
margin:10px 0 0 17px;
text-transform:uppercase;
}

#plan img{
border:#b7b7b7 solid 1px;
background:#fff;
padding:5px;
width:140px;
margin:1em 1.5em;
}

#plan p{
text-align:right;
font-size:.9em;
border:none;
padding:0.5em 1em;
background:none;
margin:0;
}

