
h3{
	color:#99bb00;
	margin-bottom:0;
}

#img1{
	background-image:url(../images/www.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
}

#img2{
	background-image:url(../images/links.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.lurl{
	display: inline-block;
	text-align:left;
	color:#333;
	float:left;
}

.ldesc{
	display: inline-block;
	text-align:right;
	color:#fff;
	float:right;
}


/***mobile**********************************************************/
@media only screen and (max-width: 640px) {
main{
	height:740px;
	
}

#links{
	width:100%;
	height:640px;
	float:left;
}

#lvisuel{
	display:none;
}


#ltext{
	width:100%;
	height:600px;
}

#ltext ul{
	list-style-type: none;
	text-align:left;
}
#ltext li{
	/*min-width:460px;*/
	width: 90%;
	height:60px;
	margin-right:20px;
}
.lthem{
	display:inline-block;
	height:20px !important;
	margin:0px;
	color:#99bb00;
}

.llink{
	height: 25px;
	background-color: #ccc;
	border:0;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;	
}

.lurl{
	min-width:220px;
}

.ldesc{
	min-width:260px;
}



#vr{
	width:2px;
	height:680px;
	position:relative;
	bottom:680px;
	left:20px;
	background-color:#99bb00;
}

}


/***tablet**********************************************************/
@media only screen and (min-width: 641px) and (max-width: 1008px) {	
main{
	height:620px;
}

#links{
	width:100%;
	height:640px;
	float:left;
	margin-top:40px;
}

#lvisuel{
	display:none;
}


#ltext{
	width:477px;
	height:600px;
	margin: 0 auto;
}

ul{
	list-style-type: none;
	text-align:right;
}

.lthem{
	display:inline-block;
	margin-right:170px;
	margin-top:10px;
	color:#99bb00;
}

.llink{
	height: 25px;
	background-color: #ccc;
	border:0;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;	
}

#l11{
	width: 430px;
	margin-left:10px;
}

#l12{
	width: 380px;
	margin-left:70px;
}

#l21{
	width: 480px;
	margin-left:-70px;
}

#l22{
	width: 400px;
	margin-left:-30px;
}

#l31{
	width: 400px;
	margin-left:20px;
}

#l32{
	width: 450px;
	margin-left:-35px;
}

#l41{
	width: 300px;
	margin-left:30px;
}

#l42{
	width: 270px;
	margin-left:50px;
}

#vr{
	width:2px;
	height:500px;
	position:relative;
	bottom:450px;
	left:235px;
	background-color:#99bb00;
}

}

/***desktop**********************************************************/
@media only screen and (min-width: 1009px) {
main{
	height:620px;
	width:100%;
}

#links{
	width:900px;
	height:600px;
	position:relative;
	top:30px;
	margin: 0px auto;
}

#lvisuel{
	width:350px;
	height:400px;
	float:left;
	position:relative;
	top:140px;
}

#img1{
	width:350px;
	height:60px;	
}

#img2{
	width:350px;
	height:185px;	
}

#ltext{
	width:477px;
	height:600px;
	float:right;
}

ul{
	list-style-type: none;
	text-align:right;
}

.lthem{
	display:inline-block;
	margin-right:170px;
	margin-top:10px;
	color:#99bb00;
}

.llink{
	height: 25px;
	background-color: #ccc;
	border:0;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;	
}

#l11{
	width: 430px;
	margin-left:10px;
}

#l12{
	width: 380px;
	margin-left:70px;
}

#l21{
	width: 480px;
	margin-left:-70px;
}

#l22{
	width: 400px;
	margin-left:-30px;
}

#l31{
	width: 400px;
	margin-left:20px;
}

#l32{
	width: 450px;
	margin-left:-35px;
}

#l41{
	width: 300px;
	margin-left:30px;
}

#l42{
	width: 270px;
	margin-left:50px;
}

#vr{
	width:2px;
	height:500px;
	position:relative;
	bottom:450px;
	left:235px;
	background-color:#99bb00;
}

}