/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-user-select: none; /* Webkit */
-moz-user-select: none;    /* Firefox */
-ms-user-select: none;     /* IE 10  */
-o-user-select: none;
user-select: none;
	
}





html {
	width:100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}
 @media (max-width: 400px) { /* or 25em to be "responsibly responsive" */
 @-ms-viewport {
 width: 320px;
}
}
body {
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%px;
	overflow-x: hidden;
	overflow-y: hidden; /*auto*/
	height:100%;
	margin: 0 auto;
	min-width: 320px;
	min-height: 480px;
	position: relative;	/*width:320px;*/
}

h1, h2, h3, h4 {
font-family: 'proxima_nova_excn_rgbold';
}


.bgblack {
	background-color: #093557;
}
#sidebar {
	width: 250px;
	display: block;
	top: 0;
	left: 0;
	background-color: #0B3E66;
	/*
	overflow-x: hidden;
	overflow-y: auto;
	;
	*/
	-webkit-overflow-scrolling: auto z-index: 1;
	
	color: #FFF;
}
#content {
	background: #EAEAEA;
	width:100%;
	min-height:480px;
	/* margin-left:220px;*/
display:block;
	z-index: 2;
	position: relative;
	
}
#content.open {
}
#wrapper.open #sidebar {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
#wrapper #sidebar {
	z-index:10;
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	z-index: 100;
}
#wrapper.open #content, #wrapper.open header {
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}
#wrapper #content, #wrapper header {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
}
#swapbtn {
	 /*font-family: Arial, Helvetica, sans-serif; */
	font-size: 24px;
	font-weight: bold;
}
#topbar_btl {
	height:44px;
	width:45px;
	float:left;
}

#topbar_logo {
	height: 44px;
	width: 130px;
	float: left;
	margin-left: 20px;
	text-decoration: none;
}

#topbar {
	height:44px;
	padding-left:10px;
	background-image: url(../images/toplogo_rtlbe_320.png);
	background-position: center top;
	background-repeat: no-repeat;

}



#topbar_share {
	height:44px;
	
	background-color: #eee;
	position: fixed;
	width:100%;
/*background-image: url(../images/tophead_share.png);
background-repeat: no-repeat;
background-size: 171px 43px;*/



transition: 0.2s;
position: absolute;
height: 45px;
width: 100%;
top: -45px;
overflow: hidden;
}


#topbar_share.descended {
top: 0px;
}


#topbar_btl_share {
height: 44px;
width: 45px;
float: left;
}

.button_barshare {
	background-repeat: no-repeat;
	background-size: 77px 30px;
	width:46px;
	height:30px;
	float:right;
	margin-right:10px;
	margin-top: 7px;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	padding-left: 31px;
}
#button_barshare_fb {
	background-image: url(../images/icon_fb.png);
	}
#button_barshare_twt {
	background-image: url(../images/icon_twt.png);
	}
#button_barshare_mail {
	background-image: url(../images/icon_mail.png);
	}


@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-device-pixel-ratio: 2/1) { 
/*
#topbar_share {
background-image: url(../images/retina/tophead_share.png);
background-size: 171px 43px;
}*/
#button_barshare_fb {
	background-image: url(../images/retina/icon_fb.png);
	}
#button_barshare_twt {
	background-image: url(../images/retina/icon_twt.png);
	}
#button_barshare_mail {
	background-image: url(../images/retina/icon_mail.png);
	}
}








#ar_l_topbar {
	background-image: url(../images/tophead_left2.png);
	background-repeat: no-repeat;
}
#ar_r_topbar {
	background-image: url(../images/tophead_right2.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #A50206;

}
.sidebar-scroll, .content-scroll {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	height: 100% !important;
}
.inner-border, #sidebar li span, .controls a, .module, #newsletter-submit, textarea, input, .button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* Sidebar */

	#sidebar section {
/*	padding-top: 3px;*/
padding-bottom:40px;
}
#sidebar li, #sidebar label, #sidebar h2 {
	list-style: none;
	border-bottom: 1px solid #093557;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}
#sidebar label {
	border: none;
}
#sidebar li.active {
}
#sidebar a, #sidebar a:visited {
	display: block;
	font-weight: bold;
	color: #659EC4;

	font-weight: normal;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 55px;
}
#sidebar a:hover {
	color: #fff;
}
#sidebar li.active a {
	color: #FFF;
	font-size: 14px;


}




#sidebar label {
	padding: 8px 20px;
	display: block;
	color: #c6c6c6;
}
#sidebar li span, #sidebar li a:hover span {
	color: #fff;
	font-size: 11px;
	display: block;
	background: #be1d1e;
	float: right;
	margin-top: 1px;
	line-height: 12px;
	text-shadow: 0 -1px 1px #8d0013;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#sidebar li.catoptio {
	list-style: none;
	font-size: 14px;
	color: #659EC4;
	text-shadow: 0px 1px 1px #000;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #093557;
	background-image: url(../images/nabselembg.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #234A69;
	}




#sidebar li.iconrtlbe {
	background-image: url(../images/icons/rtlbe_sb.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#sidebar li.iconalertplus {
	background-image: url(../images/icons/alert_sb.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-style: none;
	font-weight: bold;

}
#sidebar li.iconalertplus a {
	color: #FFF;
	}
