#cont{
	position: relative;
}
#cont *{
	font-size: 13px;
	font-family:  Tahoma, Geneva, sans-serif;
}
#menu{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: linear-gradient(#4EB6E3 0%, #41A5DC 5%, #2D84CB 96%, #2D84AB 98%, #2D848B 100%);
	width: 180px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
#menu.slider{
	transition: margin-top 0.3s;
}
#menu>li{
	list-style: none;
    min-height: 32px;
	margin: 0px;
    padding: 0px 0px;
    line-height: 32px;
    text-align: center;
	border-top: 1px solid #61C5FC;
	border-bottom: 1px solid #2D848B;
	border-left: 2px solid #41A5DC;
	font-weight: bold;
	cursor: pointer;
	background: none;
}
#menu>li,
#menu>li *{
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
    text-decoration: none;	
}
#menu>li:hover{
	background: linear-gradient(#3AC3E1 0%, #2EB4DB 5%, #1E96C9 100%);
}
#menu>li:first-child{
	border-top-left-radius: 10px;
	border-top: 2px solid #41A5DC;
}
#menu>li:last-child{
	border-bottom: 2px solid #2D84CB;
	border-bottom-left-radius: 10px;
}
#menu>li.active,
#menu>li:hover.active{
	border-top: 1px solid #DD3F63;
	background: linear-gradient(#DD3F63 0%, #D5344D 5%, #C12427 100%);
	border-left: 2px solid #DD3F63;
}
#menu>li:first-child.active{
	border-top-left-radius: 10px;
	border-top: 2px solid #DD3F63;
}
#menu>li:last-child.active{
	border-bottom: 2px solid #C12427;
	border-bottom-left-radius: 10px;
}
/*#menu>li.link{
	border-top: 1px solid #11E066;
	background: linear-gradient(#11E066 0%, #0FD64F 5%, #0BB725 100%);
	border-left: 2px solid #11E066;
}*/
#menu li.link:hover{
	background: linear-gradient(#11E066 0%, #0FD64F 5%, #0BB725 100%);
	text-decoration: underline;
}
#menu>li>ul{
	border-top: 1px solid #1E7DBF;
	background: linear-gradient(#0B52A8 0%, #1E7DBF 100%);
	padding: 0px;
}
#menu>li:last-child>ul{
	border-bottom-left-radius: 10px;
}
#menu>li>ul>li{
	list-style: none;
	text-align: left;
	border-top: 1px solid #2D848B;
    min-height: 24px;
	margin: 0px;
    padding: 0px 5px 0px 20px;
    line-height: 24px;
    font-weight: normal;
	background: none;
}
#menu>li>ul>li *{

}
#menu>li>ul>li:hover{
	background: linear-gradient(#0074FF 0%, #00A6FF 100%);
}
#menu>li:last-child>ul>li:last-child:hover{
	border-bottom-left-radius: 10px;
}
#menu>li>ul>li.active{
	border-top: 1px solid #DD3F63;
	background: linear-gradient(#DD3F63 0%, #D5344D 5%, #C12427 100%);
	font-weight: bold;
}
#menu>li>ul>li:hover.active{
	border-left: none;
}
#main-text{
	border-left: 2px solid #D5344D;
	margin: 0px 0px 0px 180px;
	min-height: 600px;
	padding: 0px 20px 20px 20px;
}
#main-text .declare{
	display: none;
}
#main-text .declare.active{
	display: block;
}
#main-text .title{
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #0068a6;
}
#main-text h2{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #0068a6;
}
#main-text h2::before{
	content: "\25CB ";
	margin-right: 10px;
    display:inline-block;
}
#main-text h2:hover{
	text-decoration: underline;
}
#main-text h2+div{
	display: none;
}
#main-text h2+div.showed{
	display: block;
}
#main-text ul,
#main-text ol{
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
#main-text li{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#main-text ul>li{
	background: none;
	list-style: disc;
}
#main-text ul>li::before{
	content: "";
	margin: 0px;
}
#main-text .text-center{
	text-align: center;
}
#main-text .text-bold{
	font-weight: bold;
}
#main-text table{
	width: 100%;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
#main-text td,
#main-text th{
	padding: 1px 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#main-text p{
    text-indent: 20px;
    text-align: justify;
}
/*To tarifs*/
#main-text .list-of-tarifs{
	width: 100%;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
#main-text .list-of-tarifs td,
#main-text .list-of-tarifs th{
	padding: 1px 5px;
	border-right: 1px solid black;
	border-bottom: .1px solid black;
	background-color: #fff;
	color: black;
}
#main-text .list-of-tarifs th{
	background-color: #548DEF;
	text-align: center;
	color: #FAFAFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#main-text .list-of-tarifs td:nth-child(n+4){
	font-weight: bold;
}
#main-text .list-of-tarifs .section td{
	font-weight: bold;
	border-bottom: 2px solid black;
	background-color: #8DB3E2;
}
#main-text .list-of-tarifs .sub-section td{
	font-weight: bold;
	background-color: #C2D69B;
}
#main-text .on-center td:nth-child(1),
#main-text .on-center td:nth-child(n+3){
	text-align: center;
}
#usings{
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #DD3F63;
	border-bottom: 2px solid #2D848B;
	background: linear-gradient(#4EB6E3 0%, #41A5DC 5%, #2D84CB 96%, #2D84AB 98%, #2D848B 100%);
	border-radius: 10px;
	position: relative;
    min-height: 32px;
	/*border-bottom: 2px solid #2D848B;*/
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#usings li{
	float: left;
    height: 32px;
    line-height: 32px;
	border-left: 1px solid #61C5FC;
	border-right: 1px solid #2D848B;
	background: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#usings li,
#usings a{
	color: white;
	text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
    font-weight: bold;
}
#usings a{
	width: 100%;
	height: 100%;
/*display: block;*/
	padding: 0px 10px;
	box-sizing: border-box;
}
#usings li:first-child{
/*padding-left: 20px;*/
	border-left: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#usings li:hover{
	background: linear-gradient(#3AC3E1 0%, #2EB4DB 5%, #1E96C9 100%);
}
#usings li.active,
#usings li:hover.active{
	border-right: 1px solid #DD3F63;
	border-bottom: 2px solid #C12427;
	background: linear-gradient(#DD3F63 0%, #D5344D 5%, #C12427 100%);
}