* {margin: 0; padding: 0; outline: none; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}

html {height: 100%;}

body {
	background-color: #FFFFFF;
	font: 300 1em/1.1em "LANENAR", sans-serif;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  
	height: 100%;
}

@font-face {
	font-family: "LANENAR";
	src: url('typo/LANENAR_.ttf');
}

@font-face {
	font-family: "LANECANE";
	src: url('typo/LANECANE.ttf');
}




/* 
!header
*/
header {
	width: 97%; height: auto;
	position: relative;
	overflow: hidden;
	margin-left: 30px;
	color: #FFFFFF;
    text-decoration: none;
}

/* 
!nav menu
*/

nav {float: right; margin: 0px 30px 0px 0px;}

nav #contenu{float:left; margin: 0px 0px 0px 0px;}
li #process{vertical-align: middle; text-align: center; width: 50%; height: auto;}
li #result{vertical-align: middle; text-align: center; width: 50%; height: auto;}
nav #WEEKS{
	width:100%; height: auto;
	position: absolute;
	margin: 0px 0px 50px 50px;
} 

nav ul li.center{
	text-align:center;
	vertical-align: middle;
	margin:20px 10px 100px 0px;
} 

nav ul li {
	padding: -4px 0; margin: 0 10px;
	display: inline-block;
	list-style: none;
}

/*nav ul li div.navTitle {
	text-transform: uppercase;
	font: 100 1em/1.1em "LANENAR", sans-serif;
}*/
nav ul li div.navUnderLine {
	width: 100%; height: 4px;
	position: relative;
	margin: 18px 0 0 0;
	border: 1px solid black;
	text-decoration: none;
}

nav ul li{
	width: 110px; 
	height: 5px;
	font-size: 10pt;
	text-align:center;
}

nav ul li#RECTANGLE1{width: 110px; height: 3px; background:rgb(115,176,219);}
nav ul li#RECTANGLE2{width: 110px; height: 3px; background:rgb(255,232,51);}
nav ul li#RECTANGLE3{width: 110px; height: 3px; background:rgb(245,143,120);}
nav ul li#RECTANGLE4{width: 110px; height: 3px; background:rgb(43,176,163);}
nav ul li#RECTANGLE5{width: 110px; height: 3px; background:rgb(255,255,255); border:rgb(0,0,67);border-bottom-style: double}
nav ul li#RECTANGLE6{width: 110px; height: 3px; background:rgb(255,255,255); border:rgb(255, 255, 0); border-bottom-style: double}
nav ul li#RECTANGLE7{width: 110px; height: 3px; background:rgb(255,255,255); border:rgb(150, 0, 150); border-bottom-style: double}
nav ul li#RECTANGLE8{width: 110px; height: 3px; background:rgb(255,255,255); border:rgb(2, 168, 196); border-bottom-style: double}


nav2 {float: none; margin: 0px;}

nav2 ul li.center{
	text-align:center;
	vertical-align: middle;
	margin:0px;
} 

nav2 ul li {
	margin: 0px 25px 20px 25px;
	display: inline-block;
	list-style: none;
}

nav2 ul li div.navUnderLine {
	width: 100%; height: 4px;
	position: relative;
	margin: 18px 0px 0px 0px;
	border: 0px solid black;
	text-decoration: none;
}

nav2 ul li{
	width: 110px; 
	height: 5px;
	font-size: pt;
	text-align: center;
	vertical-align: middle;
}
nav2 ul li#circleAnna{
	width: 140px;
	height: 140px;
	background-image: url('images/AnnaHVS.png');
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
nav2 ul li#circleJoe{
	width: 140px;
	height: 140px;
	background-image: url('images/JoeHVS.png');
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
nav2 ul li#circleJasper{
	width: 140px;
	height: 140px;
	background-image: url('images/JasperHVS.png');
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
nav2 ul li#circleCathryn{
	width: 140px;
	height: 140px;
	background-image: url('images/CathrynHVS.png');
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
nav2 ul li#circleJean{
	width: 140px;
	height: 140px;
	background-image: url('images/JeanHVS.png');
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
nav2 ul li#circleMiha{
	width: 140px;
	height: 140px;
	background-image: url('images/MihaHVS.png');
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}