#sidebar {
	-webkit-overflow-scrolling: touch;
}
#gallery {
	background:#23282C;
}
#slider {
	width:100%;
}
#slider li {
	height:173px;
	list-style-type: none;
}
#slider li div {
}
#gallery nav {
	border-top:1px #3A4146 solid;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#292F34), to(#23282C));
	background-image: -webkit-linear-gradient(top, #292F34, #23282C);
	background-image:    -moz-linear-gradient(top, #292F34, #23282C);
	background-image:     -ms-linear-gradient(top, #292F34, #23282C);
	background-image:      -o-linear-gradient(top, #292F34, #23282C);
	background-image:         linear-gradient(top, #292F34, #23282C);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#292F34', EndColorStr='#23282C');
	height:35px;
	width:100%;
	text-align:center;/* display:none;*/
}
#position {
	text-align:center;
	font-size:27px;
	line-height:1.3;
	color:#697279;
	display:block;
	width:150px;
	margin-left: auto;
	margin-right: auto;
}
#position em {
	display:inline-block;
	padding:0 3px;
	font-style:normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);

}
#position em.on {
	color:#fff;
}
#prev {
	border-right:1px #232628 solid;
	display:inline-block;
	text-decoration:none;
	float:left;
}
#prev em {
	display:block;
	border-right:1px #30373C solid;
	padding:10px 13px 8px;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#697279;
	letter-spacing:1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}
#next {
	border-left:1px #232628 solid;
	display:inline-block;
	text-decoration:none;
	float:right;
}
#next em {
	display:block;
	border-left:1px #30373C solid;
	padding:10px 13px 8px;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#697279;
	letter-spacing:1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}

#tabs ul {
	margin:0;
	padding:0;
	}
#tabs ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	}

.base-tabs {
	height: 40px;
	position:absolute;
	margin-left:5px;
}
.base-tabs li {
	font-size: 15px;
	line-height: 18px;
	color: #FF4641;
	float: left;
	list-style-type: none;
	height: 18px;

	padding-right: 4px;
	padding-left: 4px;
	margin-top: 14px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #BEBEBE;
	text-transform: uppercase;
	font-family: 'proxima_nova_cn_ltsemibold';
}

.base-tabs li:first-child, .base-tabs li.asep {
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8A0306;
	*/
	}
	



.touchabble {
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	display:block;
	position:absolute;
	z-index:100;
	background-image: url(../images/shad20.png);
	height:5000px;
}
.vigntophead {
	height: 200px;
	text-align:left;
	/*position:absolute;*/
	overflow:hidden;
	display: block;
}

#page0cnt .vigntophead {
position:absolute;
}

#contenerprepic {
	height: 200px;
	/*margin-right: 10px;*/
	text-align:left;
}
#pagearticle #firstvid {
	height: 173px;
	}
#contenerprepic img {
	width:100%;
	
	}

.vigntophead img {
}
.vigntophead .description {
	background: url("../images/shad20.png") repeat scroll 0 0 transparent;
	font-size: 12px;
	margin: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 320px;
	z-index: 2;
}
.vigntophead .description a {
	 /*font-family: Arial, Helvetica, sans-serif; */
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 10px;
	display: block;
	text-shadow:0px 2px 2px #000;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:50;
	box-shadow: 0 0 3px 1px #000;
	
	
	height:44px;
	/*overflow:hidden;*/
}
#entpicon span {
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:44px;
	height:44px;
	display:block;
	float: right;
	background-position: center center;
}
#entpicon #btnsearch {
	background-image: url(../images/ico_search.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

#entpicon #btnmoncompte {
	background-image: url(../images/ico_moncompte.png);
	background-repeat: no-repeat;

}


#entpicon .btnsearchact {
	background-image: url(../images/retina/ico_search_grey.png) !important ; 
	background-color: #EAEAEA;
	background-size: 28px 24px;
}



