.ImgButton {
	cursor: hand;
	cursor: pointer;
}
.LeftTab {
	width: 11px;
	background-image: url(../images/charte/tab_on_2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.NewLinkOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*color: #FFFFFF;*/
	color: #82BFD2;
	cursor: hand; cursor:pointer;
	border: 1px solid #00536E;
	padding-left:14px;
	background-color: #00536E;
	/*background-image: url(../images/charte/tabarrow_on.gif);*/
	background-image: url(../images/charte/tabarrow_off.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.NewLinkOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	cursor: hand; cursor:pointer;
	border: 1px solid #007195;
	background-color: #006180;
	padding-left:14px;
	background-image: url(../images/charte/tabarrow_on.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.accueil-news{
	float:left;
}