.RECTANGLEHVS{width: 140px; height: 30px; background:rgb(255,255,255);}

#main {
 padding-left: 1%;
 padding-right: 1%;
 width: 98%;
 margin: auto;
}

#headerHVS {
 padding-left: 1%;
 padding-right: 1%;
 width: 100%;
 margin: auto;
}


#canvas {
    width: 97%; height: auto;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
    text-decoration: none;
}

.spacer {
	clear: both;
	height: 20px;
}

.spacer2 {
	clear: both;
}

.TEXT{
	width:50%; height: 10px;
	position: relative;
	vertical-align: middle;
	margin: 0px 0px 50px 50px;
}


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


div #ANNA{
	width:506px; height: 536px;
	background-image: url('images/ANNA.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 70px 0px 0px;
}
div #HVSLOGO{
	width:375px ; height: 114px;
	background-image: url('images/HVSLogo.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0px 0px 0px;
}
div #W1-FP{
	width:514px; height: 372px;
	background-image: url('images/FPW1.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #W2-FP{
	width:514px; height: 372px;
	background-image: url('images/FPW2.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #W3-FP{
	width:514px; height: 372px;
	background-image: url('images/FPW3.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #W7-FP{
	width:514px; height: 372px;
	background-image: url('images/FPW7.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #statements{
	width:1024px; height: 372px;
	background-image: url('images/statements.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #electronic1{
	width:1028px; height: 250px;
	background-image: url('images/electronic1.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #FPconnect{
	width:514px; height: 200px;
	background-image: url('images/FPconnect.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #FPshape{
	width:514px; height: 372px;
	background-image: url('images/FPshape.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #FPmodules{
	width:514px; height: 372px;
	background-image: url('images/FPmodules.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 70px 0px 30px;
}
div #FP-01{
	width:514px; height: 372px;
	background-image: url('images/FP-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #FP-02{
	width:514px; height: 372px;
	background-image: url('images/FP-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #FP-03{
	width:514px; height: 372px;
	background-image: url('images/FP-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #FP-04{
	width:514px; height: 372px;
	background-image: url('images/FP-04.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #FP-05{
	width:514px; height: 372px;
	background-image: url('images/FP-05.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #WEEK1{
	width:148px; height: 184px;  
	background-image: url('images/WEEK01.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0px 0px 180px;
}
div #WEEK2{
	width:148px; height: 184px;   
	background-image: url('images/WEEK02.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK3{
	width:148px; height: 184px; 
	background-image: url('images/WEEK03.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK4{
	width:148px; height: 184px; 
	background-image: url('images/WEEK04.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK5{
	width:148px; height: 184px;  
	background-image: url('images/WEEK05.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK6{
	width:148px; height: 184px; 
	background-image: url('images/WEEK06.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK7{
	width:148px; height: 184px; 
	background-image: url('images/WEEK07.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0px 0px 180px;
}
div #WEEK8{
	width:148px; height: 184px; 
	background-image: url('images/WEEK8.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK9{
	width:148px; height: 184px; 
	background-image: url('images/WEEK9.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK10{
	width:148px; height: 184px;  
	background-image: url('images/WEEK10.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK11{
	width:148px; height: 184px; 
	background-image: url('images/WEEK11.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK12{
	width:148px; height: 184px; 
	background-image: url('images/WEEK12.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK13{
	width:148px; height: 184px; 
	background-image: url('images/WEEK13.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0px 0px 180px;
}
div #WEEK14{
	width:148px; height: 184px; 
	background-image: url('images/WEEK14.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK15{
	width:148px; height: 184px; 
	background-image: url('images/WEEK15.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK16{
	width:148px; height: 184px; 
	background-image: url('images/WEEK16.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK17{
	width:148px; height: 184px; 
	background-image: url('images/WEEK17.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #WEEK18{
	width:148px; height: 184px; 
	background-image: url('images/WEEK18.png');
	background-repeat: no-repeat;
	background-size: cover;
}
div #W1-01{
	width:514px; height: 372px;
	background-image: url('images/W1-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W1-02{
	width:514px; height: 372px;
	background-image: url('images/W1-02.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W1-03{
	width:514px; height: 372px;
	background-image: url('images/W1-03.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W1-04{
	width:514px; height: 372px;
	background-image: url('images/W1-04.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W2-01{
	width:514px; height: 372px;
	background-image: url('images/W2-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W2-02{
	width:514px; height: 372px;
	background-image: url('images/W2-02.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W2-03{
	width:514px; height: 372px;
	background-image: url('images/W2-03.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W2-04{
	width:514px; height: 372px;
	background-image: url('images/W2-04.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W2-05{
	width:514px; height: 372px;
	background-image: url('images/W2-05.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-01{
	width:514px; height: 372px;
	background-image: url('images/W3-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-02{
	width:514px; height: 372px;
	background-image: url('images/W3-02.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-03{
	width:514px; height: 372px;
	background-image: url('images/W3-03.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-04{
	width:514px; height: 372px;
	background-image: url('images/W3-04.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-05{
	width:514px; height: 372px;
	background-image: url('images/W3-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-06{
	width:514px; height: 372px;
	background-image: url('images/W3-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-07{
	width:514px; height: 372px;
	background-image: url('images/W3-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-08{
	width:514px; height: 372px;
	background-image: url('images/W3-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-09{
	width:514px; height: 372px;
	background-image: url('images/W3-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-10{
	width:514px; height: 372px;
	background-image: url('images/W3-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-11{
	width:514px; height: 372px;
	background-image: url('images/W3-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-12{
	width:514px; height: 372px;
	background-image: url('images/W3-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-13{
	width:514px; height: 372px;
	background-image: url('images/W3-13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}
div #W3-14{
	width:514px; height: 372px;
	background-image: url('images/W3-14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-15{
	width:514px; height: 372px;
	background-image: url('images/W3-15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-16{
	width:514px; height: 372px;
	background-image: url('images/W3-16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-17{
	width:514px; height: 372px;
	background-image: url('images/W3-17.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-18{
	width:514px; height: 372px;
	background-image: url('images/W3-18.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-19{
	width:514px; height: 372px;
	background-image: url('images/W3-19.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-20{
	width:514px; height: 744px;
	background-image: url('images/W3-20.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}
div #W3-21{
	width:514px; height: 372px;
	background-image: url('images/W3-21.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-22{
	width:514px; height: 372px;
	background-image: url('images/W3-22.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W3-23{
	width:514px; height: 372px;
	background-image: url('images/W3-23.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-01{
	width:514px; height: 372px;
	background-image: url('images/W4-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-02{
	width:514px; height: 372px;
	background-image: url('images/W4-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-03{
	width:514px; height: 372px;
	background-image: url('images/W4-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-04{
	width:514px; height: 372px;
	background-image: url('images/W4-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-05{
	width:514px; height: 372px;
	background-image: url('images/W4-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-06{
	width:514px; height: 372px;
	background-image: url('images/W4-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-07{
	width:514px; height: 372px;
	background-image: url('images/W4-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-08{
	width:514px; height: 372px;
	background-image: url('images/W4-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-09{
	width:514px; height: 372px;
	background-image: url('images/W4-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-10{
	width:514px; height: 372px;
	background-image: url('images/W4-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-11{
	width:514px; height: 372px;
	background-image: url('images/W4-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-12{
	width:514px; height: 372px;
	background-image: url('images/W4-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-13{
	width:514px; height: 372px;
	background-image: url('images/W4-13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-14{
	width:514px; height: 372px;
	background-image: url('images/W4-14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W4-15{
	width:514px; height: 372px;
	background-image: url('images/W4-15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-01{
	width:514px; height: 372px;
	background-image: url('images/W5-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-02{
	width:514px; height: 372px;
	background-image: url('images/W5-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-03{
	width:514px; height: 372px;
	background-image: url('images/W5-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-04{
	width:514px; height: 372px;
	background-image: url('images/W5-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-05{
	width:514px; height: 372px;
	background-image: url('images/W5-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-06{
	width:514px; height: 372px;
	background-image: url('images/W5-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-07{
	width:514px; height: 372px;
	background-image: url('images/W5-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-08{
	width:514px; height: 372px;
	background-image: url('images/W5-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-09{
	width:514px; height: 372px;
	background-image: url('images/W5-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-10{
	width:514px; height: 372px;
	background-image: url('images/W5-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-11{
	width:514px; height: 372px;
	background-image: url('images/W5-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-12{
	width:514px; height: 372px;
	background-image: url('images/W5-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-13{
	width:514px; height: 372px;
	background-image: url('images/W5-13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-14{
	width:514px; height: 372px;
	background-image: url('images/W5-14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-15{
	width:514px; height: 372px;
	background-image: url('images/W5-15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-16{
	width:514px; height: 372px;
	background-image: url('images/W5-16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-17{
	width:514px; height: 372px;
	background-image: url('images/W5-17.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-18{
	width:514px; height: 372px;
	background-image: url('images/W5-18.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-19{
	width:514px; height: 372px;
	background-image: url('images/W5-19.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-20{
	width:514px; height: 372px;
	background-image: url('images/W5-20.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W5-21{
	width:1024px; height: 372px;
	background-image: url('images/W5-21.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-01{
	width:514px; height: 372px;
	background-image: url('images/W6-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-02{
	width:514px; height: 372px;
	background-image: url('images/W6-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-02bis{
	width:514px; height: 372px;
	background-image: url('images/W6-02bis.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-03{
	width:514px; height: 372px;
	background-image: url('images/W6-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-04{
	width:514px; height: 372px;
	background-image: url('images/W6-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-05{
	width:514px; height: 372px;
	background-image: url('images/W6-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-06{
	width:514px; height: 372px;
	background-image: url('images/W6-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-07{
	width:514px; height: 372px;
	background-image: url('images/W6-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-08{
	width:514px; height: 372px;
	background-image: url('images/W6-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-09{
	width:514px; height: 372px;
	background-image: url('images/W6-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-10{
	width:514px; height: 372px;
	background-image: url('images/W6-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-11{
	width:514px; height: 372px;
	background-image: url('images/W6-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W6-12{
	width:514px; height: 372px;
	background-image: url('images/W6-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-01{
	width:514px; height: 372px;
	background-image: url('images/W7-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-02{
	width:514px; height: 372px;
	background-image: url('images/W7-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-02bis{
	width:514px; height: 372px;
	background-image: url('images/W7-02bis.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-03{
	width:514px; height: 372px;
	background-image: url('images/W7-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-04{
	width:514px; height: 372px;
	background-image: url('images/W7-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-05{
	width:514px; height: 372px;
	background-image: url('images/W7-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-06{
	width:514px; height: 372px;
	background-image: url('images/W7-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-07{
	width:514px; height: 372px;
	background-image: url('images/W7-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W7-08{
	width:514px; height: 372px;
	background-image: url('images/W7-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-01{
	width:514px; height: 372px;
	background-image: url('images/W8-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-02{
	width:514px; height: 372px;
	background-image: url('images/W8-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-03{
	width:514px; height: 372px;
	background-image: url('images/W8-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-04{
	width:514px; height: 372px;
	background-image: url('images/W8-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-05{
	width:514px; height: 372px;
	background-image: url('images/W8-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-06{
	width:514px; height: 372px;
	background-image: url('images/W8-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-07{
	width:514px; height: 372px;
	background-image: url('images/W8-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-08{
	width:514px; height: 372px;
	background-image: url('images/W8-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-09{
	width:514px; height: 372px;
	background-image: url('images/W8-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-10{
	width:514px; height: 372px;
	background-image: url('images/W8-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-11{
	width:514px; height: 372px;
	background-image: url('images/W8-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-12{
	width:514px; height: 372px;
	background-image: url('images/W8-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-13{
	width:514px; height: 372px;
	background-image: url('images/W8-13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-14{
	width:514px; height: 372px;
	background-image: url('images/W8-14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-15{
	width:514px; height: 372px;
	background-image: url('images/W8-15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-16{
	width:514px; height: 372px;
	background-image: url('images/W8-16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-17{
	width:514px; height: 372px;
	background-image: url('images/W8-17.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-18{
	width:514px; height: 372px;
	background-image: url('images/W8-18.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-19{
	width:514px; height: 372px;
	background-image: url('images/W8-19.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-20{
	width:514px; height: 372px;
	background-image: url('images/W8-20.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-21{
	width:514px; height: 372px;
	background-image: url('images/W8-21.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-22{
	width:514px; height: 372px;
	background-image: url('images/W8-22.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-23{
	width:514px; height: 372px;
	background-image: url('images/W8-23.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W8-24{
	width:514px; height: 372px;
	background-image: url('images/W8-24.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-01{
	width:514px; height: 372px;
	background-image: url('images/W9-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-02{
	width:514px; height: 372px;
	background-image: url('images/W9-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-03{
	width:514px; height: 372px;
	background-image: url('images/W9-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-04{
	width:514px; height: 372px;
	background-image: url('images/W9-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-05{
	width:514px; height: 372px;
	background-image: url('images/W9-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-06{
	width:514px; height: 372px;
	background-image: url('images/W9-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-07{
	width:514px; height: 372px;
	background-image: url('images/W9-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-08{
	width:514px; height: 372px;
	background-image: url('images/W9-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-09{
	width:514px; height: 372px;
	background-image: url('images/W9-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-10{
	width:514px; height: 372px;
	background-image: url('images/W9-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-11{
	width:514px; height: 372px;
	background-image: url('images/W9-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W9-12{
	width:514px; height: 372px;
	background-image: url('images/W9-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-00{
	width:514px; height: 372px;
	background-image: url('images/W10-00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-01{
	width:514px; height: 372px;
	background-image: url('images/W10-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-02{
	width:514px; height: 372px;
	background-image: url('images/W10-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-03{
	width:514px; height: 372px;
	background-image: url('images/W10-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-04{
	width:514px; height: 372px;
	background-image: url('images/W10-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-05{
	width:514px; height: 372px;
	background-image: url('images/W10-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-06{
	width:514px; height: 372px;
	background-image: url('images/W10-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-07{
	width:514px; height: 372px;
	background-image: url('images/W10-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-08{
	width:514px; height: 372px;
	background-image: url('images/W10-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-09{
	width:514px; height: 372px;
	background-image: url('images/W10-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-10{
	width:514px; height: 372px;
	background-image: url('images/W10-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-11{
	width:514px; height: 372px;
	background-image: url('images/W10-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W10-12{
	width:514px; height: 372px;
	background-image: url('images/W10-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W11-01{
	width:514px; height: 372px;
	background-image: url('images/W11-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W11-02{
	width:514px; height: 372px;
	background-image: url('images/W11-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W11-03{
	width:514px; height: 372px;
	background-image: url('images/W11-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W11-04{
	width:514px; height: 372px;
	background-image: url('images/W11-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W11-05{
	width:514px; height: 372px;
	background-image: url('images/W11-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W11-06{
	width:514px; height: 372px;
	background-image: url('images/W11-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W11-07{
	width:514px; height: 372px;
	background-image: url('images/W11-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W11-08{
	width:514px; height: 372px;
	background-image: url('images/W11-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 0px 50px 0px 30px;*/
}
div #W12-01{
	width:514px; height: 372px;
	background-image: url('images/W12-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-01gif{
	width:514px; height: 372px;
	background-image: url('images/W12-01.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-02{
	width:514px; height: 372px;
	background-image: url('images/W12-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-02gif{
	width:514px; height: 372px;
	background-image: url('images/W12-02.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-03{
	width:514px; height: 372px;
	background-image: url('images/W12-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-04{
	width:514px; height: 372px;
	background-image: url('images/W12-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-05{
	width:514px; height: 372px;
	background-image: url('images/W12-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-06{
	width:514px; height: 372px;
	background-image: url('images/W12-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-07{
	width:514px; height: 372px;
	background-image: url('images/W12-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-08{
	width:514px; height: 372px;
	background-image: url('images/W12-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-09{
	width:514px; height: 372px;
	background-image: url('images/W12-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-10{
	width:514px; height: 372px;
	background-image: url('images/W12-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-11{
	width:514px; height: 372px;
	background-image: url('images/W12-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-12{
	width:514px; height: 372px;
	background-image: url('images/W12-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-13{
	width:514px; height: 372px;
	background-image: url('images/W12-13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-14{
	width:514px; height: 372px;
	background-image: url('images/W12-14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W12-03gif{
	width:514px; height: 372px;
	background-image: url('images/W12-03gif.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-01{
	width:514px; height: 372px;
	background-image: url('images/W13-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-02{
	width:514px; height: 372px;
	background-image: url('images/W13-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-03{
	width:514px; height: 372px;
	background-image: url('images/W13-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-04{
	width:514px; height: 372px;
	background-image: url('images/W13-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-05{
	width:514px; height: 372px;
	background-image: url('images/W13-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-06{
	width:514px; height: 372px;
	background-image: url('images/W13-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-07{
	width:514px; height: 372px;
	background-image: url('images/W13-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-08{
	width:514px; height: 372px;
	background-image: url('images/W13-08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-09{
	width:514px; height: 372px;
	background-image: url('images/W13-09.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W13-10{
	width:514px; height: 372px;
	background-image: url('images/W13-10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}

div #W13-11{
	width:514px; height: 372px;
	background-image: url('images/W13-11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}div #W14-01{
	width:514px; height: 372px;
	background-image: url('images/W14-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W14-02{
	width:514px; height: 372px;
	background-image: url('images/W14-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W14-03{
	width:514px; height: 514px;
	background-image: url('images/W14-03.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W14-04{
	width:514px; height: 372px;
	background-image: url('images/W14-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W14-05{
	width:514px; height: 372px;
	background-image: url('images/W14-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W14-06{
	width:514px; height: 372px;
	background-image: url('images/W14-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-01{
	width:514px; height: 372px;
	background-image: url('images/W16-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-01gif{
	width:514px; height: 372px;
	background-image: url('images/W16-01.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-02gif{
	width:514px; height: 372px;
	background-image: url('images/W16-02.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-02{
	width:514px; height: 372px;
	background-image: url('images/W16-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-03{
	width:514px; height: 372px;
	background-image: url('images/W16-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-04{
	width:514px; height: 372px;
	background-image: url('images/W16-04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-05{
	width:514px; height: 372px;
	background-image: url('images/W16-05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-06{
	width:514px; height: 372px;
	background-image: url('images/W16-06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-07{
	width:514px; height: 372px;
	background-image: url('images/W16-07.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-12{
	width:514px; height: 372px;
	background-image: url('images/W16-12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-13{
	width:514px; height: 372px;
	background-image: url('images/W16-13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-16{
	width:514px; height: 372px;
	background-image: url('images/W16-16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-17{
	width:514px; height: 372px;
	background-image: url('images/W16-17.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}
div #W16-18{
	width:514px; height: 372px;
	background-image: url('images/W16-18.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 50px 0px 30px;
}


#tabs {
	margin: 80px 80px 0px 80px;
	float: center;
	width: 100%;
	height: 100%;
}
#tabs ul {
	list-style: none;
	margin:0 0 0 0;
}
#tabs li {
	margin:0px; 
	padding:0px; 
	float:left;
}
#tabs ul li {
	display: inline-block;
	margin:0px;
	padding:0px;
	text-align: justify;
	word-wrap:break-word;
}
.spacer {
	clear: both;
	height: 20px;
}

/* 
!div
*/
div.contenu {
	width: 100%; height: auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	/*padding: 0px 10px 0px 0px; margin: 20px;*/
	float: none;
}
div.cells {
	width: 45%; height: auto;
	position: relative;
	text-align: center;
	padding: 0px 10px 0px 0px; margin: 20px;
	float: left;
}
div.cellsleft {
	width: 45%; height: auto;
	position: relative;
	text-align: left;
	padding: 0px 10px 0px 0px; margin: 20px;
	float: left;
}
div.cells2 {
	width: 45%; height: auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	float: left;
}
div.cells3 {
	width: 16.66%; height: auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	/*padding: 0px 10px 0px 0px; margin: 20px;*/
	float: left;
}
div.cells5 {
	width: 90%; height: auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 25px;
	float: left;
}
div.cells6 {
	width: 90%; height: auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 0px 25px;
	float: left;
}
div.cells7 {
	width: 25%; height: auto;
	position: relative;
	text-align: left;
	
	float: left;
}
div.cellsFP {
	width: 1200; height: auto;
	position: relative;
	text-align: justify;
	float: none;
}
div.cellsvideo {
	width: 45%; height: auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 0px 10px 0px 0px; margin: 20px;
	float: left;
}
/* 
!text
*/

h1 {
	font-family: "LANENAR";
	font-size: 30pt;
	color: rgb(0,0,67);
	line-height:10pt;
	margin: 20px 0px 0px 0px
}
h2 {
	font-family: "LANENAR";
	font-size: 16pt;
	line-height:30pt;
	color: rgb(0,0,67);
}
h3 {
	font-family: "LANENAR";
	font-size: 10pt;
	line-height:15pt;
	color: rgb(0,0,67);
	text-align:center;
}
h4 {
	font-family: "LANENAR";
	font-size: 16pt;
	line-height:30pt;
	color: rgb(0,0,67);
	text-align:center;
}
h5 {
	font-family: "LANENAR";
	font-size: 12pt;
	line-height:18pt;
	color: rgb(0,0,67);
	text-align:left;
}
h6 {
	font-family: "LANENAR";
	font-size: 16pt;
	line-height:30pt;
	color: rgb(43,176,163);
	text-align:center;
}

p,ul,li,td {
 	font-family: "LANENAR";
 	color: rgb(0,0,67);
 	font-size: 10pt;
 	line-height:16pt;
 	vertical-align: middle;
}
p1 {
 	font-family: "LANENAR";
 	color: rgb(0,0,67);
 	font-size: 14pt;
 	line-height:20pt;
 	vertical-align: middle;
 	text-decoration: none;
}
p2 {
 	font-family: "LANENAR";
 	color: rgb(0,0,67);
 	font-size: 14pt;
 	line-height:20pt;
 	text-align: justify;
}
p3 {
 	font-family: "LANECANE";
 	color: rgb(115,176,219);
 	font-size: 20pt;
 	line-height:20pt;
 	text-align: center;
}
p4 {
 	font-family: "LANENAR";
 	color: rgb(0,0,67);
 	font-size: 20pt;
 	line-height:20pt;
 	text-align: center;
}
p5 {
 	font-family: "LANENAR";
 	color: rgb(0,0,67);
 	font-size: 10pt;
 	line-height:16pt;
 	vertical-align: middle;
 	text-decoration: blink;
}
p7 {
 	font-family: "LANECANE";
 	color: rgb(115,176,219);
 	font-size: 16pt;
 	line-height:20pt;
 	text-align: center;
}

a.titlelink:visited {
 	color: rgb(0,0,67);
 	text-decoration:none;
}
a.titlelink{
 	text-decoration:none;
}

#NAME{
	text-align:left;
	margin:25px 100px 10px 0;
	text-decoration: none;
}
hr {
 height:3pt;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* Spinning, gradient circle; CSS only! 

.circle { 
   width: 50%;
   height:auto;
   position: relative;
   vertical-align: middle; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 50%;
}
#advanced {
	width: 130px;
	height: 130px;
	
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, rgb(0,0,67) , rgb(43,176,163) 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, rgb(0,0,67), rgb(43,176,163));
	background-image: radial-gradient(45px 45px 45deg, circle cover, rgb(0,0,67) 0%, rgb(43,176,163), red 95%);
	
	animation-name: spin; 
	animation-duration: 3s; 
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}*/