#entpicon #btnalert {
	background-image: url(../images/ico_pho.png);
	background-repeat: no-repeat;
}
.blkartheadline {
	min-height: 80px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-position: 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.blkobjheadline {
	
	
	background-color: #F3F3F3;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding:10px;
}


.blkartlist {
min-height: 56px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:5px;
	background-color: #FFF;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-position: 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}



.linkcat {
	
	color: #B1B1B1;
	font-size: 11px;
	text-decoration: none;
	margin-right: 5px;
}


.bgcolrtlinfo {
	background-color: #FF5000;
	}
.bgcolrtlsport {
	background-color: #FF5000;
	}
.bgcolrtlpeople {
	background-color: #FF5000;
	}
.bgcolrtlgojimag {
	background-color: #FF0303;
	}



.linkcatrtl{
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	background-color: #FF5000;
	padding: 2px;
}

.linkcatrtlsport {
	text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #050505;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.linkcatrtlpeople {
	text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #9E0D9E;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.linkcatrtlpourlui {
	text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #0086B1;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.linkcatrtldirectvideos {
	text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #0086B1;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}




.linkcatrtlpourelle {
	text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #D02386;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}


.bgcolrtlgojimag {

		text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
	background-color: #FF0303;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	}

.linkcatmagazine {
	text-transform: uppercase;
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	margin-right: 5px;
/*	background-color: #72AF08; */
	background-color: #1E287D;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.biglinkcatrtl {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	margin-right: 0px;
	margin-left:0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #F7F7F7;
	display: block;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	background-image: url(../images/arraydown.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	

	color: #FFF;
	background-color: #E34A03;

	
}

 .relativtitlertl {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	height: 30px;
	background-image: url(../images/arraydown.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}

.medlinkcatrtl {
	color: #B00105;
	font-size: 14px;
	text-decoration: none;
	margin-right: 0px;
	margin-left:0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #F7F7F7;
	display: block;
	line-height: 28px;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	
}




.acttime {
	font-size: 10px;
	color: #FF5000;
}


.blkartheadline h2, .blkartheadline h2 a, .blkartlist h2, .blkartlist h2 a{
	font-size: 16px;
	color: #000;
	padding: 0px;
	font-weight:normal;
	display: block;
	min-height: 30px;
	margin-top: 2px;
	overflow: hidden;
	text-decoration: none;
	line-height: 20px;
	word-spacing: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;		
}
#navigzonel2 {
	background-color: #3C0203;
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F0102;
}

#navigzonel3 {
	height:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}



#minimeteo {
	float: right;
	height: 36px;
	margin-top:2px;
	width: 35px;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	background-image: url(icometeo/defaut.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 10px;
	font-size: 16px;
	text-align: right;
	padding-right:25px;
}

#entpicon #minimeteo {
	margin-right: 5px;
	height: 40px;
}

.loader {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 150px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 40px;
}

.vignetform1 {
	float: left;
	height: 80px;
	width: 80px;
	margin-right:10px;
	background-color: #CCC;	
	}
	
	.vignetform2 {
	float: right;

	height: 64px;
	width: 100px;
	margin-left:10px;
	/*background-position: -25px 0px;*/
	background-color: #CCC;
	background-position: center center;
	}
	
	
	
	
#sidebar li.hide {
	display:none;
	
	}	
	

#sidebar li.iconrtlinfo, #sidebar li.iconrtlsport, #sidebar li.iconrtlpeople, #sidebar li.iconrtlpourlui, #sidebar li.iconrtlpourelle, #sidebar li.iconmeteo,  #sidebar li.icontrafic, #sidebar li.iconhoros, #sidebar li.iconrtlvideos, #sidebar li.icongame, #sidebar li.apptvi, #sidebar li.apprtlbe, #sidebar li.apptvi, #sidebar li.apptelevie, #sidebar li.appbel, #sidebar li.appcontact, #sidebar li.iconconnect, #sidebar li.iconrtlgojimag, #sidebar li.iconsnap, #sidebar li.iconsso, #sidebar li.iconrtldirect, #sidebar li.iconrtlregion, #sidebar li.iconvous, #sidebar li.othersites   {
	background-image: url(../images/retina/navbaricons_o.png);
	background-repeat: no-repeat;
	background-size: 25px 2000px;
		
	}   

#sidebar li.iconrtlinfo.active, #sidebar li.iconrtlsport.active, #sidebar li.iconrtlpeople.active, #sidebar li.iconrtlpourlui.active, #sidebar li.iconrtlpourelle.active, #sidebar li.iconmeteo.active,  #sidebar li.icontrafic.active, #sidebar li.iconhoros.active, #sidebar li.iconrtlvideos.active, #sidebar li.icongame.active, #sidebar li.apptvi.active, #sidebar li.apprtlbe.active, #sidebar li.apptvi.active, #sidebar li.apptelevie.active, #sidebar li.appbel.active, #sidebar li.appcontact.active, #sidebar li.iconconnect.active, #sidebar li.iconrtlgojimag.active, #sidebar li.iconsnap.active, #sidebar li.iconsso.active, #sidebar li.iconrtldirect.active, #sidebar li.iconrtlregion.active, #sidebar li.iconvous.active, #sidebar li.othersites.active   {
	background-image: url(../images/retina/navbaricons_a.png);
	background-repeat: no-repeat;
	background-size: 25px 2000px;
		
	}   



#sidebar li.iconrtlbe {
	background-position: 13px 10px;
}
#sidebar li.iconrtlinfo {
	
	background-position: 13px 10px;
}
#sidebar li.iconrtlsport {
background-position: 13px -40px;
}
#sidebar li.iconrtlpeople {
background-position: 13px -90px;
}
#sidebar li.iconrtlpourlui {
background-position: 13px -190px;
}
#sidebar li.iconrtldirect {
background-position: 13px -190px;
}
#sidebar li.iconrtlpourelle {
background-position: 13px -140px;
}
#sidebar li.iconrtlgojimag {
background-position: 13px -140px;
}

#sidebar li.iconrtlvideos {
background-position: 13px -240px;
}

#sidebar li.iconmeteo {
background-position: 13px -290px;
}
#sidebar li.icontrafic {
background-position: 13px -340px;
}
#sidebar li.iconhoros {
background-position: 13px -390px;
}
 #sidebar li.iconvous {
background-position: 13px -940px; 
 }
 
 #sidebar li.othersites {
background-position: 13px -990px; 
 }


#sidebar li.iconalerte{
	background-image: url(../images/alerticon.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-color:#052136;
}




 

#sidebar li.icongame {
background-position: 13px -440px;
}

#sidebar li.apptvi {
background-position: 13px -490px;
}

#sidebar li.apprtlbe {
background-position: 13px -540px;
}



#sidebar li.apptelevie {
background-position: 13px -590px;
}

#sidebar li.appbel {
background-position: 13px -640px;
}

#sidebar li.appcontact {
background-position: 13px -690px;
}

#sidebar li.iconconnect{
	background-position: 13px -740px;
}

