

#content
{
	background-color:#aabbd3;
	margin: 0px auto;
/* 	height: 100%; */
padding: 10px 15px;
}

.ui-bar-y {
	border: 0px solid 		#333 /*{a-bar-border}*/;
	background: 			#ffff88 /*{a-bar-background-color}*/;
	color: 					black /*{a-bar-color}*/;
	font-weight: bold;
/* 	position:fixed; */
	width:100%;
	z-index:500;
	height:48px;
	
}


.ui-bar-y,
.ui-bar-y input,
.ui-bar-y select,
.ui-bar-y textarea,
.ui-bar-y button {
	font-family: PlayRegular, Helvetica, Arial, sans-serif /*{global-font-family}*/;
	font-weight:bold;
	font-size:24px;
}
.ui-bar-y .ui-link-inherit {
	color: #fff /*{a-bar-color}*/;
}
.ui-bar-y a.ui-link {
	color: #7cc4e7 /*{a-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-y a.ui-link:visited {
	color: #2489ce /*{a-bar-link-visited}*/;
	}
	.ui-bar-y a.ui-link:hover {
		color: #2489ce /*{a-bar-link-hover}*/;
	}
	.ui-bar-y a.ui-link:active {
		color: #2489ce /*{a-bar-link-active}*/;
	}



	#header  {

		background-image: url(../img/logo_h32.png) /*{global-icon-set}*/;
		background-repeat: no-repeat;
		background-position: 	0px 8px;
	}

	
#header h1 {
	font-weight:bolder;
	font-size:24px;
margin: 0 3%;
padding-left: 20px;
padding-top: 9px;
		}

/*		.ui-header .ui-title, .ui-footer .ui-title {
			display: block;
			font-size: 16px;
			
			min-height: 1.1em;
			outline: 0 none !important;
			overflow: hidden;
			padding: 0;
			text-align: center;
			text-overflow: ellipsis;
			white-space: nowrap;
		}*/

#content_list
{
	box-shadow:0px 4px 10px 5px #717171;
}		

	#content_list .ui-focus,
	 {
		-moz-box-shadow: inset 0 0 3px 		#387bbe /*{global-active-background-color}*/, 0 0 9px 		#387bbe /*{global-active-background-color}*/;
		-webkit-box-shadow: inset 0 0 3px 	#387bbe /*{global-active-background-color}*/, 0 0 9px 		#387bbe /*{global-active-background-color}*/;
		box-shadow: inset 0 0 3px 			#445566 /*{global-active-background-color}*/, 0 0 9px 		#445566 /*{global-active-background-color}*/;
	}





.ui-body-x,
.ui-overlay-x {
	border: 0px solid 		#444 /*{a-body-border}*/;
	background: 			#aabbd3 /*{a-body-background-color}*/;
	color: 					#fff /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #111111 /*{a-body-shadow-color}*/;
	font-weight: normal;

}
.ui-overlay-x {
	background-image: none;
	border-width: 0;
}




.ui-navbar {

/* position:fixed; */
/* bottom:0px; */
width:100%;
background-color: #00cd05;
z-index:500;
}

.ui-navbar span {
	font-family:PlayRegular, Helvetica, Arial, sans-serif /*{global-font-family}*/;
	background-color: #00cd05;
	color:black;
	border: 0px solid black;
	font-size:16px;
}

.ui-navbar a {
	font-family:PlayRegular, Helvetica, Arial, sans-serif /*{global-font-family}*/;
	background-color: #00cd05;
	color:black;
	text-decoration:none;
	font-size:16px;
}

.ui-btn-active {
	color: black;
	border: 0px solid black;
	
}





#content_list .ui-icon
{
	display:none;
}

.bulle
{
	margin-right: 32px;
	margin-left: -12px;
	vertical-align:middle;
}






