/*--------------------------------------------------
    DEFINITION  Feuille de style générale
    VERSION		11-01-2010
--------------------------------------------------*/

/* ---------------------------- +
+ 			Color codes			+
+ ---------------------------- */

	/* bleu [dossiers] ...... #3399FF 
	+ rose [chroniques]	... #FF3493 
	+ violet [émissions]	... #3A35FF 
	+ jaune [vite-dits] ..... #FEA503 
	+ vert [forums] .......... #94C41B 
	+ gris [liens] .............. #7990A7 
	+ bleu @si  [logo] ...... #6C829e */

/* ---------------------------- +
+ 			Summary				+
+ ---------------------------- */

	/* 
	1.RESET (styles généraux) 
	2.STYLES DE BASE 
	3.MISE EN PAGE
	4.BLOCS
	5.DOSSIERS ET CONTENUS
	6.PICTOGRAMMES
	7.BLOC UTILISATEUR
	8.AGENDA
	9.MON COMPTE
	10.MOBILES
	11. NOS PUBLICATIONS
	12.FORUM 
	*/

	
	/* -------------------------------------------------------------------*/
	/* ---------->>> 1.RESET (styles généraux) <<<-----------*/
	/* ------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td,hr {
	margin:0;
	padding:0;
	outline:0 ;
	}	
table { border-collapse:collapse;border-spacing:0 }
body,fieldset,img,abbr,acronym,hr { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal; 
	}
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
q:before,q:after { content:''; }
hr  {
	_margin:-7px 0;
	display:block;
	height:1px;
	color:#808080;
	background-color:#808080;
	clear:both; 
	}
body *  { line-height:1.22em; }
input[type=submit],input[type=button] {
	overflow:visible;
	_width:1px; 
	}
button,input.button {
	overflow:visible;
	_width:1px; 
	}
textarea {
	height:58px;
	overflow-y:scroll; 
	}
body { background:#fff; }
div {
	text-align:left;
	background:transparent; 
	}
a:hover, a:active, ul#onglets-emissions li a, ul#onglets-agenda li a { outline:0; }
a:focus { outline:1; }


	/* ---------------------------------------------------------*/
	/* ---------->>> 2. STYLES DE BASE <<<-----------*/
	/* ---------------------------------------------------------*/


body { font:11px helvetica,arial,verdana,"Bitstream Vera Sans",clean,sans-serif; }
table { 
	font-size:inherit; 
	font:11px; 
	}
input,button,textarea { font:99% helvetica,arial,verdana,"Bitstream Vera Sans",clean,sans-serif; }
pre,code,kbd {
	font:115% monospace;
	_word-spacing:1px;
	_letter-spacing:1px;
	_font-size:100%; 
	}
form { font-family:arial,helvetica,verdana,"Bitstream Vera Sans",clean,sans-serif; }

		/*--- Titres ---*/
		
h1,h2,h3,h4,h5,h6 {
	font-family:helvetica,arial,verdana,"Bitstream Vera Sans",clean,sans-serif; 
	font-size:11px; 
	font-weight:bold 
	}
h3 {
	font-size:16px; 
	margin:15px 0 10px; 
	}
h4 {
	font-size:13px; 
	margin:15px 0 10px; 
	}
.bloc-divers h4 a {
	font-size:13px; 
	margin:15px 0 10px; 
	}
#contenu-agenda h3 { margin:0; }

		/*--- Liens ---*/
		
a {
	color:#6c829e; 
	font-weight:bold; 
	font-size:10px;
	text-decoration:none; 
	}

		/*--- Polices ---*/
		
a:hover {
	color:#000; 
	text-decoration:none; 
	}
	a.chevron:hover,a.chevrons:hover {
		background-color:transparent; 
		text-decoration:none;
		}
	a.chevron:hover span,a.chevrons:hover span { text-decoration:underline; }
		
.asiPictoFleche { vertical-align:middle; }

/*@font-face {
    font-family: 'Arimo';
    src: local('Arimo'),
       url("Arimo.ttf") format('truetype');
}*/

		/*--- Buttons en lien - utilise js pour IE ---*/
		
button.chevrons {
	background:transparent;
	border:0; 
	}
button.hover span.button-chevrons,button:hover span.button-chevrons { text-decoration:underline; }
.low { text-transform:none; }

		/*--- Styles utiles ---*/
		
html { overflow-y:scroll; }
.gras,.bold { font-weight:bold; }
.error,.erreur,.required,.requis { 
	color:red; 
	font-weight:bold; 
	}
br.spacer { 
	clear:both;
	font-size:0;
	line-height:0; 
	}
.center { text-align:center; }
.left { float:left; }
.right { float:right; }
.alignright { text-align:right; }
.list-outside { 
	display:block; 
	margin-left:0.9em; 
	text-indent:-0.9em; 
	}
.notop { 
	margin-top:0 !important; 
	padding-top:0 !important;
	}
.nobordertop { margin-top:15px; }
.nobtop { margin-top:5px; }
td object { float:right; }
td { vertical-align:top; }
.contenu-html td { vertical-align:middle !important; }
.full-size { width:686px !important; }

		/*--- Tooltips ---*/
		
#tooltip h3 { font-weight:normal; }
a.info, div.info, span.info { position:relative; /*this is the key*/ /*z-index:3300;*/ }

a.info span, div.info span, span.info span { 
	display:none;
	text-indent:0px; 
	font-size:11px; 
	}
a.info:hover span, div.info:hover span, span.info:hover span { 
	z-index:3000; 
	display:block; 
	position:absolute; 
	border: 1px solid #000; 
	background-color: #fff; 
	padding:10px; 
	font-family:helvetica,arial,verdana,"Bitstream Vera Sans",clean,sans-serif; 
	font-weight:normal; 
	color:black; 
	bottom:2em; 
	left:2em; 
	width:15em;
	} /*the span will display just on :hover state*/
	
div.info:hover span,
span.info:hover span { font-weight:bold;}
#col_right div.info { z-index:23;}
div.info:hover span { z-index:3000;}

		/*--- Pagination (vite dit) ---*/
#nav-vitedit {
	width:260px; 
	height: 19px; 
	overflow:hidden; 
	line-height:19px; 
	position:relative;
	}
	#nav-vitedit img { 
		float:right; 
		position:absolute; 
		top:0; 
		right:0;
		}
#paginate { height:19px;}
#paginate span {line-height:19px;}
.qp_disabled { 
	display:none; 
	color: #ccc;
	}
.qp_pagenumber { font-weight:bold;}

		/*--- Zoom ---*/
.zoom_legende {
	color: navy;
	font-size:9px;
	}

		/*--- Lightbox (http://leandrovieira.com)  ---*/
#jquery-overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
#jquery-lightbox {position: absolute;top: 0;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav {position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%;height: 100%;zoom: 1;display: block;}
#lightbox-nav-btnPrev {left: 0;float: left;}
#lightbox-nav-btnNext { right: 0; float: right;}
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;overflow: auto;width: 100%;padding: 0 10px 0;}
#lightbox-container-image-data {padding: 0 10px;color: #666;}
#lightbox-container-image-data #lightbox-image-details  {width: 70%; float: left; text-align: left;}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {display:block;clear:left; padding-bottom:1.0em;}			
#lightbox-secNav-btnClose {	width:66px;	float:right; padding-bottom:0.7em;}

		/*--- Colorbox (http://colorpowered.com/colorbox) ---*/

			/*  ColorBox Core Style (a garder pour faciliter les mises a jours */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:visible;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

			/* ColorBox User style */
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxContent{margin-top:32px;}
#cboxLoadedContent{background:transparent; padding:0; margin:0;}
#cboxLoadingGraphic{background:url("/images/loading-colorbox.gif") center center no-repeat;}
#cboxLoadingOverlay{background:#5E5E5E;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url("/images/controls.png") 0 0 no-repeat;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

	/* ------------------------------------------------------*/
	/* ---------->>> 3. MISE EN PAGE <<<-----------*/
	/* ------------------------------------------------------*/


		/*--- General ---*/
#headercontainer { 
	text-align:center; 
	clear:both; 
	z-index:3200; 
	background:transparent url("/images/header/cont-bg.gif") top center repeat-x; 
	height:64px; 
	position:relative;
	}
#footercontainer { 
	text-align:center; 
	clear:both; 
	position:static; 
	z-index:1; 
	background:transparent url("/images/footer/cont-bg.gif") bottom center repeat-x; 
	height:35px;
	}
#pagecontainer { 
	text-align:center; 
	clear:both; 
	position:static; 
	z-index:1; 
	background:transparent url("/images/cont-bg.gif") 1px 0 repeat-y; 
	margin:0 auto; 
	width:955px; 
	padding: 0 0 20px 0; 
	text-align:justify;
	}
#maincontent {
	width:955px; 
	margin:0 auto; 
	clear:both;
	}
#bloc_une { 
	float:left; 
	width:366px;
	}
#bloc_carrousel { 
	float:right; 
	width:366px; 
	padding-right:13px;
	}
#col_main { 
	float:left; 
	width:758px; 
	padding:15px 0 0 10px;
	}
#col_left {
	float:left; 
	width:470px;
	}
#col_center {
	float:left; 
	margin-left:15px;
	width:250px;
	}
#col_right {
	float:left; 
	width:166px; 
	padding:0 10px 10px 10px; 
	min-height:400px; 
	_height:100%; 
	background:transparent url("/images/right-bg.jpg") center top repeat-x; 
	background-color:#c1c1c1;
	}
#col_center_double { 
	float:left; 
	margin-left:13px; 
	margin-top:15px;
	}
#header { 
	width:955px; 
	margin:0 auto; 
	clear:both; 
	background-color:transparent; 
	position:relative; 
	height:64px;
	}
#footer { 
	width:955px; 
	margin:0 auto; 
	clear:both; 
	height:35px;
	}

		/*--- Header ---*/
#header-menu { 
	height:64px; 
	background:transparent url("/images/header/menu/barre.png") left bottom no-repeat; 
	background-color:#6f6f6f;
	}
	#header-menu li { 
		float:left; 
		height:48px; 
		line-height:48px; 
		text-align:center; 
		text-indent:-5000px;
		}
		#header-menu li a { 
			height:48px; 
			display:block; 
			background-position:left top; 
			text-indent:-5000px;
			}
			
			#header-menu li a:focus, #header-menu li a:active { 
				background-position:right top;
				}
			
			/* Menu version connecté */
#header-menu .item-1 { background:transparent url("/images/header/menu/menu_1.png") left top no-repeat; width:201px;}
#header-menu .item-2 { background:transparent url("/images/header/menu/menu_2.png") left top no-repeat; width:112px;}
#header-menu .item-3 { background:transparent url("/images/header/menu/menu_3.png") left top no-repeat; width:155px;}
#header-menu .item-4 { background:transparent url("/images/header/menu/menu_4.png") left top no-repeat; width:122px;}
#header-menu .item-5 { background:transparent url("/images/header/menu/menu_5.png") left top no-repeat; width:90px;}
#header-menu .item-6 { background:transparent url("/images/header/menu/menu_6.png") left top no-repeat; width:87px;}
#header-menu .item-7 { background:transparent url("/images/header/menu/menu_login.png") left top no-repeat; width:188px; padding-top:1px;}
#header-menu .item-7 a, #header-menu .item-7 { text-indent:0; display:inline;}
#header-menu .item-1:hover { background-position:right top;}
#header-menu .item-2:hover { background-position:-112px top;}
#header-menu .item-3:hover { background-position:-155px top;}
#header-menu .item-4:hover { background-position:-122px top;}
#header-menu .item-5:hover { background-position:-90px top;}
#header-menu .item-6:hover { background-position:-87px top;}
			/* Menu version déconnecté */
#header.deconnecte #header-menu .item-2 { background:transparent url("/images/header/menu-deconnecte/menu_2.png") left top no-repeat; width:100px;}
#header.deconnecte #header-menu .item-3 { background:transparent url("/images/header/menu-deconnecte/menu_3.png") left top no-repeat; width:141px;}
#header.deconnecte #header-menu .item-4 { background:transparent url("/images/header/menu-deconnecte/menu_4.png") left top no-repeat; width:111px;}
#header.deconnecte #header-menu .item-5 { background:transparent url("/images/header/menu-deconnecte/menu_5.png") left top no-repeat; width:137px;}
#header.deconnecte #header-menu .item-6 { background:transparent url("/images/header/menu-deconnecte/menu_6.png") left top no-repeat; width:77px;}
#header.deconnecte #header-menu .item-2:hover { background-position:-100px top;}
#header.deconnecte #header-menu .item-3:hover { background-position:-141px top;}
#header.deconnecte #header-menu .item-4:hover { background-position:-111px top;}
#header.deconnecte #header-menu .item-5:hover { background-position:-137px top;}
#header.deconnecte #header-menu .item-6:hover { background-position:-77px top;}
#header-menu .selected,
#header.deconnecte #header-menu .selected { background-position:right top;}
#header .bg-selected-0 { background:transparent url("/images/header/menu/barre.png") left bottom no-repeat;}
#header .bg-selected-1 { background:transparent url("/images/header/menu/barre_1.png") left bottom no-repeat;}
#header .bg-selected-2 { background:transparent url("/images/header/menu/barre_2.png") left bottom no-repeat;}
#header .bg-selected-3 { background:transparent url("/images/header/menu/barre_3.png") left bottom no-repeat;}
#header .bg-selected-4 { background:transparent url("/images/header/menu/barre_4.png") left bottom no-repeat;}
#header .bg-selected-5 { background:transparent url("/images/header/menu/barre_5.png") left bottom no-repeat;}
#header .bg-selected-6 { background:transparent url("/images/header/menu/barre_6.png") left bottom no-repeat;}
#header.deconnecte .bg-selected-2 { background:transparent url("/images/header/menu-deconnecte/barre_2.png") left bottom no-repeat;}
#header.deconnecte .bg-selected-3 { background:transparent url("/images/header/menu-deconnecte/barre_3.png") left bottom no-repeat;}
#header.deconnecte .bg-selected-4 { background:transparent url("/images/header/menu-deconnecte/barre_4.png") left bottom no-repeat;}
#header.deconnecte .bg-selected-5 { background:transparent url("/images/header/menu-deconnecte/barre_5.png") left bottom no-repeat;}
#header.deconnecte .bg-selected-6 { background:transparent url("/images/header/menu-deconnecte/barre_6.png") left bottom no-repeat;}
			/* Sous-menu Chroniqueurs */
#chroniqueurs-menu { 
	background:transparent url("/images/header/pop_btm.png") center bottom no-repeat; 
	padding-bottom:4px; 
	position:absolute; 
	top:48px; 
	left:469px; 
	width:122px; 
	z-index:3500!important; 
	font-size:10px; 
	display:none;
	}