#sidebar li.iconsnap{
	background-position: 13px -890px;
}

#sidebar li.iconsso{
	background-position: 13px -940px;
}

#sidebar li.iconrtlregion{
	background-position: 13px -1090px;
}




.search-wrapper {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.search-wrapper form {
	margin: 0px;
	padding: 0px;	
}
  #searchzone {
	background-color: #EAEAEA;
}


input.header-search {

display: inline-block;
height: 1.5;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 1.5;
color: #555;		
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
-o-transition: border linear 0.2s,box-shadow linear 0.2s;
transition: border linear 0.2s,box-shadow linear 0.2s;
width: 180px;
box-shadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset,
0px 2px 2px 0px rgba(255, 255, 255, 0.3);
}

.btn-primary {
	display: inline-block;
	padding: 4px 10px 4px;
	margin: 7px 5px 8px;
	line-height: 1.5;
	float:right;
	color: #555555;
	margin: 0;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: -ms-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D2D2D2));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: -o-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: linear-gradient(top, #FFFFFF,#D2D2D2);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D2D2D2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 15px;
	font-weight: bold;
 /*font-family: Arial, Helvetica, sans-serif; */
	border: 1px solid #B1B1B1;
}


.btn-modify {
	display: inline-block;
	padding: 4px 10px 4px;
	margin: 7px 5px 8px;
	line-height: 1.5;
	float:right;
	color: #555555;
	margin: 0;
	float:right;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: -ms-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D2D2D2));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: -o-linear-gradient(top, #FFFFFF, #D2D2D2);
	background-image: linear-gradient(top, #FFFFFF,#D2D2D2);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D2D2D2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	font-weight: bold;
	 /*font-family: Arial, Helvetica, sans-serif; */
	border: 1px solid #B1B1B1;
	text-decoration: none;
}

#searchzone {
	display:none;
	}

#alertinfoform {
	height: 440px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #052136;
	padding-bottom: 20px;
	width:100%;
}

#alertinfoform .intzon {
	width:302px;
	margin-left:auto;
	margin-right:auto;

}

#alertinfoform .subjal {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 26px;
	line-height: 26px;
	}
#alertinfoform  select {
	float:right;
	font-size: 14px;
	
	}
.sidebar-scroll hr {
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#alertinfoform .sidetexta {
	width: 292px;
	height: 130px;
	display: inline-block;
	height: 1.5;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	margin-top: 0px;
	
}
#alertinfoform .minitxt {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	color: #BEBEBE;
	margin-bottom:10px;
}
#disqus_thread iframe {
	margin-top: 20px;

}

#pagearticle {
	padding-top:10px;
	
	}


#pagearticle h1, #pagearticle .headline, #pagearticle .content {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#pagearticle h1 {

font-size: 28px;
 /*font-family: Arial, Helvetica, sans-serif; */
line-height: 34px;
font-weight: normal;
color: #000;
margin-top: 0px;
margin-bottom: 5px;


}

#pagearticle .headline {
	line-height: 19px;

line-height: 26px;
letter-spacing: 1px;
font-size:17px;


}


#pagearticle .content {
	line-height: 20px;

line-height: 26px;
letter-spacing: 1px;
font-size:16px !important ; 

}




#singlepage {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
.l1cattag {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 1px;
}
.l2cattag {
	font-size: 14px;
	line-height: 18px;
	color: #FF5000;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;

	padding-top: 1px;
	padding-bottom: 1px;

}

.l2share {
	font-size: 11px;
	line-height: 18px;
	color: #8C8C8C;
	margin-top:5px;
	margin-bottom:5px;
	
	text-decoration: none;
	display:none;

}


#breadcrumb {
	margin-top: 10px;
	float:left;
	width:300px;
	white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   -o-text-overflow:ellipsis; /* for Opera */
   overflow:hidden;
   display:block;
   max-width:300px; /* à adapter en fonction des besoins */
  
   float:left;	
   
  
	
	}
#content #bodyarticle ul {
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	}
#content p {
		margin-top: 15px;
		/*font-size: 14px;*/

	margin-bottom: 15px;
	}
.headline{
	font-weight: bold;
	font-size: 14px;
	}
 #singlepage #minimeteo {
	color: #333;
}

#sharezone {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	padding-top: 16px;
	padding-bottom: 16px;
	height:50px;
	}

#sharezone span {
 /*font-family: Arial, Helvetica, sans-serif; */
	font-size: 11px;
	color: #8E8E8E;
	margin-left: 10px;
	margin-top:10px;
	display:block;
	float:left;
	width:100%;

	
	}

#sharezone .greyz {
	width: 78px;
	height: 85px;
	float: right;
	background-color: #E4E4E4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
	background-image: url(../images/sharzbg.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
#sharezone .withz {
	width: 240px;
	float:left;
	
	}	

#sharezone a {
	width: 50px;
	margin-left: 12px;
	margin-right: 13px;
	height: 50px;
	background-position: center center;
	background-image: url(../images/commenticon.png);
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	float:left;
}

#sharezone a.fb {
		background-image: url(../images/fbshareicon.png);
	} 
#sharezone a.twt {
		background-image: url(../images/twtshareicon.png);
	}
#sharezone a.mail {
	background-image: url(../images/lettericon.png);
	} 
#bc_action a{
	background-repeat: no-repeat;
	float: right;
	height: 40px;
	width: 35px;

	text-decoration: none;
	background-position: center center;
	}
