#pageLeft{
	width:500px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;

}

#pageRight{
	width:165px;
	float:right;
	background:url('images/bg_page_right.jpg') 0px 0px no-repeat;
	padding:20px;
	font-size:11px;
}



/*----------------------- Link --------------------------------*/

.link{

}

	.link A{
		display:block;
		padding-left:20px;
		padding-top:12px;
		padding-bottom:8px;
		font-size:10px;
		background:url('images/bg_link.jpg') 0px 0px no-repeat;
		text-decoration:none;
	}
	
	.link A:hover, A.active{
		background-color:#FFFFFF;
	}

/*----------------------- Cadre--------------------------------*/

.cadre{
	border:1px dotted #2A5359;
	padding:5px;
	margin-bottom:15px;
}

/*----------------------- Important ---------------------------*/

.important{
	padding:10px;
	border:1px solid #2A5359;
	background-color:#E4EEF1;
	color:#2A5359;
	font-size:14px;
	text-align:center;
	width:90%;
	line-height:20px;
}



/*----------------------- Liste ---------------------------*/

.liste{
	font-size:10px;
	margin-bottom:15px;
	border-top:1px dotted #018045;
}

.liste TD{
	padding:2px;
	background-color:#F6FCF9;
	border-bottom:1px dotted #018045;
}

.liste TH{
	padding:3px 0px 3px 0px;
	background-color:#D2EFE1;
}
