*{margin: 0; padding: 0;}
#selection
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#selection a.nav, .modulecontainer a.nav{
	z-index: 2;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 24px;
	height: 52px;
	background: url(../../images/prev_off.png) no-repeat center top;
	outline: none;
}
#selection a.prev, .modulecontainer a.prev{
	left: 15px;
}
#selection a.next, .modulecontainer a.next{
	right: 15px !important;
	background: url(../../images/next_off.png) no-repeat center top;
}
#selection a.prev:hover, .modulecontainer a.prev:hover{
	background: url(../../images/prev_on.png) no-repeat center top;
}
#selection a.next:hover, .modulecontainer a.next:hover{
	background: url(../../images/next_on.png) no-repeat center top;
}

#selection .main{
	position: absolute;
	background: url(../../images/art/planisphere2.png) no-repeat;	
	height: 100%;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

#selection .main ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#selection .main ul li{
	float: left;
	position: relative;
	width: 10%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

#selection .main ul li{
	/*width: 450px !important;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;*/
}

#selection .main ul li h2{
	color: #000;
	font-weight: 300;
	display: block; 
	font-size: 12px;
	z-index: 5;
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	height: 70px;
	background: url(../../images/selection/lispan.png) repeat;
	padding: 20px 15px 5px;
	text-transform: uppercase;
	line-height: 15px;
}
#selection .main ul li h2:hover{
	background: url(../../images/selection/lispanhover.png) repeat;
}
#selection .main ul li h2.on{
	color: #090a1f;
	font-size: 28px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;*/
	white-space: nowrap;
}
#selection .main ul li h2 span{
	/*text-transform: lowercase !important;
	font-size: 12px !important;
	white-space: nowrap;*/
}

#selection .main ul li h2 a{
	display: inline-block;
	float: right;
	position: relative;
	margin-right : 15px;
	display: none;
	width: 9px;
	height: 9px;
	background : url(../../images/selection/close.png) no-repeat center top;
}
#selection .main ul li h2 a:hover{
	background : url(../../images/selection/close.png) no-repeat center bottom;
}

#selection .main ul li img{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	min-height: 600px;
	
}

#menucontainer .moreselection .art .listitems{
	overflow: hidden;
}

#menucontainer .moreselection .selection ul li{
	list-style :none;
	float: left;
	width: 166px;
	height: 166px;
	background: #444;
	text-align: center;
}
#menucontainer .moreselection .selection ul li:hover{
	background: #666;
}

#menucontainer .moreselection .selection ul{
	float: left;
	width: 100%;
}

#selection .main div[class^="art_"]{
	position: absolute;
	width: 38px; 
	height: 38px;
	cursor: pointer;
}

.modulecontainer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: pink;
	min-width: 960px;
	min-height: 540px;
}

.bloc{
	text-align: center;
	position: relative;
	overflow: hidden;
}

.bloc img{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	min-width: 100%;
}

.module1 .m1A{
	float: left;
	width: 43%;
	min-width: 412px;
	height: 100%; 
	min-height: 540px;
	background: blue;
}

.module1 .m1B{
	float: left;
	width: 57%;
	min-width: 547px;
	height: 50%; 
	min-height: 270px;
	background: green;
}

.module1 .bloccenter{
	float: left;
	width: 34%;
	min-width: 326px;
	height: 26%; 
	min-height: 135px;
	background: #010b21;
	color: #fff;
}

.module1 .m1C{
	float: right;
	width: 23%;
	min-width: 210px;
	height: 50%; 
	min-height: 270px;
	background: red;
}

.module1 .m1D{
	float: left;
	width: 34%;
	min-width: 326px;
	height: 24%; 
	min-height: 135px;
	background: yellow;
}