#bc_action a.bccom{
background-image: url(../images/bc_icon_com.png);
}
#bc_action a.bcshare{
	background-image: url(../images/bc_icon_sh.png);
}

.arttime {
	font-size: 12px;
	color: #71778C;
	margin-bottom: 10px;
	}
.arttime strong {
	color:#FF5000;
}
	
	
#progrhp {
	background-image: url(../images/bgprogtv.png);
		background-position: center bottom;
	background-repeat: repeat-x;	
	
	}
	
	#progrhp .inprogrhp {
	/* background-image: url(../images/bggrhpb.png); */
	background-position: center bottom;
	background-repeat: repeat-x;	
	}


#progrhp .titlegprog {
	line-height: 32px;
	color: #FFFFFF;
	background-image: url(../images/bggrhp.png);
	background-repeat: repeat-x;
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	}	
	
.elmgrprog {
	width: 93px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
	color: #1F297D;
	margin-bottom: 10px;
	margin-top: 5px;
	}	

.elmgrprog img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
	}
	
.tchaintvi {
	font-size: 10px;
	line-height: 13px;
	color: #B00105;
	background-image: url(../images/mnlogo_tvi.png);
	background-repeat: no-repeat;
	height: 13px;
	text-align: right;
	margin-bottom: 5px;
	font-weight: normal;
	}
	
.tchainclub {
font-size: 10px;
	line-height: 13px;
	color: #B00105;
	background-image: url(../images/mnlogo_club.png);
	background-repeat: no-repeat;
	height: 13px;
	text-align: right;
	margin-bottom: 5px;
	font-weight: normal;	
	}

.tchainplug {
font-size: 10px;
	line-height: 13px;
	color: #B00105;
	background-image: url(../images/mnlogo_plug.png);
	background-repeat: no-repeat;
	height: 13px;
	text-align: right;
	margin-bottom: 5px;
	font-weight: normal;	
	}
	
#grillbtn {
	float: right;
	background-image: url(../images/btngrille.png);
	height: 30px;
	width: 73px;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
.hpservicebg {
	background-image: url(../images/bghpserv.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;

	}
.hpservicebg2 {
	background-image: url(../images/bghpserv2.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 50px;
	text-align:right;
	margin-left:90px;
}

.hpservicebg2 a {
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	display: block;
	margin-right: 18px;
	float: left;
	text-decoration: none;
	background-position: center center;	
	}

#DivVideoYouTube, #DivVideoDailyMotion {
/*display:none;	*/
	}
	
#DivVideoYouTube iframe, #DivVideoDailyMotion iframe {
width:100%;
height:240px;
	}	
	
.dynamic_html iframe, .dynamic_html object, .dynamic_html embed  {
	width:100%;
/*	height:240px;*/
	
	
	}	
	
#postgallery {
	margin-top: 15px;
	margin-bottom: 15px;	
	}	
	
#postgallery a {
	height:80px;
	width:96px;
	overflow:hidden;
	display:block;
	float:left;
	text-align:center;
	margin:2px;

	
	} 	
	
#postgallery a img {
width:120px;
} 	
#alti_cnt {
	display:none;
	}	
 #alti_zn {
	 width:100%;
	 margin-top:44px;
	 
	 }	
.content a {
	color: #000;	
}	
	
#alertinfo {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	background-color: #CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 70px;
	border: 1px solid #AC0206;
	background-image: url(../images/bgurgnet.png);
	background-repeat: no-repeat;
	min-height: 27px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	/*
	#alertinfo .upmod{
	background-image: url(../images/alertinfo_320.png);
	height: 30px;
	width: 90px;
	position: absolute;
	z-index: 2;
	text-decoration: none;
		}
	*/
#alertinfo a {
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	display: block;
	}	
	
.scroller {width: 520px; height:30px; white-space: nowrap;
margin-left:-200px;
  overflow: hidden;
  overflow-x:-webkit-marquee;
  -webkit-marquee-direction: backward;
  -webkit-marquee-style: scroll;
  -webkit-marquee-speed: fast;
  -webkit-marquee-increment: small;
  -webkit-marquee-repetition: 50;
  overflow-x: marquee-line;
  marquee-direction: backward;
  marquee-style: scroll;
  marquee-speed: fast;
  marquee-play-count: 50;
  display:block;
}

.relatedtitle {
	background-image: url(../images/bgflbaslight.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	color: #9F9F9F;
	padding-top: 10px;
	padding-bottom: 10px;
		border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	
	
	border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #DFDFDF;	
	
	}


#topnabibar {
	background-color: #666;
	height: 44px;
	background-image: url(../images/topbgnavibar.png);
	background-repeat: repeat-x;	
	}
#topnabibar a {
	display:block;
	background-image: url(../images/logortlbe.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 44px;
	width: 80px;
	margin-left: 12px;	
	padding: 0;
	}
#switchalert a {
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 55px;	
	}
	
	

.navtitle {
	font-size: 14px;
	line-height: 43px;
	text-transform: uppercase;
	background-color: #052136;
	height: 43px;
	padding-left: 10px;
	background-image: url(../images/nabtitlebg.png);
	background-position: right center;
	background-repeat: no-repeat;
	}	
	
