.header {
	width: 542px;
	background-image: linear-gradient(white, #DDD);
}

.round {
	border-radius: 5px;
	border: 1px solid #CCC;
	margin: 5px;
}

.circ-header {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: #666;
	padding: 5px;
	cursor: pointer;
}

.circ-header-25 {
	width: 22%;
}

.circ-header-100 {
	width: 100%;
}

.map {
	width: 320px;
	position: relative;
	left: 144px;
	top: 30px;
}

.region {
	opacity: 0.5;
	cursor: pointer;
}

.region:hover {
	opacity: 1;
}

#north-text {
	position: absolute;
	left: 99px;
	top: 153px;
	z-index: 20;
	font-weight: bold;
}

#center-text {
	position: absolute;
	left: 155px;
    top: 312px;
	z-index: 20;
	font-weight: bold;
}

#south-text {
	position: absolute;
	left: 99px;
    top: 360px;
	z-index: 20;
	font-weight: bold;
}

#east-text {
	position: absolute;
	left: 240px;
    top: 275px;
	z-index: 20;
	font-weight: bold;
}

.north {
	position: absolute;
	left: 4px;
	top: 10px;
	z-index: 9;
}

.center {
	position: absolute;
	left: 107px;
	top: 206px;
	z-index: 10;
}

.south {
	position: absolute;
	left: 49px;
	top: 267px;
	z-index: 8;
}

.east {
	position: absolute;
	left: 181px;
	top: 188px;
	z-index: 8;
	top: 188px;
}

.legend {
	width: 140px;
	position: relative;
	left: 405px;
	top: -400px;
	padding: 5px;
}

.legend span {
	margin-bottom: 5px;
	vertical-align: middle;
	margin-top: 2px;
}

.circonscriptions {
	z-index: 100;
	position: absolute;
	left: 10px;
	top: 85px;
}

.circ-details {
	background-color: white;
	position: absolute;
	width: 205px;
	display: none;
}

.group {
	border: 2px solid #DDD;
	margin-bottom: -2px;
	margin-left: 6px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #DDD;
}

.group-298 {
	background-color: #4c91d6;
}

.group-299 {
	background-color: #c33531;
}

.group-300 {
	background-image: url("../img/groups/adr.png");
}

.group-301 {
	background-color: #447f45;
}

.group-302 {
	background-color: darkred;
}

.group-297 {
	background-color: #000;
}

.group-668 {
	background-color: #9914e5;
}

a.circ-link {
	color: #5c504b;
	text-decoration: none;
}