@CHARSET "utf-8";

#left-block ul.archives
{
	padding-bottom: 0;
}
	#left-block ul.archives li
	{
		display:block;
		float:left;
		width: 80px;
		margin: 0;
	}
	#left-block ul.archives li.calage
	{
		display: block;
		line-height: 0;
		float: none;
	}

.left-block-p1 .selected
{
	background-color: #74787D;
}

#title-block
{

}
	#title-block .button-archives
	{
        position: absolute;
        top: 167px;
        right: 50px;
	}
	#title-block a.archives
	{
		border: solid #c2c2c3 1px;
		background: url('/images/button-bg.jpg') 0 0 repeat-x;
		color: #ffffff;
		cursor: pointer;
		width: 95px;
		height: 16px;
		display: block;
		padding: 1px 0;
		text-align: center;
		text-decoration: none;
	}

#module-content
{
    padding: 20px 30px 0 30px;
}
/*
	#module-content select
	{
		border: solid #cfd0d2 1px;
		color: #50585f;
		font-size: 12px;
		margin-top: 5px;
		padding-left: 5px;
		width: 300px;
	}
*/
	#module-content .pager
	{
		margin: 20px 0 5px 0;
		text-align: right;
		float: right;
	}
	#module-content .hr
	{
		background: #b9bbbe;
		height: 1px;
		margin: 12px 0 15px 0;
	}
	#module-content .news
	{
		margin: 10px 0 10px 0;
	}
		#module-content .news-text
		{
			float: left;
			width: 390px;
			text-align: justify;
		}
		#module-content div.news-text.w100pc
		{
			width: 100%;
		}
		#module-content .news-pic
		{
			float: right;
			margin-top: 23px;
		}
		#module-content em
		{
			font-size: 12px;
			font-style: normal;
		}
		#module-content strong
		{
			color: #000000;
			font-size: 12px;
		}
		#module-content .news a.title
		{
			padding-left: 12px;
			background: url('/images/right-arrow.png') no-repeat 3px 4px;
		}
		#module-content .news a.pdf
		{
			padding-left: 18px;
			background: url('/images/picto-pdf.png') no-repeat;
		}
		#module-content .news .closed
		{
			height: 32px;
			overflow-y: hidden;
		}
		#module-content .news p
		{
			margin: 0;
		}