.cressesgrey {
	background-image: url(../images/crossgrey.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 15px;
	width: 15px;
	display:none;	
	}	
	

.clear {
	clear:both;
	
	}
	
#resultsearchmeteo a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	
.floatlist {
	color: #333;
	background-color: #EEE;
	margin: 10px;
	-moz-box-shadow: 0 0 1px 1px #888;
	-webkit-box-shadow: 0 0 1px 1px #888;
	box-shadow: 0 0 1px 1px #888;
	}

#relativeposts .relitems {
	height:80px;
}
#relativeposts .relitems img {
	height: 62px;
	width: 112px;
	float: left;
	margin-right: 10px;
	border: 1px solid #9CA2AB;	
}
#relativeposts .relitems h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#relativeposts .relitems a {
	text-decoration: none;
}

#singlevideotimb {
	width:300px;
	height: 160px;
		margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	}

#singlevideotimb .bigbtnplay {
	width:300px;
	height: 160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/play_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	position:absolute;
	z-index:1000;

}

 #splash_goads {
	position: absolute;
	left: 0px;
	top: 30px;
	right: 0px;
	z-index: 500;
	 }
.bnextbtn {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #999;
	text-align: center;
	display: block;
	height: 40px;
	text-decoration: none;
	margin-top: 15px;
	}
	
	
	
#tophpzone {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top:10px;
}



#editablezonehp {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.blhp_l {
	float: left;
	height: 96px;
	width: 198px;
	background-color: #E4E4E4;
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
	position: relative;
	background-position: center center;
	text-decoration: none;
	}
	
.blhp_n {
	float: left;
	height: 96px;
	width: 96px;
	background-color: #E4E4E4;
	margin-right:6px;
	margin-bottom:6px;
	display: block;
	overflow: hidden;
position: relative;
	background-position: center center;	
	text-decoration: none;
	}

.blhp_add {
	float: left;
	height: 96px;
	width: 96px;
	background-color: #E4E4E4;
	margin-right:6px;
	margin-bottom:6px;
	display: block;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-image: url(../images/addcnt.png);
	text-decoration: none;
	text-decoration: none;
}

.blhp_n span, .blhp_l span {
	bottom: 0;
	left: 0;
	position: absolute;
	/* width: 100%;*/
	z-index: 2;
	color: #FFF;
	
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.bgtrance_rtlbe {
	background-image: url(../images/bgtrance_rtlbe.png);	
}	
.bgtrance_info {
	background-image: url(../images/bgtrance_info.png);	
}	
.bgtrance_facebook {
	background-image: url(../images/bgtrance_facebook.png);	
}
.bgtrance_sport {
	background-image: url(../images/bgtrance_videos.png);	
}
.bgtrance_pourlui {
	background-image: url(../images/bgtrance_pourlui.png);	
}	
.bgtrance_pourelle {
	background-image: url(../images/bgtrance_pourelle.png);	
}
.bgtrance_people {
	background-image: url(../images/bgtrance_people.png);	
}			

.blhp_n span.bgtrance_direct {
	background-image: url(../images/bgtrance_direct.png);
	padding-left:28px;	
	}
		
.hptitle {
	background-image: url(../images/bghptitles.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 30px;
	color: #FFF;
	height: 30px;
	padding-left: 10px;
	font-size: 13px;
	background-color: #CCC;
	}
.hptitle_services {
	background-color: #236CAA;
	letter-spacing: 1px;
}
.hptitle_selection {
background-color: #A30206;
}
.hptitle_channels {
background-color: #1F297D;
}

.hptitle_livevid {
	background-color: #282828;
}


#lb_goads {
	margin-bottom:10px;
	
	}

#lb_goads_ad_container {
	height: 50px;
	overflow: hidden;
	}

#newhpserv {
	height:55px;
	border: 1px solid #A4C2DD;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/bg_deg_hpserv.png);
	background-repeat: repeat;
	background-position: center top;
	}  

#newhpserv a {
	width:98px;
	height:55px;
	display:block;
	float:left;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center 0px;
	}  


#newhpserv a.hpservmeteo {
	background-image: url(../images/hpsrv_meteo.png);

	}
#newhpserv a.hpservtrafic {
	background-image: url(../images/hpsrv_trafic.png);	
}

#newhpserv a.hpservhoros {
	background-image: url(../images/hpsrv_horos.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A4C2DD;
	border-left-color: #A4C2DD;
	}


#disqus_thread a {
	color:#333;
    font-weight: normal;
	}

#navigzonel2 #btnalert  {
	background-image: url(../images/retina/alertbtn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:105px 37px;
	float:right;
	margin-top:4px;
	height: 37px;
	width: 105px;	

	/*
	
	height: 26px;
	font-size: 10px;
	line-height: 42px;
	color: #FFF;
	float: right;
	display:block;
	padding-left:30px;
	margin-right:5px;
	line-height: 18px;
	height: 18px;
	margin-top: 0px;
	background-color: #5060CB;
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
	box-shadow: 0 0 3px 1px #090000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	*/
	 
	}
	
.livlblhp {	
background-image:url(../images/bgblkblocklive.png)
}

.livlblhplist {	
background-image:url(../images/journalnz.jpg)
}





.whitebox{
	background-color: #FFF;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	}


h1 a.toptitle {
	 /*font-family: Arial, Helvetica, sans-serif; */
	font-size: 24px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 10px;

	}

 
#allobox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	background-image: url(../images/allobx_bgb.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;

	}
	
	


	
