#presse_c
{
	background:url(../images/presse_journal.jpg) no-repeat 0 0;
	padding-left:220px;
	z-index:1;
	position:relative;
}

#presse
{
	width:660px;
	height:305px;
	background:#282d03;
	padding:10px;
	position:relative;
	z-index:inherit;
}
	/* 
		SLIDER
	*/
	#presse_slider_wrapper
	{
		overflow:auto;
		overflow-x:hidden;
		padding-right:20px; /* 0 is set via JS */
		width:650px;  /* 660  is set via JS */
		height:305px;
		position:relative;
	}
	.article
	{
		position:relative;
		width:650px; /* 660 is set via JS */
		float:left;
		margin-right:5px;
		overflow:hidden;
		height:300px;
	}
	#presse_slider
	{
	}
	/*
	
		TITRE 
		
	*/
	.article-titre
	{
		height:24px;
		border-bottom:1px solid #4a4a1a;
		position:relative;
		margin-bottom:1px;
	}
		.article-titre h1
		{
			color:#c3c331;
			font-size:14px;
			float:left;
			padding:0 ;
			height:auto;
			line-height:normal;
		}
		.article-titre .toggle-infos
		{
			display:block;
			float:right;
			color:#636315;
			text-transform:uppercase;
			padding:3px 0;
			padding-right:30px;
			background:url(../images/rea_infos_bt.jpg) no-repeat 100% 50%;
			cursor:pointer;
		}

		.article-titre .toggle-infos:hover
		{
			color:#FFFFFF;
		}

	/*
	 
	INFOS / DESCRIPTION 
	
	*/
		.article-infos
		{
			width:650px;
			background:#212502;
			height:40px;
			padding:5px 5px ;
			border-bottom:1px solid #4a4a1a;
			position:relative;
		}
		.article-infos dl
		{
			margin: 0;
			padding: 2px;
		}
		.article-infos dt
		{
			width: 120px;
			float:left;
			color:#e8e87e;
			text-align:right;
		}

		.article-infos dd
		{
			margin: 0 0 0 125px;
			padding: 0 0 .1em .5em;
			color:#e3e3cc;
		}
		.article-infos a.download
		{
			display:block;
			position:absolute; left:37%; top:27px;
			padding-left:15px;
			background:url(../images/article_download.jpg) no-repeat 0 50%;
		}

	/*
		CONTENU 
	*/
	.article-resume
	{
		position:relative;
	}
		/* image */
		.article-resume-image{
			position:absolute;
			top:10px;
			left:0;
			height:182px;
			width:148px;
			background:url(../images/article_bg_miniature.jpg) no-repeat 0 0;
			sfloat:left;
		}
		.article-resume-image img{ padding: 10px 0 0 16px; }
		.article-resume h2
		{
			position:absolute;
			top:10px;
			right:0;
			padding:2px 0 5px 0; margin:0;
			font-size:14px;
			color:#e3e3cc;
			text-transform:none;
			sfloat:right;
			width:495px;
		}
			.article-resume h2 span
			{
				color:#e8e87e;
				display:inline;
				font-size:inherit; font-style:normal; font-weight:inherit;
			}
		/* texte */
		.article-resume-texte
		{
			position:absolute;
			top:35px;
			right:0;
			sfloat:right;
			height:155px; width:490px;
			padding:5px;
			font-size:11px;
			color:#e3e3cc;
			overflow:auto;
		}
			.article-resume-texte-scroll
			{
				position:absolute;
			}
			.article-resume-texte-scroll div
			{
				padding:2px 4px; background:#e8e87e; 
			}
	/*
	
		PRECEDENT - SUIVANT
		
	*/
	#reas_nav
	{
		position:absolute; bottom:10px; 
		right:20px; 
		color:#c3c331;
	}
	#reas_prec, #reas_suiv{ display: block; text-decoration:none; cursor:pointer; float:left; padding:2px; }
	#reas_prec{ margin-right:15px; background:url(../images/rea_prec.gif) no-repeat 0 3px; padding-left:20px;}
	#reas_suiv{ background:url(../images/rea_suiv.gif) no-repeat 100% 3px; padding-right:20px; }
	#reas_prec:hover, #reas_prec.disabled
	{
		background-position:0 -27px;
		color:#FFFFFF;
	}
	#reas_suiv:hover, #reas_suiv.disabled
	{
		background-position:100% -27px;
		color:#FFFFFF;
	}
	#reas_nav .disabled
	{
		cursor:default;
		color:#636315;
	}


	/* 
		ACCES RAPIDE (MENU);
	*/
	#acces_rapide
	{
		position:absolute;
		left:10px;
		bottom:11px;
	}
	* html #acces_rapide
	{
		position:absolute;
		left:10px;
		bottom:10px;
	}
		#acces_rapide_bt
		{
			width:150px;
			padding:4px;
			padding-left:0;
			color:#c3c331;
			font-size:9px;
			text-transform:uppercase;
			cursor:pointer;
		}
		#acces_rapide_list_c
		{
		
		}
		#acces_rapide ul.main
		{
			display:none;
			position:absolute;
			bottom:24px;
			height:251px;
			overflow:auto;
			overflow-x:hidden;
			left:0;
			background:#4a4a1a;
			padding:0;
			width:330px;
			border-right:1px solid #282d03;
		}

		#acces_rapide ul, #acces_rapide li
		{
			list-style-type:none;
			margin:0;
			padding:0;
		}
		#acces_rapide ul li a
		{
			display:block;
			text-decoration:none;
			padding:3px 5px;
			padding-left:15px;
			margin:1px 5px 1px 2px;
			border-bottom:1px solid #3f3f1c;
			font-size:10px;
			text-transform:uppercase;
		}
			#acces_rapide ul li
			{
				display:block;
			}
			#acces_rapide ul a:hover, #acces_rapide ul li.active a
			{
				width:auto;
				display:block;
				text-decoration:none;
				color:#ffffff;
				background:url(../images/rea_arrow.gif) no-repeat 0 50%;
			}


/**************************************************************

	Slider
	v 1.0

**************************************************************/
.article-resume-texte-scroll
{
	position:absolute;
	width:10px;
	background:#212502 url(../images/article_scrollbar.jpg) repeat-y 0 0;
}
.article-resume-texte-scroll div
{
	background:#d2d254 url(../images/article_scrollbar_button.jpg) repeat-y 0 50%;
	width: 10px;
	height: 30px;
	cursor: pointer;
}
* html .article-resume-texte-scroll, * html .article-resume-texte-scroll div
{
	width:2px;
} 
/*
#slideContainer1, #slideContainer2 {
	border: 1px solid #ccc;
	height: 20px;
}

#slideHandle1, #slideHandle2 {
	background-color: orange;
	width: 10px;
	height: 20px;
	cursor: pointer;
}

#slideContainer2 {
	margin-top: 20px;
	background-image: url(bg.gif);
}

#pos1, #pos2 {
	border: 1px solid #ccc;
	height: 20px;
	width: 130px;
	margin-top: 5px;
	padding-left: 2px;
}
*/
/*************************************************************/