#chroniqueurs-menu ul { border-bottom:1px solid #ced5dd;}
#chroniqueurs-menu li { 
	height:23px; 
	line-height:25px; 
	background:#fff url("/images/header/ss-menu-chro.gif") left bottom no-repeat; 
	border-right:1px solid #ced5dd; 
	border-left:1px solid #ced5dd; 
	border-top:1px solid #ced5dd; 
	padding-left:12px; 
	color:#8696ab;
	}
#chroniqueurs-menu li a { 
	height:23px; 
	display:block; 
	line-height:25px; 
	color:#8696ab;
	}
#chroniqueurs-menu li a:hover, #chroniqueurs-menu li a:focus, #chroniqueurs-menu li a:active { 
	text-decoration:none; 
	color:#ff338e;
	}
#chroniqueurs-menu .selected { color:#ff338e;}
#header.deconnecte #chroniqueurs-menu { left:443px;}

			/* Sous-menu Emissions */
#emissions-menu { 
	background:transparent url("/images/header/pop_btm.png") center bottom no-repeat; 
	padding-bottom:4px; 
	position:absolute; 
	top:48px; 
	left:202px; 
	width:112px; 
	z-index:3500!important; 
	font-size:10px; 
	display:none;
	}
#emissions-menu ul { border-bottom:1px solid #ced5dd;}
#emissions-menu li { 
	height:23px; 
	line-height:25px; 
	background:#fff url("/images/header/ss-menu-emi.gif") left bottom no-repeat; 
	border-right:1px solid #ced5dd; 
	border-left:1px solid #ced5dd; 
	border-top:1px solid #ced5dd; 
	padding-left:12px; 
	color:#8696ab;
	}
	#emissions-menu li a { 
		height:23px; 
		display:block; 
		line-height:25px; 
		color:#8696ab;
		}
		#emissions-menu li a:hover, #emissions-menu li a:focus, #emissions-menu li a:active { 
			text-decoration:none; 
			color:#3A35FF;
			}
			
#emissions-menu .selected { color:#ff338e;}

		/*--- Carrousel ---*/
#wrap-emi {	
	margin:0 auto;
	width:340px; 
	height:240px;
	}
#emi-asi, #emi-src, #emi-dlt { 
	padding:10px 10px; 
	width:320px; 
	float:left; 
	background-color:#fff
	}
#onglets-emissions { 
	position:absolute; 
	height:40px; 
	width:364px;
	bottom:0;
	left:5px;
	}
#onglets-emissions li {	display:inline;}
#onglets-emissions li a { 
	display:block; float:left; height:40px; text-indent:-9999px;}
#onglets-emissions li#emi-1 a { 
	background: url("/images/carrousel/home-onglet-asi.png") no-repeat 0 -80px; width: 115px; }
#onglets-emissions li#emi-1.active a { 
	background: url("/images/carrousel/home-onglet-asi.png") no-repeat 0 0; width: 115px; }
#onglets-emissions li#emi-1.prev a { 
	background: url("/images/carrousel/home-onglet-asi.png") no-repeat 0 -40px; width: 115px; }
#onglets-emissions li#emi-2 a { 
	background: url("/images/carrousel/home-onglet-dlt.png") no-repeat 0 -80px; width: 122px;}
#onglets-emissions li#emi-2.active a { 
	background: url("/images/carrousel/home-onglet-dlt.png") no-repeat 0 0; width: 122px;}
#onglets-emissions li#emi-2.next a { 
	background: url("/images/carrousel/home-onglet-dlt.png") no-repeat 0 -40px; width: 122px;}
#onglets-emissions li#emi-3 a { 
	background: url("/images/carrousel/home-onglet-src.png") no-repeat 0 -80px; width: 122px;}
#onglets-emissions li#emi-3.active a { 
	background: url("/images/carrousel/home-onglet-src.png") no-repeat 0 0; width: 122px;}
#onglets-emissions li#emi-3.next a { 
	background: url("/images/carrousel/home-onglet-src.png") no-repeat 0 -40px; width: 122px;}

		/*--- Footer ---*/
#footer-menu { 
	height:31px; 
	padding:4px 0 0 13px;
}
#footer-menu li a { 
	height:31px; 
	display:block; 
	text-indent:-5000px;
}
#footer-menu li { 
	float:left; 
	height:31px; 
	line-height:31px; 
	text-align:center; 
	text-indent:-5000px;
}
#footer-menu li a { 
	background-position:right top;
	background-repeat: no-repeat;
}
#footer-menu .item-1 { background-image:url(/images/footer/menu/menu_1.png); width:54px;}
#footer-menu .item-2 { background-image:url(/images/footer/menu/menu_2.png); width:84px;}
#footer-menu .item-3 { background-image:url(/images/footer/menu/menu_3.png); width:58px;}
#footer-menu .item-4 { background-image:url(/images/footer/menu/menu_4.png); width:51px;}
#footer-menu .item-5 { background-image:url(/images/footer/menu/menu_5.png); width:50px;}
#footer-menu .item-6 { background-image:url(/images/footer/menu/menu_6.png); width:70px;}
#footer-menu .item-7 { background-image:url(/images/footer/menu/menu_7.png); width:92px;}
#footer-menu .item-8 { background-image:url(/images/footer/menu/menu_8.png); width:95px;}
#footer-menu .item-9 { background-image:url(/images/footer/menu/menu_9.png); width:65px;}
#footer-menu .item-10 { background-image:url(/images/footer/menu/menu_10.png); width:78px;}
#footer-menu .item-11 { background-image:url(/images/footer/menu/menu_11.png); width:55px;}
#footer-menu .item-12 { background-image:url(/images/footer/menu/menu_12.png); width:46px;}
#footer-menu .item-13 { background-image:url(/images/footer/menu/menu_13.png); width:102px;}
#footer-menu .item-14 { background-image:url(/images/footer/menu/menu_14.png); width:41px;}
#footer-menu li a:hover { background-position:left top;}
#footer-menu .selected { background-position:left top;}

		/*--- Contenu HTML ---*/
.bloc-bande-contenu  {
	background:transparent url("/images/blocs/fonds/cont-html-doss-1-bg.png") left bottom repeat-y;
	width:737px;
	border-bottom:1px solid #BEC6D1;
	border-left:1px solid #BEC6D1;
	border-right:1px solid #BEC6D1;
	position:relative;
}
.bloc-bande-contenu-chro  {
	background:transparent url("/images/blocs/fonds/cont-html-chro-1-bg.png") left bottom repeat-y !important;
}	
.bloc-bande-contenu-emi  {
	background:transparent url("/images/blocs/fonds/cont-html-emi-1-bg.png") left bottom repeat-y !important;
}
#container-contenu-html  {
	width:707px;
	background:transparent url("/images/blocs/fonds/cont-html-doss.png") bottom left no-repeat;
	padding:14px 0 0 30px;
	position:relative;
}	
#container-contenu-html .filet {
	width:680px;
}
.container-contenu-html-chro  {
	background:transparent url("/images/blocs/fonds/cont-html-chro.png") bottom left no-repeat !important;
}
.container-contenu-html-emi  {
	background:transparent url("/images/blocs/fonds/cont-html-emi.png") bottom left no-repeat !important;
}
#titrage-contenu {
	font-weight:bold;
	margin-left:-25px;
	padding-left:25px;
	padding-right:70px;
	background:transparent url("/images/blocs/fonds/titre-cont-bg.png") bottom left repeat-x;
}	
#titrage-contenu .typo-titre {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
#titrage-contenu .typo-titre:hover {color:#000;}
#titrage-contenu .typo-sous-titre {
	font-size:16px;
	font-weight:bold;
	text-transform:none;
}
#footer-contenu, #footer-contenu .typo-date  {font-size:13px;}
#footer-contenu a {
	font-size:13px;
	font-weight:bold;
}
.outils-contenu {
	font-weight:bold;
	background-color:#fff;
	min-height:30px;
	height:30px;
	margin-left:-25px;
	padding-left:25px;
	position:relative;
}
.outils-contenu img {
	vertical-align:middle;
	margin-right:3px;
}
.outils-contenu a {
	margin-right:16px;
}
.votecup {
	position:absolute;
	top:8px;
	left:27px;
}	
.outils-divers {
	position:absolute;
	top:8px;
	left:190px;
}	
.bg-page-contenu {
	margin-left:-25px;
	padding-left:25px;
	background:transparent url("/images/blocs/fonds/main-cont-bg.png") top left repeat-x;
	width:707px!important;
}
.contenu-html {
	width:680px;
	padding-top:10px; 
	padding-bottom:20px;
	font-size:13px;
	color:#030303;
	overflow:hidden;
	text-align:justify;
}
.contenu-html td embed, .contenu-html td object, .contenu-html td p {
	width:320px !important;
}
.contenu-html p {
	width:680px;
	margin:0;
	padding:7px 0 7px 0;
	line-height:16px!important;
}
.contenu-html table {
	width:680px;
	margin:0 0 7px 0
}
.contenu-html td {
	width:320px;
	text-align:justify;
	vertical-align:top !important;
	line-height:16px!important;
}
.contenu-html em, .contenu-html em * {
	font-style:italic;
	line-height:16px!important;
}
.contenu-html hr {
	border-bottom:1px dotted #BEC6D1;
	width:680px;
	height:1px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1px;
	font-size:1px;
}
.contenu-html strong, .contenu-html strong a,.contenu-html strong * {
	font-weight:bold;
	line-height:16px!important;
}
.contenu-html a {
	text-decoration:underline;
	font-size:13px;
	font-weight:normal;
	line-height:16px!important;
}
.contenu-html u {
	text-decoration:underline;
	line-height:16px!important;
}
.contenu-html .chapeau, .contenu-html .chapeau * {
	font-size:14px;
	color:#030303;
	font-weight:bold;
	line-height:17px!important;
}
.contenu-html .inter-titre {
	font-size:14px;
	color:#030303;
	font-weight:bold;
	text-transform:uppercase;
	line-height:17px!important;
}
.contenu-html .citation, .contenu-html blockquote {
	font-size:13px;
	color:#030303;
	font-style:italic;
	line-height:17px!important;
}
.contenu-html .surlignage-fluo {
	background-color:#ffe7a3;
	line-height:16px!important;
}
.contenu-html .regardez, .contenu-html .regardez * {
	font-size:13px;
	color:#b0b0b0;
	font-weight:bold;
	line-height:16px!important;
}
.contenu-html .texte-barre {
	text-decoration:line-through;
}
.contenu-html ul {
	list-style-image: url(/images/puce.gif);
	padding:5px 20px 5px 20px;
}
.bloc-bande-vite .contenu-html {/* Pour les italiques qui sont tronqués à droite */
	padding-right:1px;
} 


	/* ----------------------------------------------*/
	/* ---------->>> 4.BLOCS	 <<<-----------*/
	/* ----------------------------------------------*/



		/*--- Typographie ---*/