#allobox .titleallobox {
	background-image: url(../images/allobx_title.png);
	background-repeat: no-repeat;
	height: 23px;
	background-position: 4px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	}
#allobox .titleallobox a {
	background-color: #EE1C24;
	font-size: 12px;
	line-height: 11px;
	color: #FFF;
	padding: 5px;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/retina/allobx_bgr.png);
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#allobox a.boxcontest {
	font-size: 14px;
	color: #00376F;
	min-height:50px;
	float: left;
	margin-left:10px;
	margin-right:10px;
	background-color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	
	padding-bottom: 10px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADBBCD;
	display:block;
	width:300px;
	
	
	}
	
.vignetalloctst	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	height: 48px;
	width: 50px;
	margin-right: 10px;
	
	}
	#allobox a.boxcontest span {
		
		}
		
	a.buttonbluetv {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/allobx_bgt.png);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	display: block;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
		}	




.sepzone {
	

	padding-top: 16px;
	padding-bottom: 16px;
	height:5px;
	}

.mobpopup{
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 20px;
	padding: 10px;
	border: 4px solid #EEE;	
	}
	
#alertpopup {
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	right:0;
	background-color: #e5e5e5;
	border: solid 2px #ccc;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
	font-size: 12px;
	color: #3b3b3b;
	font-family: Arial, Sans-Serif;
	background-image: url(../images/corner_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
		
@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-device-pixel-ratio: 2/1) { 
  /* Retina-specific stuff here */
  

#sidebar li.iconalerte{
	background-image: url(../images/retina/alerticon.png);
	background-repeat: no-repeat;
	background-size: 26px 19px;
	background-color:#052136;
	
}

  
 #ar_l_topbar {
	background-image: url(../images/retina/tophead_left2.png);
	background-repeat: no-repeat;
	background-size: 171px 43px;
}
#ar_r_topbar {
	background-image: url(../images/retina/tophead_right.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #A50206;
	background-size: 146px 43px;
}


#entpicon #btnalert {
	/*
background-image: url(../images/retina/ico_pho.png);
background-repeat: no-repeat;
background-size: 28px 24px;
	*/
	display:none;
}
  
#entpicon #btnsearch {
background-image: url(../images/retina/ico_search.png);
background-repeat: no-repeat;
margin-right: 5px;
background-size: 28px 24px;
}  



#entpicon #btnmoncompte {
	background-image: url(../images/retina/ico_moncompte.png);
	background-repeat: no-repeat;
	background-size: 28px 24px;
}

#topbar {
	height:44px;
	padding-left:10px;
	background-image: url(../images/retina/toplogo_rtlbe_640.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 140px 44px;

}







#topnabibar a {
	display:block;
	background-image: url(../images/retina/logortlbe.png);
	background-size: 73px 29px;
	}
  
  
  
  
  
  
  
  
  
  
  
  .hpservicebg {
	background-image: url(../images/retina/bghpserv.png);
	background-size: 800px 50px;

	}
.hpservicebg2 {
	background-image: url(../images/retina/bghpserv2.png);
	background-size: 12px 50px;
}

.hpservmeteo {
	background-image: url(../images/retina/hpsrv_meteo.png);
	background-size: 50px 50px;
	}
.hpservtrafic {
	background-image: url(../images/retina/hpsrv_trafic.png);
	background-size: 50px 50px;	
}

.hpservhoros {
	background-image: url(../images/retina/hpsrv_horos.png);
	background-size: 50px 50px;	
	}


  
  
#sharezone a {
	background-image: url(../images/retina/commenticon.png);
    background-size: 50px 50px;	
}

#sharezone a.fb {
		background-image: url(../images/retina/fbshareicon.png);
		background-size: 50px 50px;	
	} 
#sharezone a.twt {
		background-image: url(../images/retina/twtshareicon.png);
		background-size: 50px 50px;	
	}
#sharezone a.mail {
	background-image: url(../images/retina/lettericon.png);
	background-size: 50px 50px;	
	} 

#bc_action a.bccom{
background-image: url(../images/retina/bc_icon_com.png);
background-size: 25px 20px;	
}
#bc_action a.bcshare{
	background-image: url(../images/retina/bc_icon_sh.png);
	background-size: 25px 20px;	
} 
  
  
.tchaintvi {

	background-image: url(../images/retina/mnlogo_tvi.png);
	background-size: 50px 13px;	

	}
	
.tchainclub {

	background-image: url(../images/retina/mnlogo_club.png);
	background-size: 50px 13px;	
	}

.tchainplug {

	background-image: url(../images/retina/mnlogo_plug.png);
	background-size: 50px 13px;		
	}  
.biglinkcatrtl, .relativtitlertl {
	background-image: url(../images/retina/arraydown.png);
	background-size: 32px 32px;		
}
.relatedtitle {
	background-image: url(../images/retina/bgflbaslight.png);
	background-size: 13px 13px;	
	}
.bgtrance_direct {
	background-image: url(../images/retina/bgtrance_direct.png);
	background-size: 96px 25px;
		
	}
	












#newhpserv a.hpservmeteo {
	background-image: url(../images/retina/hpsrv_meteo.png);
	background-size: 50px 50px;	
	}
#newhpserv a.hpservtrafic {
	background-image: url(../images/retina/hpsrv_trafic.png);
	background-size: 50px 50px;		
}

#newhpserv a.hpservhoros {
	background-image: url(../images/retina/hpsrv_horos.png);
	background-size: 50px 50px;	
	}