.ui-btn-up-l {
	border: 1px solid 		#044062 /*{b-bup-border}*/;
	background: 			#8899bb /*{b-bup-background-color}   #aabbd3   #ffff88           */;
/* 	font-weight: bold; */
	color: 					#000 /*{b-bup-color}*/;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #aabbdd /*{b-bup-background-start}*/, #8899bb /*{b-bup-background-end}*/);
}
.ui-btn-up-l:visited,
.ui-btn-up-l a.ui-link-inherit {
	color: 					#000 /*{b-bup-color}*/;
}
.ui-btn-hover-l {
	border: 1px solid 		#00415e /*{b-bhover-lorder}*/;
	background: 			#98a9cb/*{b-bhover-lackground-color}*/;
/* 	font-weight: bold; */
	color: 					#222 /*{b-bhover-color}*/;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-lackground-start}*/), to( #4272a4 /*{b-bhover-lackground-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-lackground-start}*/, #4272a4 /*{b-bhover-lackground-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6facd5 /*{b-bhover-lackground-start}*/, #4272a4 /*{b-bhover-lackground-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6facd5 /*{b-bhover-lackground-start}*/, #4272a4 /*{b-bhover-lackground-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6facd5 /*{b-bhover-lackground-start}*/, #4272a4 /*{b-bhover-lackground-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #bacbed /*{b-bhover-lackground-start}*/, #98a9cb /*{b-bhover-lackground-end}*/);
}
.ui-btn-hover-l:visited,
.ui-btn-hover-l:hover,
.ui-btn-hover-l a.ui-link-inherit {
	color: 					#222 /*{b-bhover-color}*/;
}
.ui-btn-down-l {
	border: 1px solid 		#225377 /*{b-bdown-lorder}*/;
	background: 			#667799 /*{b-bdown-lackground-color}*/;
/* 	font-weight: bold; */
	color: 					#fff /*{b-bdown-color}*/;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-lackground-start}*/), to( #3e79b5 /*{b-bdown-lackground-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-lackground-start}*/, #3e79b5 /*{b-bdown-lackground-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{b-bdown-lackground-start}*/, #3e79b5 /*{b-bdown-lackground-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{b-bdown-lackground-start}*/, #3e79b5 /*{b-bdown-lackground-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{b-bdown-lackground-start}*/, #3e79b5 /*{b-bdown-lackground-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #8899bb /*{b-bdown-lackground-start}*/, #667799 /*{b-bdown-lackground-end}*/);
	
}
.ui-btn-down-l:visited,
.ui-btn-down-l:hover,
.ui-btn-down-l a.ui-link-inherit {
	color: 					#222 /*{b-bdown-color}*/;
}
.ui-btn-up-l,
.ui-btn-hover-l,
.ui-btn-down-l {
	font-family: TrueCrimesRegular, impact,Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
	font-size:20px;
	
}

#content_list span
{
	font-size:20px;
	font-weight: normal;
}


.ui-body-m,
.ui-overlay-m {
	border: 1px solid 		#bbb /*{d-body-border}*/;
	color: 					#333 /*{d-body-color}*/;
	text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ 	#fff /*{d-body-shadow-color}*/;
	background: 			#fff /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-body-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
}
.ui-overlay-m {
	background-image: none;
	border-width: 0;
}
.ui-body-m,
.ui-body-m input,
.ui-body-m select,
.ui-body-m textarea,
.ui-body-m button {
	font-family: PlayRegular, Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-align:center;
}


#content_list .ui-collapsible-content
{
	padding: 10px 8px;
	
}





#info_txt
{
	margin:42px auto;
	/*position: relative;
	 * l *eft: 30px;
	 * top: 45px;*/
	width: 80%;
		height: 265px;
	font-family:PlayRegular, arial, undotum, "bitstream charter" ;
	background-color: #eeeeee;
	padding:10px;
	font-size:16px;
	border: 2px solid black;
	
	border-radius: 8px;
	text-align:left;
	box-shadow:0px 4px 10px 5px #717171;
}
#s_name
{
	font-size:140%;
	
}

#tarif_txt
{
	/* 	max-height: 350px; */
	text-align:center;
	margin:16px auto;
	/*position: relative;
	 * l *eft: 30px;
	 * top: 45px;*/
	width: 90%;
	max-width: 640px;

	font-family:PlayRegular, arial, undotum, "bitstream charter" ;
	background-color: #eeeeee;
	padding:10px;
	font-size:16px;
	border: 2px solid black;
	
	border-radius: 8px;
	
	
	box-shadow:0px 4px 10px 5px #717171;
}


#tarif_txt p
{
	margin-top: 32px;
	
}


.tarifs {
	
	margin: 0px auto;
	border-collapse: collapse;
	border: 2px solid #000000;
	-moz-box-shadow:0px 3px 10px 2px #717171;
	-webkit-box-shadow:0px 3px 10px 2px #717171;
	/* 	box-shadow:0px 2px 10px 2px #717171; */
	box-shadow:0px 10px 10px 2px #717171;
}


.tc1
{
	width:300px;
}

.tc2
{
	width:140px;
}

.tcp2
{
	text-align:center;
}

