@charset "UTF-8";

/* GLOBAL 
////////////////////////////*/

* {
	margin: 0px;
	padding: 0px;
}
#wrapper a {
	text-decoration:none;
	color:#5c676f;
	outline:none;
}
#wrapper a:hover {
	color:#9885c3;
}
#wrapper a img {
	border:none;
}
#wrapper {
	float:left;
	width:100%;
	min-width:960px;
	font-family: Zag, Arial, Helvetica, sans-serif;
	color:#5c676f;
	text-transform:uppercase;
	background:#fff;
}

/* HEADER 
////////////////////////////*/

#header {
	float:left;
	width:100%;
	height:120px;
	margin:10px 0px 0px;
	font-size:13px;
	font-weight:bold;
}
.arrow {
	float:left;
	width:10px;
	height:14px;
	margin:0px 10px;
	display:inline;
}
.arrow a {
	float:left;
	width:7px;
	height:14px;
}
.arrow.prev a {
	background: url(../../images/global/prev.png) center -14px;
}
.arrow.next {
	float:right;
}
.arrow.next a {
	background: url(../../images/global/next.png) center -14px;
}
.arrow a.off, .arrow a.off:hover {
	background-position:center top;
	cursor:default;
}
.arrow a:hover {
	background-position:center bottom;
}
.desc {
	float:left;
	margin-left:205px;
}

/* PANNEL 
////////////////////////////*/

#pannel {
	float:left;
	width:100%;
	height:416px;
	overflow:hidden;
	position:relative;
	background:#eee;
}
#pannel .ccm-block{
	height:416px;	
}
#pannel ul {
	float:left;
	height:416px;
	position:absolute;
	left:0px;
	top:0px;
	margin-left:220px;
	z-index:1;
}
#pannel li {
	float:left;
	width:670px;
	height:416px;
	list-style:none;
	display:inline;
}
#pannel .content{
	float:left;
	width:3000px;
	height:416px;	
}

/* GLASS 
////////////////////////////*/

#glass {
	float:left;
	position:relative;
	left:0px;
	top:0px;
	z-index:3;
	width:210px;
	height:416px;
	background: url(../../images/global/glass.png);
	padding:0px 0px 0px 10px;
	color:#fff;
	display:inline;
	overflow:hidden;
	font-size:36px;
	line-height:35px;
}
#glass div {
	float:left;
}
#glass .adresse {
	width:177px;
	height:160px;
}
#glass .adresse:hover img {
	margin-top:-160px;
}
#glass .email {
	width:183px;
	height:64px;
}
#glass .email:hover img {
	margin-top:-64px;
}
#glass a {
	float:left;
	color:#fff;
	overflow:hidden;
}

/* NAV 
////////////////////////////*/

#nav {
	float:left;
	margin:60px 0px 0px 0px;
	padding:10px;
	font-size:21px;
	line-height:15px;
	letter-spacing:.02em;
}
#nav li {
	list-style:none;
}
#nav a.nav-selected, #nav a.nav-path-selected {
	color:#9885c3;
}

/* MAP 
////////////////////////////*/

#map{
	float:left;
	position:absolute;
	z-index:2;
	width:890px;
	height:416px;
	margin-left:-890px;
	display:none;
	left:0;
	top:0;
}
#map-wrapper{
	float:left;
	width:890px;
	height:440px;	
}
.map-close{
	float:left;
	width:40px;
	height:40px;
	background: url(../../images/global/close.png) center top;
	position:absolute;
	overflow:hidden;
	right:10px;
	top:10px;
	z-index:1;
}
.map-close:hover{
	background: url(../../images/global/close.png) center bottom;
}