.blhp_add {

	background-image: url(../images/retina/addcnt.png);
	background-size: 96px 96px;	

}

#allobox {
	background-image: url(../images/retina/allobx_bgb.png);
		background-size: 13px 65px;	
}

#allobox .titleallobox {
	background-image: url(../images/retina/allobx_title.png);
		background-size: 105px 23px;	
}



#alertinfo {
background-image: url(../images/retina/bgurgnet.png);
background-size: 64px 31px;	
}


.navtitle {

	background-image: url(../images/retina/nabtitlebg.png);
background-size: 32px 32px;	
	}	

.cressesgrey {
	background-image: url(../images/retina/crossgrey.png);
	background-size: 15px 12px;	
	}	


}



/* end */
#sidebar li.noico {
	background-image:none;
	

	}
#sidebar li.noico a{
	padding-left: 15px;
}

.adscross {
	position: absolute;
	/*top: 10px; */
	margin-top: -480px;
	padding:15px;
	right: 0px;
	z-index:1000;
	width:100%;
	height:30px;
	background-image: url(../images/adscross.png);
	background-repeat: no-repeat;
	background-position: center 10px;		
	background-size: 320px 50px;
}

.adscross img {
	display:none;
	}


.in320 {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
	
#txt_cc41_acceptrules label {
	line-height: 14px !important;
	font-size: 10px !important;

	}
	
.cc41_submitbutton {
	padding: 4px 12px !important;
	line-height: 32px !important;
font-size: 16px !important;
margin-top: 10px !important;
	}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* rtl info base */
	
	
	.medlinkcatrtl {
	color:#555;
	
}





/*   */
 #topbar {
	height:44px;
	padding-left:10px;
	background-image: url(../images/toplogo_newinfo.png);
	background-position: center top;
	background-repeat: no-repeat;
}

 #ar_r_topbar {
	background-color:#005080;
	
	
	
}
 #navigzonel2 {
	background-color: #FFF;
	box-shadow: 0 0 5px 2px #BEBEBE;
	border-bottom-style: none;

}

.base-tabs li:first-child, .base-tabs li.asep {
	border-right-color: #BEBEBE;
}
 .base-tabs li.on {
	color:#FF4900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF4900;
	padding-bottom: 10px;
	
}
 #minimeteo {
	color: #CCC;
}

.blkartheadlinelive {
	color: #FFF;
	background-color: #005080;	
	}
/*
.blkartheadlinelive .linkcatrtl {
	color: #959EDF;	
	}
*/
.blkartheadlinelive.blkartheadline h2 a {
	color: #FFF;	
	}


		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
				
@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-device-pixel-ratio: 2/1) { 
  /* Retina-specific stuff here */
  
#topbar {
	height:44px;
	padding-left:10px;
	background-image: url(../images/retina/toplogo_newinfo.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 140px 44px;

}

}





















.cc14modal-dialog {
	border: 2px solid #053856;
	border-radius: 5px;
	margin-left: -130px;
	position: fixed;
	left: 50%;
	top: -100%;
	z-index: 11;
	width: 260px;
	-webkit-transform: translate(0, -500%);
	-ms-transform: translate(0, -500%);
	transform: translate(0, -500%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 20%;
	color: #CCC;
	background-color: #00446D;
	text-align:center;
}
.cc14modal-dialog h2 {
	color: #E1E3EF;
	font-size:20px;	
}
.cc14modal-dialog p {

}

.cc14modal-footer {
	background-color:#053856;
	height:35px;
	padding:10px;
	}
	
.cc14modal-body, .cc14modal-header {
		background-color:#00446D;
		padding:10px;
	}	

.cho_btn_yes {
	border: 1px solid #3DC9A4;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
	min-width: 60px;
	position: relative;
	transition: color .1s ease;
	background-color: #3FCAA3;/* top: 40em; */
	float:left;
}

.cho_btn_no {
	border: 1px solid #E37C7F;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	min-width: 60px;
	position: relative;
	transition: color .1s ease;
	background-color: #F27982;
	float: right;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;/* top: 40em; */
}





















/* ====================== lines button ==================================================*/
.lines-button {
/*  padding: 2rem 1rem;*/
padding-top:2px;
padding-left:2px;
  transition: 2s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  /* */
}


.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
	 -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
  display: inline-block;
  width: 1.5rem;
  height: 0.2rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, 0.1);   
}
.lines:before, .lines:after {
   -webkit-transition-delay: 3s; /* Safari */
    transition-delay: 3s;
  display: inline-block;
  width: 1.5rem;
  height: 0.2rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
    transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;

box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, 0.1);   
  
}





.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

/*
.lines-button:hover .lines:before {
  top: 0.6rem;
}
.lines-button:hover .lines:after {
  top: -0.6rem;
}
*/
.lines-button.close {
  /*-webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);*/
}




.open .lines-button.x .lines {
  background: transparent;
  	box-shadow:none;
}
.open  .lines-button.x .lines:before, .open  .lines-button.x .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  left:0.5rem;
  width: 1.5rem;
  margin-left:-0.3rem;
    opacity: 1;

	
}
.open .lines-button.x .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.open  .lines-button.x .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}


#content .textnews img {
	width:100% !important;
	height:auto !important;

	
	}
	
	
#userScreensDiv {

top: 7px;
}




.fb_iframe_widget iframe {
	width:300px !important;
	
	}