#nuage-tags { border:1px solid #AEB7C6; background:#fff url("/images/blocs/fonds/mot-cles-bg.png") bottom left no-repeat; padding:8px; text-align:justify;}
.right-rub { background:#fff url("/images/blocs/fonds/mot-cles-bg.png") bottom left no-repeat;padding:8px;text-align:justify;font-size:11px;border-bottom:1px solid #AEB7C6;border-right:1px solid #AEB7C6;border-left:1px solid #AEB7C6;}
.right-rub-porte {width:138px;background-color:#fff;background:#fff url("/images/blocs/fonds/cont-chro.png") bottom left no-repeat;margin:0;border-bottom:1px solid #AEB7C6;border-left:1px solid #AEB7C6;border-right:1px solid #AEB7C6;position:relative;padding: 10px 10px 10px 15px;}
.right-rub a {font-size:11px;}
.typo-mono {font-family:courrier new,monospace;}
.typo-info {color:#999;font-size:10px}
.typo-date {color:#999;font-size:10px;font-weight:bold;}
.typo-heure {color:#999;font-size:30px;font-weight:bold;}
.typo-nombre {color:#6e6e6e;font-weight:bold;font-size:10px;}
.typo-vite-rub {color:#6e6e6e;font-size:14px;font-weight:bold;} 
.typo-centre-titre, .typo-dup-titre, .typo-centre-dup-titre {font-size:12px; font-weight:bold; text-transform:uppercase; color:#000;}
.typo-centre-sous-titre {text-transform:none;}
.typo-droite-titre {font-size:11px;font-weight:bold;text-transform:uppercase;color:#000;}
.typo-droite-sous-titre {text-transform:none;}
.typo-droite-titre:hover, .typo-centre-titre:hover, #dossier-bandeau a:hover, #dossier-bandeau {color:#3399ff;}
.typo-chro-titre, .typo-dup-titre {font-size:12px;font-weight:bold;text-transform:uppercase;color:#000;}
.typo-chro-sous-titre { text-transform:none;}
.typo-vite-titre { font-size:20px;font-weight:bold;text-transform:uppercase;color:#000;}
.typo-vite-titre:hover { color:#3399ff;}
.typo-vite-sous-titre { font-size:16px;font-weight:bold;text-transform:none;}
.typo-description { font-size:11px;padding:5px 0 0 0;}
.typo-type-article { font-size:10px;font-weight:bold;color:#3399ff;}
.typo-emi-presente-par { font-size:13.5px; font-weight:bold; color:#aaa; letter-spacing:-0.5px; }
.typo-emi-presente-par strong { color:#000; font-weight:bold;}
.typo-emi-intro { font-size:12px;}
.typo-emi-frequence { font-size:13.5px; font-weight:bold; color:#4e00f9; letter-spacing:-0.5px;}
.typo-titre-page-chro {color:#fff;font-size:16px;text-transform:uppercase;font-weight:bold;margin-left:25px;}
.typo-titre-page-chro:hover {color:#fff}
.typo-titre-page-doss {color:#fff;font-size:16px;text-transform:uppercase;font-weight:bold;margin-left:25px;}
.typo-titre-page-doss:hover {color:#fff}
.typo-titre-page-chro {color:#fff;font-size:16px;text-transform:uppercase;font-weight:bold;margin-left:15px;}
.typo-titre-page-chro:hover {color:#fff}
.typo-titre {color:#000;font-size:16px;text-transform:uppercase;}
.typo-sous-titre {font-size:14px;text-transform:none;}
.typo-titre:hover {color:#3399ff;}
.typo-titre img {padding-right:4px;}
.bloc-contenu-8.typo-titre img, .bloc-contenu-10 .typo-titre img {vertical-align:-2px;}
.bloc-contenu-11 .typo-titre img, .bloc-contenu-11 .typo-centre-titre img, .bloc-contenu-9 .typo-titre img
{vertical-align:-3px;}
			/* Typo en bleu */
.color-redac {color:#3399ff !important;}
			/* Typo en rose */
.color-chro, .bloc-rech-chro .typo-type-article, .bloc-contenu-1-chro .typo-type-article,.bloc-contenu-1-chro  .typo-titre:hover, .bloc-contenu-2-chro .typo-type-article, .bloc-contenu-2-chro .typo-centre-titre:hover, .bloc-contenu-3 .typo-droite-titre:hover, .bloc-contenu-5-chro .typo-type-article, .bloc-chroniqueur-1 .typo-titre:hover, .bloc-contenu-5-chro .typo-titre:hover, .bloc-contenu-5-chro .typo-sous-titre:hover, .bloc-contenu-6 .typo-titre:hover, .bloc-contenu-6 .typo-sous-titre:hover, .bloc-contenu-chro-7 .typo-droite-titre:hover, .bloc-contenu-chro-7 .typo-type-article, .bloc-contenu-3 .typo-droite-titre:hover, .typo-chro-titre:hover, a.band-chro:hover, span.band-chro, .liens-chro a, .typo-chro, .bloc-contenu-12-chro .typo-titre:hover, .bloc-contenu-12-chro .typo-sous-titre:hover, .bloc-contenu-12-chro .typo-type-article, .bloc-contenu-chro-14 .typo-droite-titre:hover, .bloc-alaune-home-chro .typo-titre:hover, .bloc-alaune-home-chro .typo-type-article, .bloc-gratuit-1-chro .typo-vite-titre:hover, .bloc-agenda-chro .typo-type-article, .bloc-agenda-chro .typo-titre:hover 
{color:#ff3493 !important;}
			/* Typo en violet */
.color-emi, .bloc-rech-emi .typo-titre:hover, .bloc-contenu-1-emi .typo-type-article,.bloc-contenu-1-emi  .typo-titre:hover, .bloc-contenu-2-emi .typo-type-article, .bloc-contenu-2-emi .typo-centre-titre:hover, .bloc-contenu-5-emi .typo-type-article, .bloc-emission-1 .typo-titre:hover, .bloc-contenu-5-emi .typo-titre:hover, .bloc-contenu-5-emi .typo-sous-titre:hover, .bloc-contenu-emi-7 .typo-droite-titre:hover, .bloc-contenu-emi-7 .typo-type-article, a.band-emi:hover, span.band-emi, .liens-emi a, .typo-emi, .bloc-contenu-8 .typo-titre:hover, .bloc-contenu-8 .typo-sous-titre:hover, .bloc-contenu-8 .typo-type-article, .bloc-contenu-9 .typo-titre:hover, .bloc-contenu-9 .typo-sous-titre:hover, .bloc-contenu-9 .typo-type-article, .bloc-contenu-10 .typo-titre:hover, .bloc-contenu-10 .typo-sous-titre:hover, .bloc-contenu-10 .typo-type-article, .bloc-contenu-11 .typo-centre-titre:hover, .bloc-contenu-11 .typo-centre-sous-titre:hover, .bloc-contenu-11 .typo-type-article, .bloc-contenu-12-emi .typo-titre:hover, .bloc-contenu-12-emi .typo-sous-titre:hover, .bloc-contenu-12-emi .typo-type-article, .bloc-contenu-emi-14 .typo-droite-titre:hover, .bloc-dup-1 .typo-type-article, .bloc-contenu-carrousel .typo-type-article, .bloc-contenu-carrousel .typo-centre-titre:hover, .bloc-dup-emi .typo-type-article, .bloc-dup-emi .typo-dup-titre:hover, .bloc-alaune-home-emi .typo-titre:hover, .bloc-alaune-home-emi .typo-type-article, .bloc-gratuit-1-emi .typo-vite-titre:hover, .bloc-agenda-emi .typo-type-article, .bloc-agenda-emi .typo-titre:hover 
{color:#3A35FF !important;}
			/* Typo en jaune */
.color-vite, .bloc-vite-contenu-3 .typo-titre:hover, .bloc-contenu-vite-7 .typo-droite-titre:hover, .bloc-contenu-vite-7 .typo-type-article, .bloc-gratuit-1-vite .typo-vite-titre:hover, .bloc-alaune-home-vite .typo-type-article, .bloc-alaune-home-vite .typo-titre:hover, .bloc-vite-gratuit-1 .typo-type-article, .bloc-vite-gratuit-1 .typo-droite-titre:hover, .bloc-vite-gratuit-2 .typo-vite-titre:hover, .bloc-rech-vite .typo-type-article, .bloc-rech-vite .typo-titre:hover, .bloc-contenu-5-vite .typo-type-article, .bloc-contenu-5-vite .typo-titre:hover, .bloc-contenu-5-vite .typo-sous-titre:hover
{color: #fea503 !important;}
			/* Typo en vert */
.color-forum, .typo-dup-titre:hover, .typo-centre-dup-titre:hover { color:#94c41b;}
.bloc-dup-3 .typo-description { font-weight:normal; color:#000;}
.bloc-dup-3 .typo-description:hover  {font-weight:normal; color:#94c41b;}
			/* Typo en gris */
.bloc-agenda-gris .typo-type-article, .bloc-agenda-gris .typo-titre:hover 
{color: #7990a7 !important;}

		/*--- Filet de séparation ---*/
.filet { background:transparent url("/images/filet.gif") top left repeat-x; width:100%; height:1px; margin:5px 0 5px 0; padding:0; line-height:1px; font-size:1px;}
.filet-blanc { width:100%;height:1px;padding:0;background:#fff none;color:#fff;margin:0;line-height:1px;font-size:1px;border:0;_margin:-1px;}
.filet-gris-contenu-seul { width:739px;height:1px;padding:0;background:#BEC6D1 none;color:#BEC6D1;margin:0;line-height:1px;font-size:1px;border:0;_margin:-1px;}

		/*--- Liens Blocs ---*/
.lnk-tout-forums { width:108px; height:19px; display:block; padding:0 0 0 152px;}
.lnk-tout-forums-droite { width:108px; height:19px;display:block; padding:0 0 0 57px;}
.lnk-tout-dossiers { width:106px; height:19px;display:block; padding:0 0 0 154px;}
.lnk-tout-dossiers-home { width:106px; height:19px;display:block; padding:0 0 0 364px;}
.lnk-toutes-emissions { width:117px; height:19px;display:block; padding:0 0 0 143px;}
.lnk-toutes-emissions-home { width:123px; height:19px;display:block; padding:0 0 0 347px;}
.lnk-tous-gratuits { width:110px; height:19px;display:block; padding:0 0 0 150px;}
.lnk-tout-content { width:147px; height:19px;display:block; padding:0 0 0 323px;}
.lnk-tout-content-home {width:147px; height:19px;display:block; padding:0 0 0 113px;}
.lnk-tout-asi { width:148px; height:19px;display:block; padding:0 0 0 322px;}
.lnk-tout-lignejaune { width:125px; height:19px;display:block; padding:0 0 0 345px;}
.lnk-tout-dansletexte { width:132px; height:19px;display:block; padding:0 0 0 338px;}
.lnk-tout-auxsources { width:132px; height:19px;display:block; padding:0 0 0 338px;}
#liens-vers-emi .lnk-tout-asi { width:148px; height:19px; padding:0 47px 0 48px; display:inline;}
#liens-vers-emi .lnk-tout-lignejaune { width:125px; height:19px; padding:0 59px; display:inline;}
#liens-vers-emi .lnk-tout-dansletexte { width:132px; height:19px; padding:0 55px 0 56px; display:inline;}
#liens-vers-emi .lnk-tout-auxsources { width:132px; height:19px; padding:0 55px 0 56px; display:inline;}
.lnk-tout-archives-gratuites { width:161px; height:19px; display:block; padding:0 0 0 99px;}
.lnk-compte { width:165px; height:46px; display:block; padding:0; margin-top:15px;}
.lnk-aide { width:165px; height:46px; display:block; padding:0; margin-top:15px;}
.lnk-plan-site { width:165px; height:46px; display:block; padding:0; margin-top:15px;}
.lnk-agenda { width:165px; height:46px; display:block; padding:0; margin-top:15px;}
.lnk-daily { width:162px;height:51px;display:block; padding:0;margin-top:15px;border:1px solid #FFF;}
.lnk-abo { width:165px; height:67px;display:block; padding:0;margin-top:15px;}
.lnk-tout-chro { width:215px; height:19px;display:block; padding:0 0 0 524px;}
.lnk-tout-vites { width:110px;height:19px;display:block; padding:0 0 0 150px;}
.lnk-plus-de-vitedit { width:105px; height:19px;display:block; padding:0 0 0 365px;}
.lnk-tout-making { width:115px;height:19px;display:block; padding:0 0 0 50px;}
.lnk-tout-flux { width:115px;height:19px;display:block; padding:0 0 0 78px;}
.lnk-tout-porte { width:115px;height:19px;display:block; padding:0 0 0 50px;}
.liens-doss a { color:#3399ff;}
.liens-chro a:hover, .liens-emi a:hover, .liens-doss a:hover { color:#000 !important;}
.lnk-vite-titre { position:absolute; top:0; left:0; width:739px; height:37px; text-indent:-9999px;}
.lnk-deplier { background: url("/images/icono/ico_deplier_12.png") no-repeat 0 0; padding-left:15px; cursor:pointer; color:#6c829e; font-weight: bold;}
.lnk-replier { background: url("/images/icono/ico_plier_12.png") no-repeat 0 0; padding-left:14px; cursor:pointer; color:#6c829e; font-weight: bold; margin-left:10px;}
.lnk-deplier:hover, .lnk-replier:hover { color:#000;}

		/*--- Colonne droite ---*/	

#col_right .submit { 
	width:16px; 
	height:16px; 
	border:none; 
	cursor:pointer; 
	background: url("/images/icono/ico_rechercher_16px.png") no-repeat left top; 
	_background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icono/ico_rechercher_16px.png', sizingMethod='crop'); 
	text-indent:-5000px;
}
#col_right form { 
	background:#fff url("/images/blocs/fonds/mot-cles-bg.png") bottom left no-repeat;
	padding:8px;
	text-align:justify;
	font-size:11px;
	border-bottom:1px solid #AEB7C6;
	border-right:1px solid #AEB7C6;
	border-left:1px solid #AEB7C6;
}
#col_right .oneline { 
	padding-top:16px; 
	height:22px;
}
#col_right hr { 
	height:1px; 
	padding:0; 
	color:#FFF; 
	background-color:#FFF; 
	border:0; 
	margin:20px 0; 
	width:163px;
}
#col_right .photo-daniel { 
	display:block; 
	width:165px; 
	height:87px; 
	border-bottom:1px solid #AEB7C6;
}

.right-tools { 
	display: block; 
	background:transparent;
}
.right-tools-duo { 
	background:#fff url("/images/blocs/fonds/outil-duo-bg.png") bottom left no-repeat; 
	font-size:11px; 
	width:140px; 
	height:59px; 
	padding-right:8px; 
	padding-left:17px; 
	_width:117px;
}
.right-tools-duo a { 
	display:block; 
	height:17px; 
	width:150px; 
	padding-top:9px; 
	_width:140px;
}
.right-rss { 
	border:1px solid #AEB7C6; 
	background-color:#fff; 
	width:163px; 
	overflow:hidden; 
	padding:0; 
	margin:0;
}
.right-rss a img {
	display: block;
}

.right-neufquinze, .right-newsletter {
	width: 163px;
}

a.emi-right{background-image:url('/images/blocs/fonds/col-droite/right-emi.png');}
a.emi-right:hover{color: #3a35ff;}
a.articles-right, a.dossier-right{background-image:url('/images/blocs/fonds/col-droite/right-articles.png');}
a.articles-right:hover, a.dossier-right:hover{color: #3399ff;}
a.chro-right{background-image:url('/images/blocs/fonds/col-droite/right-chro.png');}
a.chro-right:hover{color: #ff3493;}
a.chro-right-haut{background-image:url('/images/blocs/fonds/col-droite/right-chro-haut.png');}
a.chro-right-haut:hover{color: #ff3493;}
a.vite-right{background-image:url('/images/blocs/fonds/col-droite/right-vite.png');}
a.vite-right:hover{color: #878D99;}
a.twitter-asi{background-image : url(/images/blocs/fonds/col-droite/twitter-fond.png); }
a.twitter-asi:hover {color:#5DC4E0;}
a.lnk-facebook{background-image : url(/images/blocs/fonds/col-droite/facebook-fond.png); }
a.lnk-facebook:hover{color:#3B5998;}
a.bouton-915 {background-image : url(/images/blocs/fonds/fond-seul-haut.png);}
a.bouton-915:hover {color:#7990a7;}
a.bouton-gazette {background-image : url(/images/blocs/fonds/fond-seul.png);}
a.bouton-gazette:hover {color:#7990a7;}

			/*Mise en forme commune menu déroulant (titres + sous-titres) + blocs colonne droite*/
.navigation li.toggleSubMenu a, .navigation li.toggleSubMenu span, .navigation li.toggleSubMenu.open a, .navigation li.toggleSubMenu.open span, a.emi-right, a.articles-right, a.chro-right, a.chro-right-haut, a.dossier-right, a.vite-right, a.twitter-asi, a.lnk-facebook, a.bouton-915, a.bouton-gazette, #rss-site{
	background-position: center bottom;
	display: block; 
	font-size: 9pt;
	font-weight: bold;
	color: #878d99;
}
			/*Mise en forme commune menu déroulant (titres ouverts + sous-titres) + blocs colonne droite*/
.navigation li.toggleSubMenu a:hover, .navigation li.toggleSubMenu.open a:hover, #rss-site, #rss-emi, #rss-articles, #rss-chro, #rss-vite, #rss-forums, #rss-cup, #rss-netvibes, #rss-google, #rss-itunes, #rss-autres, a.emi-right:focus, a.emi-right:hover, a.articles-right:focus, a.articles-right:hover, a.chro-right:focus, a.chro-right:hover, a.chro-right-haut:focus, a.chro-right-haut:hover, a.dossier-right:focus, a.dossier-right:hover, a.vite-right:focus,a.vite-right:hover, a.twitter-asi:focus, a.twitter-asi:hover, a.lnk-facebook:focus, a.lnk-facebook:hover, a.bouton-915:focus, a.bouton-915:hover, a.bouton-gazette:focus, a.bouton-gazette:hover{
	background-position: top;
	display: block;	
}
			/*Mise en forme commune menu déroulant (sous-titres) + blocs seuls accueil + blocs rss sur pages dédiées*/
.navigation li.toggleSubMenu a,  .navigation li.toggleSubMenu a:hover, .navigation li.toggleSubMenu span, .navigation li.toggleSubMenu.open a, .navigation li.toggleSubMenu.open span, a#rss-site, a.emi-right, a.articles-right, a.chro-right, a.chro-right-haut, a.dossier-right, a.vite-right, a.twitter-asi, a.lnk-facebook, a.bouton-915, a.bouton-gazette{
	padding: 10px 0 0 20px;
	height: 24px;
}
			/*Mise en forme des sous-titres */		
#rss-emi, #rss-articles, #rss-chro, #rss-vite, #rss-forums, #rss-netvibes, #rss-google, #rss-itunes, #rss-autres, #sarkozistan, #allah-todd{
	padding-left: 30px;
	height: 24px;
}
/* Mise en forme spéciale pour les blocs + hauts que les autres */
a.chro-right-haut, a.chro-right-haut:hover, a.bouton-915, a.bouton-915:hover{
	padding: 5px 0 0 20px;
	height: 35px;
}

		/*--- Menu déroulant en jquery ---*/
	
			/* Mise en page menu ouvert */
.navigation li.toggleSubMenu .open a, .navigation li.toggleSubMenu .open a:hover, .navigation li.toggleSubMenu .open span{padding: 0px 0 0 0px; }

			/* Mise en forme des déroulants */
.navigation { 
	background-color: transparent; 
	border: none; 
	margin: 0; 
	overflow: hidden; 
	padding: 0;
	width: 163px;
}
			/* Mise en forme des titres */
.navigation li.toggleSubMenu a, .navigation li.toggleSubMenu span, .navigation li.toggleSubMenu.open a, .navigation li.toggleSubMenu.open span, a#rss-site{background-image:url('/images/blocs/fonds/col-droite/right-fond.png');}
.navigation li.toggleSubMenu a:hover, .navigation li.toggleSubMenu.open a:hover, .navigation li.toggleSubMenu.open a:hover, a#rss-site:hover{color:#7990a7;}

			/*Mise en forme des sous-titres */

.navigation{background-image:url('/images/blocs/fonds/col-droite/rss-menu-articles.png');}
#rss-articles{background-image:url('/images/blocs/fonds/col-droite/rss-menu-articles.png');}
#rss-articles:hover{color:#3399ff;}
#rss-autres{background-image:url('/images/blocs/fonds/col-droite/rss-menu-flux.png');}
#rss-autres:hover{color:#ff8635;}
#rss-chro{background-image:url('/images/blocs/fonds/col-droite/rss-menu-chro.png');}
#rss-chro:hover{color:#ff3493;}
#rss-cup{	/*plus haute que les autres */
	background-image:url('/images/blocs/fonds/col-droite/rss-menu-cup.png');
	height: 30px;
	padding: 5px 0 5px 30px;
}
#rss-cup:hover{color:#6eb72a;}
#rss-emi{background-image:url('/images/blocs/fonds/col-droite/rss-menu-emi.png');}
#rss-emi:hover{color:#3a35ff;}
#rss-forums{background-image:url('/images/blocs/fonds/col-droite/rss-menu-forums.png');}
#rss-forums:hover{color:#94c41b;}
#rss-google{background-image:url('/images/blocs/fonds/col-droite/rss-menu-google.png');}
#rss-google:hover{color:#7990a7;}
#rss-itunes{background-image:url('/images/blocs/fonds/col-droite/rss-menu-itunes.png');}
#rss-itunes:hover{color:#006be3;}
#rss-netvibes{background-image:url('/images/blocs/fonds/col-droite/rss-menu-netvibes.png');}
#rss-netvibes:hover{color:#5cc420;}
#rss-vite{background-image:url('/images/blocs/fonds/col-droite/rss-menu-vite.png');}
#rss-vite:hover{color:#fea503;}


		/*--- Blocs principaux ---*/
#redaction-mea {width:366px;height:37px;background:#fff url("/images/blocs/titres/accueil/a-la-une-auj.png") top left no-repeat;padding:0;text-indent: -5000px;}
#vitedit-mea {width:366px;height:37px;background:#fff url("/images/blocs/titres/accueil/a-la-une-auj-vitedit.png") top left no-repeat;padding:0;text-indent: -5000px;}
#emission-mea {width:366px; height:37px; background:#fff url("/images/blocs/titres/accueil/a-la-une-auj-emi.png") top left no-repeat; padding:0; text-indent:-5000px;}
#emission-mea-home-emi {width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/a-la-une-cette-semaine.png") top left no-repeat;}
#article-mea-gratuit {width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/gratuit-vite/a-la-une-auj.png") top left no-repeat;}
#emission-mea-gratuit {width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/gratuit-vite/a-la-une-auj-emi.png") top left no-repeat;}
#vitedit-mea-gratuit {width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/gratuit-vite/a-la-une-auj-vite.png") top left no-repeat;}
#chronique-mea-gratuit {width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/gratuit-vite/a-la-une-auj-chro.png") top left no-repeat;}
#dossiers-mea{width:470px;height:37px;background:#fff url("/images/blocs/titres/accueil/a-la-une-aujourdhui-bleu.png") top left no-repeat;padding:0;text-indent: -5000px;}
#dossiers-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/dossiers-en-cours.png") top left no-repeat;}
#dossiers-maj-home-doss {width:470px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/dossiers-contenus/dossiers-en-cours.png") top left no-repeat;}
#vitedit-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/vite-dit.png") top left no-repeat;}
#vitedit-maj-home-vite { width:470px; height:37px; font-size:14px; font-weight:bold; padding:0; margin-top:15px; text-indent: -5000px; background:transparent url("/images/blocs/titres/gratuit-vite/derniers-vite-dit.png") top left no-repeat;}
#votes-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/votes.png") top left no-repeat;}
#votes-gratuits-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/votes-gratuit.png") top left no-repeat;}
#emissions-maj {width:366px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/les-emissions.png") top left no-repeat;}
#emissions-maj-home-emi {width:470px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/les-dernieres-emissions.png") top left no-repeat;}
#emissions-top3-lignejaune {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/le-top-3-lignejaune.png") top left no-repeat;}
#emissions-top3-dansletexte {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/le-top-3-dansletexte.png") top left no-repeat;}
#emissions-top3-auxsources {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/le-top-3-auxsources.png") top left no-repeat;}
#emissions-top3-asi {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/le-top-3-asi.png") top left no-repeat;}
#chronique-mea {width:366px;height:37px;background:#fff url("/images/blocs/titres/chroniques/a-la-une-aujourdhui-rose.png") top left no-repeat;padding:0;text-indent: -5000px;}
#chronique-making {width:366px;height:36px;background:#fff url("/images/blocs/titres/chroniques/le-making-of-rose.png") top left no-repeat;padding:0;text-indent: -5000px;}
#chronique-maj { width:366px;height:21px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/chroniques/chez-les-chroniqueurs.png") top left no-repeat;}
#accueil-anciennes-chro {width:740px;height:37px;background:#fff url("/images/blocs/titres/chroniques/anciennes-chro-rose.png") top left no-repeat;padding:0;text-indent: -5000px;}
#connexion { width:471px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent:-5000px; background:transparent url("/images/blocs/titres/divers/connectez-vous.png") top left no-repeat; overflow:hidden;}
#motdepasse-oublie { width:471px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent:-5000px; background:transparent url("/images/blocs/titres/divers/mot-de-passe-oublie.png") top left no-repeat; overflow:hidden;}
#dup-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/commentaire-dup.png") top left no-repeat;}
#chroniques-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/chroniques-recentes.png") top left no-repeat;}
#contenus-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:#fff url("/images/blocs/titres/accueil/contenus-recents.png") top left no-repeat;}
#contenus-maj-home-doss {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:#fff url("/images/blocs/titres/dossiers-contenus/contenus-recents.png") top left no-repeat;}
#cup-txt-maj {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/dossiers-contenus/contenus-dutilite-publique.png") top left no-repeat;}
#dossiers-prises {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/dossiers-contenus/les-incontournables.png") top left no-repeat;}
#dossiers-discutes {width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/dossiers-contenus/ca-discute-fort.png") top left no-repeat;}
#cup-maj {width:260px;height:37px;background:#fff url("/images/blocs/titres/accueil/contenus-votes-dutilite-pub.png") top left no-repeat;padding:0;text-indent: -5000px;}
#contenus-maj-mea {width:470px;height:37px;background:#fff url("/images/blocs/titres/accueil/quoi-de-neuf.png") top left no-repeat;padding:0;text-indent: -5000px;margin-top:15px;}
#lire-suite-abo { width:743px;height:36px;font-size:14px;font-weight:bold;margin:20px 0 0 0;text-indent: -5000px;background:transparent url("/images/blocs/titres/divers/lire-suite-abo.png") top left no-repeat;}
#vous-pouvez-aussi { width:743px;height:36px;font-size:14px;font-weight:bold;margin:20px 0 0 0;text-indent: -5000px;background:transparent url("/images/blocs/titres/divers/vous-pouvez-aussi.png") top left no-repeat;}
#telechargement-emi { width:471px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent:-5000px; background:transparent url("/images/blocs/titres/divers/telechargez-emission.png") top left no-repeat; overflow:hidden;}
#titre-agenda { width:744px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent: -5000px; background:transparent url("/images/blocs/titres/agenda/agenda-de-la-semaine.png") top left no-repeat;}
/*#titre-agenda-regulier { width:744px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent: -5000px; background:transparent url("/images/blocs/titres/agenda/agenda-reguliers.png") top left no-repeat;}
#titre-agenda-irregulier { width:744px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent: -5000px; background:transparent url("/images/blocs/titres/agenda/agenda-irreguliers.png") top left no-repeat;}*/
#titre-tous-rss { width:744px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent: -5000px; background:transparent url("/images/blocs/titres/divers/titre-tous-les-flux-rss.png") top left no-repeat;}
#titre-tous-dossiers { width:739px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/dossiers-contenus/tous-dossiers.png") top left no-repeat;}
#titre-trois-emissions { width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/nos-trois-emissions.png") top left no-repeat;}
#titre-toutes-emissions { width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/toutes-emissions.png") top left no-repeat;}
#toutes-emissions-asi { width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/toutes-emissions-asi.png") top left no-repeat;}
#toutes-emissions-lignejaune { width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/toutes-emissions-lignejaune.png") top left no-repeat;}
#toutes-emissions-dansletexte { width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/toutes-emissions-dansletexte.png") top left no-repeat;}
#toutes-emissions-auxsources { width:743px;height:37px;font-size:14px;font-weight:bold;padding:0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/toutes-emissions-auxsources.png") top left no-repeat;}
#titre-archives-gratuites { width:743px; height:37px; font-size:14px; font-weight:bold; padding:0; text-indent: -5000px; background:transparent url("/images/blocs/titres/dossiers-contenus/archives-gratuites.png") top left no-repeat;}
#emissions-gratuite-titre { width:743px;height:37px;font-size:14px;font-weight:bold;margin:20px 0 0 0;text-indent: -5000px;background:transparent url("/images/blocs/titres/emissions/videos-gratuites.png") top left no-repeat;}
.tous-dossiers-pagination { width:737px;height:37px;font-size:14px;font-weight:bold;padding:0;background:transparent url("/images/blocs/fonds/centre-bandeau-bg.png") bottom left no-repeat;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;}
.titre-cont {width:165px;height:17px;font-size:10px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;}
#titre-cont-le-plateau { background:transparent url("/images/blocs/titres/contextuel/le-plateau.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/le-plateau.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#image-le-plateau { background:transparent url("/images/plateau.jpg") top left no-repeat;width:163px;height:123px;border:1px solid #BEC6D1;border-top:none;}
#image-le-plateau a { display:block;width:165px;height:124px;}
#selection-redaction { width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/selection-redaction.png") top left no-repeat;}
#selection-abonnes { width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/accueil/selection-abonnes.png") top left no-repeat;}
#quinze-jours { width:260px;height:37px;font-size:14px;font-weight:bold;padding:0;margin-top:15px;text-indent: -5000px;background:transparent url("/images/blocs/titres/gratuit-vite/il-y-a-quinze-jours.png") top left no-repeat;}
#emissions-gratuites { width:470px; height:37px; font-size:14px; font-weight:bold; padding:0; margin-top:15px; text-indent: -5000px; background:transparent url("/images/blocs/titres/gratuit-vite/best-of-et-montages.png") top left no-repeat;}
#mon-compte { width:948px; height:37px; font-size:14px; font-weight:bold; padding:0; background:transparent url("/images/blocs/titres/divers/mon-compte.png") top left no-repeat; margin-top: 15px;}

		/*--- Titres de blocs (colonne droite) ---*/
#titre-cont-abo {background:transparent url("/images/blocs/titres/contextuel/abonnement.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/abonnement.png', sizingMethod='crop');}
#titre-cont-asi-tv {background:transparent url("/images/blocs/titres/contextuel/tv.png") top left no-repeat;_background:none; padding-bottom:5px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/tv.png', sizingMethod='crop');}
#titre-cont-ce-dossier {background:transparent url("/images/blocs/titres/contextuel/ce-dossier.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/ce-dossier.png', sizingMethod='crop');}
#titre-cont-chroniques-recentes { background:transparent url("/images/blocs/titres/contextuel/chroniques-recentes.png") top left no-repeat; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/chroniques-recentes.png', sizingMethod='crop');}
#titre-cont-commentaires { height:34px; background:transparent url("/images/blocs/titres/contextuel/commentaires.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/commentaires.png', sizingMethod='crop');}
#titre-cont-dernieres_videos { background:transparent url("/images/blocs/titres/contextuel/dernieres_videos.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/dernieres_videos.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-d-et-c-recents { background:transparent url("/images/blocs/titres/contextuel/d-et-c-recents.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/d-et-c-recents.png', sizingMethod='crop');}
#titre-cont-emissions-dup { height:28px; padding-bottom:2px; background:transparent url("/images/blocs/titres/contextuel/emissions-dup.png") top left no-repeat; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/emissions-dup.png', sizingMethod='crop');}
#titre-cont-iphone {background:transparent url("/images/blocs/titres/contextuel/iphone.png") top left no-repeat;_background:none; padding-bottom:5px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/iphone.png', sizingMethod='crop');}
#titre-cont-mobile {background:transparent url("/images/blocs/titres/contextuel/mobile.png") top left no-repeat;_background:none; padding-bottom:5px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/mobile.png', sizingMethod='crop');}
#titre-cont-iphone-emissions {background:transparent url("/images/blocs/titres/contextuel/emissions-sur-iphone.png") top left no-repeat;_background:none; padding-bottom:5px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/emissions-sur-iphone.png', sizingMethod='crop');}
#titre-cont-iphone-site {background:transparent url("/images/blocs/titres/contextuel/site-sur-iphone.png") top left no-repeat;_background:none; padding-bottom:0; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/site-sur-iphone.png', sizingMethod='crop');}
#titre-cont-la-gazette-d_asi {background:transparent url("/images/blocs/titres/contextuel/la-gazette-d_asi.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/la-gazette-d_asi.png', sizingMethod='crop');}
#titre-cont-le-making_of {background:transparent url("/images/blocs/titres/contextuel/le-making_of.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/le-making_of.png', sizingMethod='crop');height:32px; padding-bottom: 5px;border-bottom:1px solid #AEB7C6;}
#titre-cont-le-making_of.noborder { border: none;}
#titre-cont-les-incontournables {background:transparent url("/images/blocs/titres/contextuel/les-incontournables.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/les-incontournables.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-mots-cles {background:transparent url("/images/blocs/titres/contextuel/mots-cles.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/mots-cles.png', sizingMethod='crop');}
#titre-cont-par-mots-cles {background:transparent url("/images/blocs/titres/contextuel/par-mot-cles.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/par-mot-cles.png', sizingMethod='crop');}
#titre-cont-doss-par-mot-cles {background:transparent url("/images/blocs/titres/contextuel/doss-par-mot-cles.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/doss-par-mot-cles.png', sizingMethod='crop');}
#titre-cont-par-rubriques {background:transparent url("/images/blocs/titres/contextuel/par-rubriques.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/par-rubriques.png', sizingMethod='crop');}
#titre-cont-rebondir {background:transparent url("/images/blocs/titres/contextuel/rebondir.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/rebondir.png', sizingMethod='crop');}
#titre-cont-rss { background:transparent url("/images/blocs/titres/contextuel/recuperer-les-flux-rss.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/recuperer-les-flux-rss.png', sizingMethod='crop');}
#titre-cont-rss-unique { background:transparent url("/images/blocs/titres/contextuel/recuperer-le-flux-rss.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/recuperer-le-flux-rss.png', sizingMethod='crop');}
#titre-cont-sarkozistan { background:transparent url("/images/blocs/titres/contextuel/titre-cont-sarkozistan.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/titre-cont-sarkozistan.png', sizingMethod='crop');}
#titre-cont-sommaire-doss { background:transparent url("/images/blocs/titres/contextuel/sommaire-du-dossier.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/sommaire-du-dossier.png', sizingMethod='crop');}
#titre-cont-twitter { background:transparent url("/images/blocs/titres/contextuel/nous-suivre-sur-twitter.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/nous-suivre-sur-twitter.png', sizingMethod='crop');}
#titre-cont-facebook { background:transparent url("/images/blocs/titres/contextuel/asi_facebook.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/asi_facebook.png', sizingMethod='crop');}
#titre-cont-neufquinze { background:transparent url("/images/blocs/titres/contextuel/titre-cont-915.png") top left no-repeat;padding-bottom: 5px;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/titre-cont-915.png', sizingMethod='crop');}
#titre-cont-pod { background:transparent url("/images/blocs/titres/contextuel/titre-cont-podcast.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/titre-cont-podcast.png', sizingMethod='crop');height:18px;}
#titre-cont-porte { background:transparent url("/images/blocs/titres/contextuel/porte.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/porte.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-wid { height:18px; background:transparent url("/images/blocs/titres/contextuel/recuperer-les-widgets.png") top left no-repeat; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/recuperer-les-widgets.png', sizingMethod='crop');}
#titre-cont-toutes-les-chroniques {background:transparent url("/images/blocs/titres/contextuel/toutes-les-chroniques.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/toutes-les-chroniques.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-tous-les-contenus {background:transparent url("/images/blocs/titres/contextuel/tous-les-contenus.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/tous-les-contenus.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-vite_dit_et_gratuit {background:transparent url("/images/blocs/titres/contextuel/vite_dit_et_gratuit.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/vite_dit_et_gratuit.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-cup {background:transparent url("/images/blocs/titres/contextuel/cup.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blocs/titres/contextuel/cup.png', sizingMethod='crop');border-bottom:1px solid #AEB7C6;}
#titre-cont-gratuit {height:50px;background:transparent url("/images/gratuit_aujourdhui.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gratuit_aujourdhui.png', sizingMethod='crop');}
#titre-cont-interview {background:transparent url("/images/blocs/titres/contextuel/titre-cont-interview.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gratuit_aujourdhui.png', sizingMethod='crop');}

.titre-cont-chro {
	background: url('/images/blocs/titres/chroniqueurs/nom-chro-bg.png') no-repeat #FFFFFF;
	height: 30px;
	margin: 15px 0 15px 0;
	padding: 0;
	width: 163px;
}
.titre-cont-chro h4{
	color: #ff398e;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 3px 5px 3px;
	text-align: center;
}


	/* --------------------------------------------------------------------*/
	/* ---------->>> 5. DOSSIERS ET CONTENUS <<<-----------*/
	/* --------------------------------------------------------------------*/


		/*--- Dossiers ---*/
.bloc-dossier-1 { width:468px; background:#fff url("/images/blocs/fonds/contenu-1.png") bottom left no-repeat;padding:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative; min-height:150px;_height:150px;}
.bloc-dossier-2 { width:258px;background:#fff url("/images/blocs/fonds/centre-dossier-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;min-height:90px;_height:90px;}
.bloc-dossier-3 { width:258px;background:#fff url("/images/blocs/fonds/centre-dossier-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;min-height:90px;_height:90px;}
.bloc-dossier-4 { width:737px;background:#fff url("/images/blocs/fonds/page-doss-1.gif") bottom left no-repeat;margin:0;border:1px solid #BEC6D1;position:relative;padding:0;min-height:184px;_height:184px;}
.bloc-dossier-5 { width:163px;background:#fff url("/images/blocs/fonds/cont-doss.png") bottom left no-repeat;margin:0;border-bottom:1px solid #AEB7C6;border-left:1px solid #AEB7C6;border-right:1px solid #AEB7C6;position:relative;padding:0;}	
.bloc-dossier-6 { width:737px;background:#fff url("/images/blocs/fonds/page-doss-2.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0;position:relative;min-height:150px;_height:150px;}	
.dossier-pola-1 {position:absolute;bottom:3px;left:5px;width:132px;height:143px;}
.dossier-pola-2 {position:absolute;bottom:3px;left:5px;width:76px;height:81px;}
.dossier-pola-3 {position:absolute;bottom:3px;left:5px;width:76px;height:81px;}
.dossier-pola-4 {position:absolute;top:1px;left:5px;width:132px;height:151px;}
.dossier-pola-5 {position:absolute;top:9px;left:13px;width:16px;height:16px;background:transparent url("/images/icono/ico_dossierbleu_16.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icono/ico_dossierbleu_16.png', sizingMethod='crop');}
.dossier-pola-5 img {width:16px;height:16px;}
.dossier-pola-6 {position:absolute;bottom:3px;left:5px;width:132px;height:143px;}
.dossier-contenu-1 {margin:0 0 0 145px;padding:10px 0 0 0;width:311px;}
.dossier-contenu-2 {margin:0 0 0 85px;padding:10px 0 10px 0;width:160px;}
.dossier-contenu-3 {margin:0 0 0 85px;padding:10px 0 10px 0;width:160px;}
.dossier-contenu-4 {margin:0 0 0 155px;padding:10px 0 10px 0;width:570px;}
.dossier-contenu-4 .typo-description, .dossier-contenu-4 .typo-description a {font-size:12px}
.dossier-contenu-5 {margin:0 0 0 35px;padding:10px 0 10px 0;width:115px;}
.dossier-contenu-6 {margin:0 0 0 157px;padding:11px 0 10px 0;width:580px;}
#dossier-bandeau {width:737px;background:#fff url("/images/blocs/fonds/centre-bandeau-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;_overflow:hidden;}
#dossier-bandeau-contenu {padding:5px 0 5px 22px;}
#dossier-bandeau a  {font-size:12px;}
.element-bandeau {font-size:12px;line-height:25px;display:inline;height:25px;_float:left;} /** polices  **/

		/*--- Blocs de contenus ---*/

			/* Conteneurs */
.bloc-contenu-1 { width:468px;background:#fff url("/images/blocs/fonds/contenu-1.png") bottom left no-repeat;padding:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;min-height:160px;_height:160px;}
.bloc-contenu-1-chro { background:transparent url("/images/blocs/fonds/contenu-1-chro.png") bottom left no-repeat;}
.bloc-contenu-1-emi { background:transparent url("/images/blocs/fonds/contenu-1-emi.png") bottom left no-repeat;}
.bloc-contenu-2 { width:258px;background:#fff url("/images/blocs/fonds/centre-dossier-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;}
.bloc-contenu-2-chro { background:transparent url("/images/blocs/fonds/centre-chronique-bg.png") bottom left no-repeat;}
.bloc-contenu-2-emi { background:transparent url("/images/blocs/fonds/centre-emission-bg.png") bottom left no-repeat;}
.bloc-contenu-3 { width:163px;background-color:#fff;background:#fff url("/images/blocs/fonds/cont-chro.png") bottom left no-repeat;margin:0;border-bottom:1px solid #AEB7C6;border-left:1px solid #AEB7C6;border-right:1px solid #AEB7C6;position:relative;padding:0;}
.bloc-contenu-4 { width:364px;background:#fff url("/images/blocs/fonds/home-chro-2.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;height:130px;}
.bloc-contenu-5 { width:737px;background:#fff url("/images/blocs/fonds/page-doss-2.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0;min-height:160px;_height:160px;position:relative;}
.bloc-contenu-5-chro { background:transparent url("/images/blocs/fonds/page-chro-2.png") bottom left no-repeat;}
.bloc-contenu-5-emi { background:transparent url("/images/blocs/fonds/page-emi-2.png") bottom left no-repeat;}
.bloc-contenu-5-vite { background:transparent url("/images/blocs/fonds/page-vite-2.png") bottom left no-repeat;}
.bloc-contenu-5-archive { width:741px; background:transparent url("/images/blocs/fonds/page-archive.png") bottom left no-repeat;}
.bloc-contenu-6  {width:737px;background:#fff url("/images/blocs/fonds/page-chro-2.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0;min-height:160px;_height:160px;position:relative;}
.bloc-contenu-7 {width:163px;background-color:#fff;background:#fff url("/images/blocs/fonds/cont-doss.png") bottom left no-repeat;margin:0;border-bottom:1px solid #AEB7C6;border-left:1px solid #AEB7C6;border-right:1px solid #AEB7C6;position:relative;padding:0;}	
.bloc-contenu-chro-7 {background:#fff url("/images/blocs/fonds/cont-chro.png") bottom left no-repeat;}	
.bloc-contenu-emi-7 {background:#fff url("/images/blocs/fonds/cont-emi.png") bottom left no-repeat;}
.bloc-contenu-vite-7 {background:#fff url("/images/blocs/fonds/cont-vite.png") bottom left no-repeat;}
.bloc-contenu-8  { width:741px;background:#fff url("/images/blocs/fonds/page-emi-4.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0;position:relative;min-height:150px;_height:150px;}	
.bloc-contenu-9 { width:741px;background:#fff url("/images/blocs/fonds/page-emi-3.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0;position:relative;min-height:270px;_height:270px;}
.bloc-contenu-10  {width:468px;background:#fff url("/images/blocs/fonds/contenu-1-emi.png") bottom left no-repeat;padding:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;min-height:150px;_height:150px;padding-bottom:10px;}
.bloc-contenu-11 {width:258px;background:#fff url("/images/blocs/fonds/centre-emission-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;}
.bloc-contenu-12  {width:468px;background:#fff url("/images/blocs/fonds/contenu-1.png") bottom left no-repeat;padding:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;}
.bloc-contenu-12-chro { background:transparent url("/images/blocs/fonds/contenu-1-chro.png") bottom left no-repeat;}
.bloc-contenu-12-emi { background:transparent url("/images/blocs/fonds/contenu-1-emi.png") bottom left no-repeat;}
.bloc-contenu-13 { width:741px; background:#fff url("/images/blocs/fonds/page-emi-3.png") bottom left no-repeat; margin:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; padding:0; position:relative; min-height:320px; _height:320px; overflow:hidden;}
.bloc-contenu-14 { width:258px; background:#fff url("/images/blocs/fonds/centre-cont-doss-bg.png") bottom left no-repeat; margin:0; border-bottom:1px solid #AEB7C6; border-left:1px solid #AEB7C6; border-right:1px solid #AEB7C6; position:relative; padding:0 0 5px 0;}	
.bloc-contenu-chro-14 { background:#fff url("/images/blocs/fonds/centre-cont-chro-bg.png") bottom left no-repeat;}
.bloc-contenu-emi-14 { background:#fff url("/images/blocs/fonds/centre-cont-emi-bg.png") bottom left no-repeat;}
.bloc-contenu-carrousel { width:364px; height:440px; background:#fff url("/images/blocs/fonds/centre-emissions-bg.png") top left no-repeat; margin:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; position:relative; padding:0; overflow:hidden;}
.bloc-gratuit-1 { width:741px; background:#fff url("/images/blocs/fonds/alaune-gratuit.png") bottom left no-repeat; margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0;position:relative;min-height:270px;_height:270px; overflow:hidden;}
.bloc-gratuit-1-emi { background:#fff url("/images/blocs/fonds/alaune-gratuit-emi.png") bottom left no-repeat;}
.bloc-gratuit-1-chro { background:#fff url("/images/blocs/fonds/alaune-gratuit-chro.png") bottom left no-repeat;}
.bloc-gratuit-1-vite { background:#fff url("/images/blocs/fonds/alaune-gratuit-vite.png") bottom left no-repeat;}
.bloc-agenda { width:742px; background:#fff url("/images/blocs/fonds/agenda-article.png") bottom left no-repeat; margin:0; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; border-bottom:1px solid #BEC6D1; padding:0; position:relative; height:136px;}	
.bloc-agenda-chro { background:transparent url("/images/blocs/fonds/agenda-chro.png") bottom left no-repeat;}
.bloc-agenda-chro-irr { background:transparent url("/images/blocs/fonds/agenda-chro-irr.png") bottom left no-repeat;}
.bloc-agenda-emi { background:transparent url("/images/blocs/fonds/agenda-emi.png") bottom left no-repeat;}
.bloc-agenda-emi-irr { background:transparent url("/images/blocs/fonds/agenda-emi-irr.png") bottom left no-repeat;}
.bloc-agenda-gris { background:transparent url("/images/blocs/fonds/agenda-gris.png") bottom left no-repeat;}
.bloc-connexion { width:468px; height:224px; background:#fff url("/images/blocs/fonds/contenu-connexion.png") bottom left no-repeat;padding:0;border-bottom:1px solid #9b9b9b;border-left:1px solid #9b9b9b;border-right:1px solid #9b9b9b; position:relative; overflow:hidden;}
.bloc-telechargement { width:468px; height:100px; background:#fff url("/images/blocs/fonds/contenu-connexion.png") bottom left no-repeat;padding:0;border-bottom:1px solid #9b9b9b;border-left:1px solid #9b9b9b;border-right:1px solid #9b9b9b; position:relative; overflow:hidden;}

			/* Descriptions */
.contenu-descr-home-alaune { margin:0; padding:10px 15px 0 20px; position:relative;}
.contenu-descr-1 { margin:0; padding:15px 20px; min-height:110px; _height:110px;}
.contenu-descr-12, .contenu-descr-10 {margin:0 0 0 180px;padding:10px 0 0 0;width:276px;position:relative;min-height:110px;_height:110px;}
.contenu-descr-titre-9 {margin:0 0 0 20px;padding:10px 0 0 0;width:700px;position:relative;clear:both;}
.cont-descr-compl-1 { position:absolute; bottom:10px;}
.contenu-descr-compl-9 {margin:0 0 0 20px;padding:0 0 10px 0;width:700px;position:relative;clear:both;}
.contenu-descr-compl-12, .contenu-descr-compl-10 {margin:0 0 0 20px;padding:0 0 10px 0;width:436px;position:relative;}
.contenu-descr-5, .contenu-descr-6 {margin:0 0 0 180px;padding:20px 0 0 0;width:546px;position:relative;}
.contenu-descr-8 { margin:0 0 0 180px;padding:15px 0 10px 0;width:546px;position:relative;}
.contenu-descr-9 { float:left;padding:10px 0 15px 0;width:345px;}
.contenu-descr-13 { text-align:center; padding: 0 10px;}
.contenu-descr-14 { margin:0 0 0 100px; padding:8px 10px 8px 0; width:148px; position:relative; min-height:45px; _height:45px;}
.contenu-descr-gratuit { float:left; padding:15px 0 15px 15px; width:360px;}
.contenu-descr-vite-1 { margin:0 0 0 100px; padding:10px 10px 10px 0; width:150px; position:relative;}
.contenu-descr-vite-3 { margin:0 0 0 175px;padding:10px 0 0 0; width:276px;}
.contenu-descr-agenda {margin:0 0 0 130px; padding:10px 10px 10px 0; position:relative;}
.contenu-descr-compl-vite-3 {margin:0 0 0 20px; padding:0 0 10px 0; width:436px; position:relative;}
.contenu-descr-compl-home-alaune { position:relative; padding:6px 60px 10px 0; background:transparent url("/images/filet.gif") top left repeat-x;}
.contenu-descr-connexion { margin:0; padding:10px 20px 10px; min-height:200px; _height:200px;}
.contenu-descr-telechargement { margin:0; padding:10px 20px 10px; min-height:100px; _height:100px;}

			/* Images et vidéos */
.picto-lecteur  {position:absolute;bottom:8px;right:10px;background:url(/images/icono/video-small_18px.png) no-repeat;width:18px; height:19px;_background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/video-small_18px.png', sizingMethod='crop');}
.bloc-contenu-9 .picto-lecteur { bottom:6px; right:45px; background:url(/images/icono/video-big_40px.png) no-repeat;width:40px; height:40px; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/video-small_40px.png', sizingMethod='crop');}
.bloc-contenu-11 .picto-lecteur  {bottom:5px; right:5px; background:url(/images/icono/video-medium_30px.png) no-repeat; width:30px; height:30px; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/video-small_30px.png', sizingMethod='crop');}
.bloc-contenu-carrousel .picto-lecteur { bottom:20px; left:13px; background:url(/images/icono/video-big_40px.png) no-repeat; width:40px; height:40px; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/video-small_40px.png', sizingMethod='crop');}
.bloc-alaune-home-emi .picto-lecteur { bottom:10px; right:6px; background:url(/images/icono/video-big_40px.png) no-repeat; width:40px; height:40px; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/video-small_40px.png', sizingMethod='crop');}
.bloc-gratuit-1 .picto-lecteur { bottom:8px; right:8px; background:url(/images/icono/video-big_40px.png) no-repeat;width:40px; height:40px; _background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/video-small_40px.png', sizingMethod='crop');}
.contenu-media { position:absolute; top:15px; left:20px; width:145px;}
.bloc-contenu-10 .contenu-media img, .bloc-contenu-12 .contenu-media img { width:140px; height:105px;}
.bloc-contenu-11 .contenu-media { position:absolute; top:15px; left:20px; _left:5px; width:222px; height:166px;}
.bloc-contenu-11 .contenu-media img {width:222px; height:166px;}
.bloc-contenu-14 .contenu-media { width:65px; height:45px; top:8px; left:20px;}
.bloc-contenu-9 .contenu-media { position:relative; float:left; width:360px; height:240px; margin:0 0 25px 0;}
.bloc-gratuit-1 .contenu-media { position:relative; top:0; left:0; float:left; width:320px; height:240px; margin:15px 0 15px 20px;}
.bloc-dup-emi .contenu-media { position:relative; top:0; left:0;}
.bloc-contenu-9 .contenu-media img,
.bloc-gratuit-1 .contenu-media img { width:320px; height:240px;}
.bloc-contenu-carrousel .contenu-media { position:relative; display:block; width:320px; height:250px; top:0; left:0;}
.bloc-contenu-carrousel .contenu-media img { width:320px; height:240px;}
.bloc-contenu-5 .contenu-media img, .bloc-contenu-8 .contenu-media img {width:140px;height:105px;}
.player {width: 560px;height: 441px;border: 1px solid #808080;display: block;margin-left:60px;}
.contenu-media.mediapardefaut { background:url("/images/illus-par-defaut.png") no-repeat top center; height:51px;}
.bloc-alaune-home-vite .contenu-media-alaune.mediapardefaut { background:url("/images/illus-par-defaut_240.png") no-repeat top center; height:240px;}
.bloc-gratuit-1-vite .contenu-media.mediapardefaut { background:url("/images/illus-par-defaut_240.png") no-repeat top center; height:240px;}

			/* Ajustements contextuels */
.tri-left {float:left;padding:8px 0 0 20px;}
.pages-right {float:right;padding:8px 20px 0 0}
.centre-contenu-seul { padding:7px 10px 10px 15px;}
.centre-contenu { padding:7px 10px 10px 15px;position:relative;}
.chro-contenu { padding:7px 15px 10px 15px;}
.right-contenu { padding:10px 10px 10px 15px;}
.page-chro-contenu {padding-top:15px;font-size:12px;}
.page-chro-contenu a {font-size:12px;}
.page-doss-contenu { padding-top:15px;}
.bloc-contenu-carrousel .centre-contenu { padding:15px 15px 10px 20px; overflow: auto;}
.bloc-contenu-11 .centre-contenu { padding:200px 15px 10px 20px;position:relative;}
.blocs-cup .bloc-contenu-2  .centre-contenu { background:url(/images/icono/ico_cup_20.png) 98% 5px  no-repeat;}
.blocs-cup .bloc-contenu-2  .centre-contenu .typo-centre-titre {padding-right:20px;display:block;}
.bloc-contenu-11 .typo-centre-titre { font-size:18px;font-weight:bold;text-transform:uppercase;color:#000; line-height: 20px;}
.bloc-contenu-carrousel .typo-centre-titre  {font-size:18px;font-weight:bold;text-transform:uppercase;color:#000; line-height: 20px;}
.bloc-contenu-11 .typo-centre-titre .typo-centre-sous-titre { font-size:14px; display:block; padding-top:5px; line-height:16px;}
.bloc-contenu-carrousel .typo-centre-titre .typo-centre-sous-titre { font-size:14px; display:block; padding-top:5px; line-height:16px;}  
.bloc-contenu-9 .filet { clear:both;}
.bloc-gratuit-1 .filet, .bloc-vite-contenu-3 .filet { margin:10px 0;}
.bloc-contenu-11 .filet { margin: 8px 0;}
.bloc-contenu-9 .typo-description { font-size:13px;}
.bloc-gratuit-1 .typo-description { font-size:12px;}
.bloc-contenu-1 .typo-description { margin-bottom:30px;}
.bloc-contenu-7 .typo-type-article { font-size:13px; padding: 0 0 5px;}
.contenu-descr-5 .typo-titre {padding-right:5px;}
.bloc-gratuit-1 .typo-vite-titre { font-size:18px;}
.bloc-contenu-9 .typo-suite { width:81px; height:20px;display:block; padding:10px 0 0 258px;}
.bloc-vite-contenu-3 .typo-heure { font-size:24px;}
.bloc-contenu-5 .nomedia, .bloc-contenu-6 .nomedia, .bloc-contenu-8 .nomedia, .bloc-contenu-9 .nomedia  {margin-left:20px;width:706px;}
.bloc-contenu-1 .nomedia, .bloc-contenu-12 .nomedia, .bloc-contenu-10 .nomedia, .bloc-vite-contenu-3 .nomedia { margin-left:20px; width:436px;}
.bloc-vite-gratuit-1 .nomedia { margin:0; padding:10px 10px 10px 20px; width:230px; position:relative;}
.bloc-rech .contenu-media { position:absolute; top:25px; left:20px; width:145px;}
.bloc-contenu-1 .nomedia .typo-description, .bloc-contenu-12 .nomedia .typo-description, .bloc-contenu-10 .nomedia .typo-description {margin-right:15px;}

		/*--- Page d'accueil A la une ---*/
.contenu-media-alaune { display:block; text-align:center; margin:10px 0; position:relative;}
.bloc-alaune-home { width:364px; height:440px; background:#fff url("/images/blocs/fonds/alaune-home.png") bottom left no-repeat; padding:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; position:relative;}
.bloc-alaune-home-vite { width:364px; height:440px; background:#fff url("/images/blocs/fonds/alaune-home-vite.png") bottom left no-repeat; padding:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; position:relative;}
.bloc-alaune-home-chro { width:36 4px; height:440px; background:#fff url("/images/blocs/fonds/alaune-home-chro.png") bottom left no-repeat; padding:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; position:relative;}
.bloc-alaune-home-emi { width:364px; height:440px; background:#fff url("/images/blocs/fonds/alaune-home-emi.png") bottom left no-repeat; padding:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; position:relative;}

		/*--- Page Émissions ---*/
.bloc-emi { width:243px; float:left; font-family: Helvetica, Arial,sans-serif; border-right:1px solid #BEC6D1; padding:1px; min-height:319px; _height:319px;}
.bloc-emi.first { margin-left:4px;}
.bloc-emi.last { border:none;}
.bloc-emi .logo-emi { display:block; height:55px; padding:10px 0 0;}
.bloc-emi p { margin-bottom: 10px;}
#liens-vers-emi { height:19px; padding-left:4px;margin-bottom:15px;}
#entete-lignejaune { width:570px; height:105px; padding: 70px 0 0 173px; margin-bottom:15px; background: url(/images/blocs/fonds/entete-lignejaune.jpg); color:#fbd822; font-size:13.5px;}
#entete-dansletexte { width:570px; height:95px; padding: 80px 0 0 173px; margin-bottom:15px; background: url(/images/blocs/fonds/entete-dansletexte.jpg); color:#f40808; font-size:13.5px;}
#entete-dansletexte2 { width:570px; height:95px; padding: 80px 0 0 173px; margin-bottom:15px; background: url(/images/blocs/fonds/entete-dansletexte2.jpg); color:#f40808; font-size:13.5px;}
#entete-auxsources { width:570px; height:95px; padding: 80px 0 0 173px; margin-bottom:15px; background: url(/images/blocs/fonds/entete-auxsources.jpg); color:#546d8f; font-size:13.5px;}
#entete-asi { width:570px; height:95px; padding: 80px 0 0 173px; margin-bottom:15px; background: url(/images/blocs/fonds/entete-asi.jpg); color:#fff; font-size:13.5px;}
#emissions-gratuite-content {text-align:center;width:741px;background:#fff url("/images/blocs/fonds/divers-bg-2.png") bottom left no-repeat;margin:0; border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;}
a.bouton-telecharger{background-image : url(/images/boutons/bouton-telecharger2.png); display: block; height: 46px; width: 211px; margin-right: auto; margin-left: auto; text-align: center;}
a.bouton-telecharger:hover{background-image : url(/images/boutons/bouton-telecharger-hover.png); display: block; height: 46px;width: 211px; margin-right: auto; margin-left: auto; text-align: center;}

		/*--- Contenus d'utilité publique ---*/
.contenu-dup-1, .contenu-dup-2, .contenu-dup-3, .contenu-dup-emi  {padding:7px 15px 10px 15px;}
.bloc-dup-1 { width:258px; background:#fff url("/images/blocs/fonds/cont-dup.png") bottom left no-repeat; margin:0; border-bottom:1px solid #AEB7C6; border-left:1px solid #AEB7C6; border-right:1px solid #AEB7C6; position:relative; padding:0; overflow:hidden;}
#col_right .bloc-dup-1 { width:163px;}
.bloc-dup-2 { width:258px; background:#fff url("/images/blocs/fonds/centre-dup-bg.png") bottom left no-repeat; margin:0; border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1; position:relative; padding:0; overflow:hidden;}
.bloc-dup-3 { width:364px; background:#fff url("/images/blocs/fonds/home-chro-dup.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative;padding:0;height:100px;overflow:hidden;}
.bloc-dup-emi { width:163px; background:#fff url("/images/blocs/fonds/emi-dup.png") bottom left no-repeat; margin:0; border-bottom:1px solid #AEB7C6; border-left:1px solid #AEB7C6; border-right:1px solid #AEB7C6; position:relative; padding:0; overflow:hidden;}
	
		/*--- Vite dit ---*/
#vite-titre { width:584px; height:75px; background:#fff url("/images/blocs/fonds/vite-bg.png") top left no-repeat; padding: 50px 20px 0 135px; margin:0; position:relative;}
.bloc-bande-vite { background:transparent url("/images/blocs/fonds/vite-1-bg.png") left bottom repeat-y; width:737px; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; overflow:hidden;}
.bloc-deplier-vite { padding:8px 20px 8px 0; text-align:right; width:717px; background: transparent url("/images/blocs/fonds/vite-1.png") no-repeat bottom left; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; overflow:hidden;}
.bloc-vite-gratuit-1 { width:258px; background:#fff url("/images/blocs/fonds/centre-vite-bg.png") bottom left no-repeat; margin:0; border-bottom:1px solid #AEB7C6; border-left:1px solid #AEB7C6; border-right:1px solid #AEB7C6; position:relative; padding:0; min-height:80px; _height: 80px;}
.bloc-vite-gratuit-1 .contenu-media { width:65px; height:65px; top: 10px;}
.bloc-vite-gratuit-2 { width:692px; background:transparent url("/images/blocs/fonds/vite-1.png") bottom left no-repeat; padding:15px 15px 0 30px; position:relative; overflow:hidden;}
.bloc-vite-gratuit-2.plie { padding-bottom:14px;}
.bloc-vite-gratuit-2.plie .contenu-html { display:none;}
.bloc-vite-gratuit-2.deplie .contenu-html { display:visible;}
.bloc-vite-gratuit-2 a.fleche { display:block; width:31px; height:31px; background: url("/images/icono/fleche-vitedit-deplie.png") no-repeat 0 0; position:absolute; top:14px; right:14px; text-indent:-9999px; cursor:pointer;}
.bloc-vite-gratuit-2.plie a.fleche { background: url("/images/icono/fleche-vitedit-plie.png") no-repeat 0 0;}
.bloc-vite-contenu-2 { width:680px;}
.bloc-vite-contenu-3 { width:468px; background:#fff url("/images/blocs/fonds/vite-3.png") bottom left no-repeat; padding:0; border-bottom:1px solid #BEC6D1; border-left:1px solid #BEC6D1; border-right:1px solid #BEC6D1; position:relative;}
.bloc-emi-gratuites {text-align:center;width:468px;background:#fff url("/images/blocs/fonds/divers-bg-2.png") bottom left no-repeat;margin:0; padding:10px 0; border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;position:relative; overflow:hidden;}

		/*--- Chroniqueurs ---*/
.bloc-chro-float {float:left;margin-right:8px;padding-bottom:20px;}	
.bloc-chroniqueur-1  {width:364px;background:#fff url("/images/blocs/fonds/home-chro-1.png") bottom left no-repeat;margin:0;border:1px solid #AEB7C6;position:relative;padding:0;min-height:115px;_height:119px;}
.bloc-chroniqueur-2  {width:737px;background:#fff url("/images/blocs/fonds/page-chro-1.gif") bottom left no-repeat;margin:0;border:1px solid #BEC6D1;position:relative;padding:0;min-height:184px;_height:184px;}		
.chroniqueur-pola-1 {position:absolute;bottom:1px;left:5px;width:81px;height:114px;}
.chroniqueur-pola-2 {position:absolute;top:1px;left:5px;width:132px;height:151px;}
.chroniqueur-contenu-1 {width:253px;margin:0 0 0 95px;padding:5px 0 0 0;}
.chroniqueur-contenu-2 {width:570px;margin:0 0 0 155px;padding:10px 0 10px 0;}
.chroniqueur-contenu-1 .filet {margin:3px 0 3px 0 !important;}

		/*--- Bloc d'information ---*/
.bloc-info { width:258px; background:#fff url("/images/blocs/fonds/fond-info.png") top left no-repeat; margin:0; position:relative; padding:0; border:1px dotted #AEB7C6;}	
.bloc-info-contenu { color:#A1AAB3; padding:8px 10px 15px 50px; font-size:10px;}
.bloc-info-contenu .gras { font-size:12px;}
.bloc-info-context { width:163px; background:#fff url("/images/blocs/fonds/fond-info.png") 5px 5px no-repeat; margin:15px 0 0; position:relative; padding:0; border:1px dotted #AEB7C6; border-top:none;}	
.bloc-info-contenu-context {color:#767D87;padding:0 10px 10px 10px;font-size:11px; text-align: justify;}
.bloc-info-contenu-context strong { font-weight:bold;}
.bloc-info-contenu-context a { color:#787F99; font-size:18px;text-align: center; padding-left: 4px;}

		/* Connexion utilisateur */
.bloc-connexion input#login-submit, .bloc-connexion input#pass-submit, .contenu-descr-connexion input.submit { width:91px; height:24px; border:none; cursor:pointer; background: url("/images/valider.png") no-repeat left top; text-indent: -5000px; vertical-align:bottom; font-size:1px; color:#fff;}
.bloc-connexion a { color:#666; font-size:12px; text-align:right;}
.bloc-connexion a:hover { text-decoration: underline;}
.bloc-connexion label { color:#3b3939; font-size:12px; line-height:20px;}
.bloc-connexion p.form-line { padding:3px 0 10px 32px;}
.bloc-connexion p.form-line-1 { background:url("/images/form-1.png") no-repeat 0 0; }
.bloc-connexion p.form-line-2 { background:url("/images/form-2.png") no-repeat 0 0; }
.bloc-connexion p.form-line-3 { background:url("/images/form-3.png") no-repeat 0 2px; padding:7px 0 10px 30px;}
.bloc-connexion div.filet { margin-bottom:10px;}

		/*--- Divers ---*/
#col_right input.rechercher { width:115px;}
.col-droite { width: 320px; float: left; padding-left: 30px;}
.col-gauche { width: 320px; float: left; border-right: 1px dotted #ccc;}
.bloc-divers  {width:680px;background:#fff url("/images/blocs/fonds/divers-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:20px 25px 20px 30px;position:relative;font-size:11px; overflow:hidden;}	
.bloc-divers-boite  {width:680px;background:#fff url("/images/blocs/fonds/divers-bg.png") bottom left no-repeat;margin:0;border:1px solid #BEC6D1;padding:20px 25px 20px 30px;position:relative;font-size:11px;}
.rub-texte {font-size:13px;} 
.typo-divers-em {font-size:14px; font-weight:bold;}
.typo-divers {font-size:14px;}
.typo-divers-titre {font-size:16px; font-weight:bold;}
.bloc-divers p, .bloc-divers-boite p {padding:0px 0 20px 0;}
.bloc-divers ul { margin:0 0 15px 20px;}
.bloc-divers ul li { background: url("/images/icono/liste.gif") no-repeat 0 4px; padding:0 0 5px 14px;}
.bloc-divers a {font-weight:bold;font-size:11px;}
.bloc-divers fieldset p {padding:0px 0 10px 0;}
.bloc-divers .filet {margin:10px 0 10px 0;}
#abo-0  {width:445px;background:#fff url("/images/abonnement/deja_abo_r2_c2.png") bottom left no-repeat;margin:0;padding:0;position:relative;font-size:12px;min-height:52px;_height:52px;font-size:14px;font-weight:bold;text-transform:uppercase;}
#abo-log {position:absolute;left:35px;top:17px;font-size:14px;}
#login-submit-abo  {width:111px;max-width:111px;height:52px;border:none;cursor:pointer;background:#fff url("/images/abonnement/deja_abo_r2_c4.png") top left no-repeat;_padding-left : 9999px;	overflow : hidden;text-indent: -5000px;_text-indent: 0;}
.abo-item  {width:680px;background:#fff url("/images/blocs/fonds/abo-item-bg.png") bottom left no-repeat;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0 25px 0 30px;position:relative;font-size:12px;min-height:125px;_height:125px;}
.abo-0-bouton  {background:url(/images/abo-bouton.png) no-repeat;width:118px; height:24px;_background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/abo-bouton.png', sizingMethod='crop');position:absolute;right:20px;}
.abo-0-bouton img {width:118px; height:24px;}
.abo-bloc-chiffre {position:absolute;left:40px;top:0;text-indent: -5000px;width:56px; height:125px;}
.abo-chiffre-1 {background:#fff url("/images/abo-1.png") bottom left no-repeat;}
.abo-chiffre-2 {background:#fff url("/images/abo-2.png") bottom left no-repeat;}
.abo-chiffre-3 {background:#fff url("/images/abo-3.png") bottom left no-repeat;}
.abo-chiffre-4 {background:#fff url("/images/abo-4.png") bottom left no-repeat;}
.abo-texte-1 {position:absolute;left:135px;top:35px;}
.abo-texte-2 {position:absolute;left:135px;top:30px;}
.abo-texte-3 {position:absolute;left:135px;top:20px;}
.abo-texte-4 {position:absolute;left:135px;top:30px;}
#abo-0 .abo-0-bouton {top:30px;}
.bloc-divers .abo-0-bouton {bottom:20px;}
.bloc-divers .submit  {width:91px;height:24px;border: none;cursor:pointer;background: url("/images/valider-abo.png") no-repeat left top;position:absolute; bottom:60px; right:20px;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/valider-abo.png', sizingMethod='crop');}
.bloc-divers .submit-abo { right:25px; bottom:20px;}
.bloc-divers .submit-mut  {width:91px;height:24px;border: none;cursor:pointer;background: url("/images/valider-abo.png") no-repeat left top;}
.bloc-divers .rech-submit  {width:150px;height:16px;border: none;cursor:pointer;background: url("/images/icono/ico_rechercher_16.png") no-repeat right top;float:right;font-weight:bold;margin-top:10px;color:#6c829e;}
.td_checkbox  {width:20px;}
.important {font-size:12px;}
.td_checkbox input {margin-top:1px;}
.bloc-divers td  {padding:5px 0 5px 0}
.bloc-divers legend, .bloc-divers .legend {color:#999;display:block;padding:0 0 5px 0;font-weight:bold;font-size:14px;}
#recherche_avancee_hack .legend { font-size:13px;}
.bloc-divers .coord input {display:block;margin-top:3px;}
.bloc-divers  .remarque {font-size:10px;}
.bloc-divers-boite  .remarque {font-size:10px;}
.invisible {border: none;background-color:transparent;cursor:pointer;color:#6c829e;font-weight:bold;}
.formcontact textarea  {width:680px; height:150px;}
.filet-hor  {background:#fff url("/images/filet-hor.png") bottom left no-repeat;margin:0;padding:0;position:absolute;width:1px; height:53px;top:80px;left:390px;}
#enveloppe {background:transparent url("/images/enveloppe.png") right top no-repeat;margin:0;padding:5px 45px 0 0;position:absolute;width:280px; height:60px;top:95px;right:25px;text-align:right;color:#999;font-weight:bold;}
#recherche_avancee {position:relative;width:680px; min-height:160px; _height:160px}
#rech-type {position:absolute;width:140px; height:100px;top:15px;left:0;}
#rech-rub {position:absolute;width:250px; height:100px;top:15px;left:150px;background:transparent url("/images/filet-hor.png") left 15px no-repeat;padding-left:20px;}
#rech-date {position:absolute;width:320px; height:100px;top:15px;left:350px;background:transparent url("/images/filet-hor.png") left 15px no-repeat;padding-left:20px;}
.bouton {width:140px;height:16px;cursor:pointer;background: url("/images/icono/ico_descendre_16.png") no-repeat right top;font-size:12px;font-weight:bold;color:#6c829e;display:block;}
.rech-ouvert.bouton {background: url("/images/icono/ico_remonter_16.png") no-repeat right top;}
.bouton:hover {color:#000;}
.bloc-rech {width:735px;margin:0;border-bottom:1px solid #BEC6D1;border-left:1px solid #BEC6D1;border-right:1px solid #BEC6D1;padding:0 0 10px 0;position:relative;}
.bloc-rech b {background-color:#ffe7a3;font-weight:normal;}
.bloc-rech-doss  {background:transparent url("/images/blocs/fonds/page-doss-2.png") bottom left no-repeat;}	
.bloc-rech-chro {background:transparent url("/images/blocs/fonds/page-chro-2.png") bottom left no-repeat;}
.bloc-rech-emi {background:transparent url("/images/blocs/fonds/page-emi-2.png") bottom left no-repeat;}
.bloc-rech-vite {background:transparent url("/images/blocs/fonds/page-vite-2.png") bottom left no-repeat;}
.contenu-recherche {margin:0 0 0 20px;padding:20px 0 20px 0;width:706px;position:relative;}
.contenu-recherche .typo-titre, .contenu-recherche .typo-sous-titre {text-transform:none;}
.contenu-recherche .typo-description {margin-right:15px;}
.rech-filtres { padding:10px 25px 10px 30px; overflow:hidden;}
.rech-filtres-doss { padding:10px 15px; width:707px; overflow:hidden;}
.rech-filtres-emi { padding:10px 15px; width:711px; overflow:hidden; background:#fff url("/images/blocs/fonds/divers-bg-2.png") bottom left no-repeat;}
.rech-filtres-archives { padding:10px 15px; width:711px; overflow:hidden; background:#fff url("/images/blocs/fonds/divers-bg-2.png") bottom left no-repeat;}
.rech-filtres-gauche { float:left; margin-top:-2px;}
.rech-filtres-droite { float:right;}
.lnk-dossier { text-transform:uppercase;color:#000;font-weight:bold;}
.lnk-dossier:hover { color:#3399ff;}
.lnk-dossier img { vertical-align:middle;margin-left:3px;margin-right:3px;}
.bg-contenu-tronque { margin-left:-25px; padding-left:25px; padding-right:27px; background:transparent url("/images/blocs/fonds/main-cont-bg.png") top left repeat-x;width:680px!important;}
div.back-to-top { text-align:right; margin:15px 0 0 0;}
div.back-to-top a { background:url('/forum/templates/asi/icon/monter.gif') right center no-repeat; padding:0 26px 0 0; margin:0 17px 0 0; line-height:24px; font-size:12px; display:block;}

		/*--- Titres divers ---*/
#divers-titre-courrier {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-courrier.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-credits {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-credits.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-liens {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-liens.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-a-propos {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-a-propos.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-faq {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-faq.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-mentions {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-mentions.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-recherche {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-recherche.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-plan {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-plan.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-presse {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-presse.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-newsletter {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-newsletter.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-1 {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-1.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-2 {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-2.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-3 {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-3.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-4 {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-multiposte-1.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-5 {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-multiposte-2.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-6 {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-offrir.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-contact {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-contact.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-reabo {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/reabonnement.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-24h {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titres-abo-24heures.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-asimediapart {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-asimediapart.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-mediapartasi {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-mediapartasi.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-mediapart {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-mediapart.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-parrainage {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-parrainage.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-abo-partenariat {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-abo-partenariat.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-recevoir-neufquinze {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-recevoir-neufquinze.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-clemi {width:737px;height:37px;background:#fff url("/images/clemi/titre-clemi.jpg") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-ami-asi {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-ami-asi.png") top left no-repeat;padding:0;text-indent: -5000px;}
#divers-titre-livres {width:737px;height:37px;background:#fff url("/images/blocs/titres/divers/titre-livres.png") top left no-repeat;padding:0;text-indent: -5000px;}


	/* ----------------------------------------------*/
	/* ---------->>> 6. PICTOS <<<-----------*/
	/* ----------------------------------------------*/
	
.page-main-picto { position:absolute;top:40px;right:0;}
.page-main-picto-rech {position:absolute;bottom:10px;right:0;}
.page-main-picto-st {top:59px;}
.page-rech-picto-st1 {top:56px;}
.page-rech-picto-st2 {top:77px;}
.page-picto { position:absolute; bottom:10px; right:10px;}
.contenu-descr-compl-home-alaune .page-picto { top:7px; right:0;}
.picto-image  {float:left;background:url(/images/icono/ico_image_12.png) no-repeat;width:12px; height:12px;_background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/ico_image_12.png', sizingMethod='crop');margin-left:5px;}
.picto-son  {float:left;background:url(/images/icono/ico_son_12.png) no-repeat;width:12px; height:12px;_background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/ico_son_12.png', sizingMethod='crop');margin-left:5px;}
.picto-texte  {float:left;background:url(/images/icono/ico_texte_12.png) no-repeat;width:12px; height:12px;_background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/ico_texte_12.png', sizingMethod='crop');margin-left:5px;}
.picto-video  {float:left;background:url(/images/icono/ico_video_12.png) no-repeat;width:12px; height:12px;_background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icono/ico_video_12.png', sizingMethod='crop');margin-left:5px;}
#eluparlaredaction  {background:transparent url("/images/icono/ico_cup_48.png") top left no-repeat;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icono/ico_cup_48.png', sizingMethod='crop');width:48px; height:48px;top:4px;right:15px;position:absolute;text-indent: -5000px;color:#fff;}


	/* -------------------------------------------------------------*/
	/* ---------->>> 7. BLOC UTILISATEUR <<<-----------*/
	/* ------------------------------------------------------------*/


#header-menu li #user-info a,
#header-menu li #user-info2 a { height:auto; display:inline; background:none; text-indent:0;}
#header-menu li.item-7 a#lnk-connexion img { vertical-align:top; margin-top:20px;}
#user-info { width:100%; margin-top:9px; padding:0; height:16px; line-height:16px; font-weight:bold;}
#user-info2 { width:100%; padding:0; height:16px; margin:0 0 0 0; line-height:16px;}
#user-info2 tr td.coleft { padding: 5px 0 0;}
#user-info2 tr td.colright { padding: 4px 0 0;}
#user-info tr td, #user-info2 tr td { color:#9f9f9f;}
#user-info tr td a, #user-info2 tr td a { color:#efefef;}
#user-info tr td, #user-info tr td a, #user-info2 tr td, #user-info2 tr td a { line-height:16px; font-size:11px;}
#user-info tr td.coleft, #user-info2 tr td.coleft { text-align:left; padding-left:9px;}
#user-info tr td.colright , #user-info2 tr td.colright { text-align:right; padding-right:9px;}
#user-info tr td.colright img { vertical-align:top; padding-top:2px;}


	/* ------------------------------------------------*/
	/* ---------->>> 8. AGENDA <<<-----------*/
	/* -----------------------------------------------*/


#onglets-agenda { height:50px; width:744px; background:url("/images/agenda/onglets-agenda-bg.png") no-repeat 0 0; border-bottom:1px solid #BEC6D1;}
#onglets-agenda li { float:left; display:inline; text-indent:-9999px; padding:0; margin:0;}
#onglets-agenda li a { display:block; width:105px; height:41px; background-position:0 0;}
#onglets-agenda li.active a { background-position:0 -41px;}
#onglets-agenda li.prev a { background-position:0 -82px;}
#onglets-agenda li.next a { background-position:0 -123px;}
#onglets-agenda li#agenda-1 a { width:113px; background-image: url("/images/agenda/lundi.png");}
#onglets-agenda li#agenda-2 a { background-image: url("/images/agenda/mardi.png");}
#onglets-agenda li#agenda-3 a { background-image: url("/images/agenda/mercredi.png");}
#onglets-agenda li#agenda-4 a { background-image: url("/images/agenda/jeudi.png");}
#onglets-agenda li#agenda-5 a { background-image: url("/images/agenda/vendredi.png");}
#onglets-agenda li#agenda-6 a { background-image: url("/images/agenda/samedi.png");}
#onglets-agenda li#agenda-7 a { background-image: url("/images/agenda/dimanche.png");}
#onglets-agenda li#agenda-7.next a { background-position:0 -82px;}
.titre-agenda-matin { background:url("/images/agenda/matin.png") no-repeat 0 0; width:744px; height:25px; text-indent:-9999px;}
.titre-agenda-apresmidi { background:url("/images/agenda/apresmidi.png") no-repeat 0 0; width:744px; height:25px; text-indent:-9999px;}
.titre-agenda-soiree { background:url("/images/agenda/soiree.png") no-repeat 0 0; width:744px; height:25px; text-indent:-9999px;}
.titre-agenda-emissions { background:url("/images/agenda/nos_emissions.png") no-repeat 0 0; width:744px; height:25px; text-indent:-9999px;margin-top: 0px, margin-bottom: 0px;}
.titre-agenda-chroniques { background:url("/images/agenda/nos_chroniques.png") no-repeat 0 0; width:744px; height:25px; text-indent:-9999px;margin-top: 0px, margin-bottom: 0px;}
.agenda-pola { position:absolute; bottom:0; left:25px; width:86px; height:136px; overflow:hidden;}
#contenu-agenda { display:block; min-height:137px;}


	/* ------------------------------------------------------*/
	/* ---------->>> 9. MON COMPTE <<<-----------*/
	/* -----------------------------------------------------*/


table.menu { margin-bottom:15px;}
td#menu-compte div.generic { padding:1px 1px 5px 1px;}
td#bloc-contenu-compte div.generic { padding:20px 30px; position:relative;}
td#bloc-contenu-compte div.generic p { padding:0 0 15px;}
#phorum td#bloc-contenu-compte { width:685px;}
#phorum td#bloc-contenu-compte div.generic { width:685px;}
.titre-menu-compte { width:188px; height:35px; display:block; text-indent:-9999px;}
.titre-menu-compte-infos { background: url("/images/mon-compte/infos-personnelles.png") no-repeat 0 0; }
.titre-menu-compte-abos { background: url("/images/mon-compte/abonnements.png") no-repeat 0 0; margin-top:15px;}
.titre-menu-compte-messages { background: url("/images/mon-compte/messages.png") no-repeat 0 0; margin-top:15px;}
#menu-compte ul.list-menu li a { width:172px; height:45px; display:block; text-indent:-9999px; background-position: 0 0;}
#menu-compte ul.list-menu li a.current { background-position: 0 -45px;}
.lien-menu-compte-courriel { background-image: url("/images/mon-compte/courriel.png");}
.lien-menu-compte-motdepasse { background-image: url("/images/mon-compte/motdepasse.png");}
.lien-menu-compte-pseudo { background-image: url("/images/mon-compte/pseudo.png");}
.lien-menu-compte-coordonnees { background-image: url("/images/mon-compte/coordonnees.png");}
.lien-menu-compte-reabonner { background-image: url("/images/mon-compte/se-reabonner.png");}
.lien-menu-compte-abonnerami { background-image: url("/images/mon-compte/abonner-un-ami.png");}
.lien-menu-compte-parrainer { background-image: url("/images/mon-compte/parrainer-un-ami.png");}
.lien-menu-compte-gazette { background-image: url("/images/mon-compte/gazette-9h15.png");}
.lien-menu-compte-envoisforums { background-image: url("/images/mon-compte/envois-sur-les-forums.png");}
.lien-menu-compte-discussions { background-image: url("/images/mon-compte/discussions-suivies.png");}
.lien-menu-compte-boite { background-image: url("/images/mon-compte/boite-aux-lettres.png");}
.typo-compte-textbigger { font-size:24px;}
.typo-compte-textbig { font-size:18px;}
.typo-compte-textnormal { font-size:14px;}
.typo-compte-textnormal a { font-size:12px;}
.typo-compte-textnormal strong { font-weight:bold;}
.typo-compte-nb-messages { font-size:14px; color:#47637f;}
.typo-compte-nom { color:#9da9b9; font-weight:bold;}
.typo-compte-textinfo { font-style:italic; text-align:right;}
.bloc-messagesperso { position:absolute; top:20px; right:30px; border:1px solid #bfc7d2; padding:5px 10px 5px 40px; text-align:center; background:url("/images/lettre-big.png") no-repeat 10px center; color:#6e6d6e; font-size:12px; font-weight:bold;}
#mon-compte-envoyer { width:91px; height:24px; background: transparent url("/images/valider-abo.png") no-repeat 0 0; cursor:pointer; text-indent:-9999px; overflow:auto; border:0;}

			/* clemi */

.clemi-form  {text-align:left !important;}
.clemi-form img {padding:0 0 4px 0;}
.clemi-form input {margin:2px 0 4px 0;}
.clemi-image  {position:relative;float:left;width:94px;height:104px;}
.clemi-texte  {position:relative;float:left;width:550px;padding-left:30px;}
.clemi-submit {width:151px;height:36px;border: none;cursor:pointer;background: url("/images/clemi/activer.jpg") no-repeat left top;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/clemi/activer.jpg', sizingMethod='crop');text-indent: -5000px;padding:7px 0 0 0;}
.clemi-bold {font-size:18px}
.clemi-bold strong {font-weight:bold;}
.bloc-divers blockquote  {padding:10px 0 0 50px;}
.bloc-divers, .bloc-divers a  {font-size:13px;}

	/* --------------------------------------------------*/
	/* ---------->>> 10. MOBILES <<<-----------*/
	/* -------------------------------------------------*/


		/*--- iPHONE ---*/
#iphone-menu .item-1  {background: transparent url("/images/iphone/accueil.png") right top no-repeat;width:235px;height:70px;display:block;float:left;text-indent: -5000px;}
#iphone-menu .item-2  {background: transparent url("/images/iphone/modedemploi.png") right top no-repeat;width:235px;height:70px;display:block;float:left;text-indent: -5000px;margin:0 16px 0 16px;}
#iphone-menu .item-3  {background: transparent url("/images/iphone/aide.png") right top no-repeat;width:235px;height:70px;display:block;float:left;text-indent: -5000px;}
#iphone-menu .item:hover, #iphone-menu .item-on  {background-position:left top;}
#iphone-accueil  {font: 13px Helvetica, Verdana, sans-serif;padding-right:30px;color:#333;}
#iphone-accueil .left {margin-right:30px;}
#iphone-accueil a  {font: 13px Helvetica, Verdana, sans-serif;text-decoration:underline;}
.iphone-sommaire-titre  {font-size:14px; font-weight:bold; text-transform:uppercase; margin-top:30px; color:#333333;}
.iphone-sommaire-liste li  {margin-top:4px; margin-bottom:4px; font:14px 'Helvetica Neue', Verdana;}
.iphone-sommaire-liste li a  {font-weight:normal; font-size:14px; color:#5A7792;}
.iphone-question-titre  {font-size:14px; font-weight:bold; text-transform:uppercase; color:#333333; margin-bottom:25px;}
.iphone-legend  {font-size:13px; font-style:italic; color:#333;}
img.iphone-screenshot  { margin-right:1px; border:1px solid black;}
.iphone-contenu-html, .iphone-contenu-html p, .iphone-contenu-html li  {font:13px 'Helvetica Neue', Verdana; color:#333333; line-height:20px;}
.iphone-contenu-html ul  {list-style-image: url(/images/puce.gif);padding:5px 20px 5px 20px;}
.iphone-contenu-html ol  {padding:5px 20px 5px 20px;}
.iphone-contenu-html strong  {font-weight:bold;line-height:16px!important;}

		/*--- ANDROID ---*/
#android-menu .item-1  {background: transparent url("/images/android/accueil.png") right top no-repeat;width:235px;height:70px;display:block;float:left;text-indent: -5000px;}
#android-menu .item-2  {background: transparent url("/images/android/modedemploi.png") right top no-repeat;width:235px;height:70px;display:block;float:left;text-indent: -5000px;margin:0 16px 0 16px;}
#android-menu .item-3  {background: transparent url("/images/android/aide.png") right top no-repeat;width:235px;height:70px;display:block;float:left;text-indent: -5000px;}
#android-menu .item:hover, #android-menu .item-on  {background-position:left top;}


			/* hack prob affichage */
#recherche_avancee_hack { font-size:11px; overflow:hidden;}

	/* --------------------------------------------------*/
	/* ---->>> 11. NOS PUBLICATIONS <<<----*/
	/* -------------------------------------------------*/

.nos-publications{
	width: 735px;
	border-bottom:1px solid #BEC6D1;
	border-left:1px solid #BEC6D1;
	border-right:1px solid #BEC6D1;
}
	
.nos-publications  td{
	background:#fff url("/images/blocs/fonds/divers-bg.png") bottom left no-repeat;
	margin:0;
	padding:20px 25px 20px 30px;
	position:relative;
	font-size:11px; 
	overflow:hidden;
	text-align: justify;
}	

.nos-publications h1{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.nos-publications h2{
	color: #CC0000;
	font-size:13px;
	font-weight:bold;
	margin: 5px 0 5px 0;
}

.nos-publications h3{
	font-size:11px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

.nos-publications a{
	font-size: 11px;
}

.nos-publications h4 a{
	font-size:14px;
}

.nos-publications  img{
	margin:0;
	border:1px solid #BEC6D1;
	position:relative;
}	

	/* --------------------------------------------------*/
	/* ---------->>> 12. FORUMS <<<-----------*/
	/* -------------------------------------------------*/


.styled-button {width:16px;height:16px;border: none;cursor:pointer;background: url("/images/icono/ico_rechercher_blanc_16.png") no-repeat left top;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icono/ico_rechercher_blanc_16.png', sizingMethod='crop');text-indent: -5000px;}
#phorum  { _width: 960px; _padding-left:10px;}
#phorum div.generic  { _width:950px; _margin-left:2px;}
#phorum div.elu div.generic  { _width:950px;	_margin-left:0;}
#phorum div.message-body  { _width:950px; _margin-left:2px; padding-bottom:15px;}
#phorum div.message-option  { _width:950px; _margin-left:2px;}
#phorum div.message div.content  { _width:910px;}
#phorum div.header-first-post  { _width:950px; _margin-left:2px;}
#phorum table.menu  { margin-top:15px;}
#phorum table.menu td.menu .generic  { _width:200px;}
#phorum table.menu td.content .generic  { _width:750px;}
#post h1  {background-color:#fff;   background: url('/forum/templates/asi/images/fond-3.png') left 1px no-repeat;border:solid 1px #BFC7D2;font-size:120%;font-weight:bold;color:#fff;padding:0 8px 0 50px;height:35px;	line-height:35px;vertical-align:middle;display:block;width:892px;_width:951px;		}
#post-form  {width:950px;border:solid 1px #BFC7D2;border-top:none;padding-bottom:15px;margin-bottom:15px;background: url('/forum/templates/asi/images/fond-blanc.png') left bottom no-repeat;	}
#post-form div.generic  { border:none;background: url('/forum/templates/asi/images/bande-blanche.png') left top repeat-y;	_margin-left:-1px;_background-position: 1px top;}
#post-body .body  {font-size:14px !important;}
#phorum div.message  { background: url('/forum/templates/asi/images/bande-blanche.png') 1px top repeat-y;}
#phorum div.prime, #phorum div.messages_vote div.message  { background: none;}
#phorum .message-body-elu a, .message-body-elu  {font-size:12px !important;line-height:20px !important;text-align:justify !important;}
#phorum .message-body .content {line-height:16px!important;text-align:justify !important;}

