@CHARSET "UTF-8";
.OngletBarre{
		width:100%;
		height:22px;
		border-bottom: 1px solid #999999;
		color: black;
		text-decoration:none;
	}
	
	
	.OngletBarre .OngletActif{
			background-image:url("/images/onglet/onglet_pages.jpg");
			background-repeat:repeat-x;
			color:black;
			text-decoration:none;
			
			height:22px;
			float:left;
			border-top:1px solid #999999;
			border-right:1px solid #999999;
			line-height:18px;
			padding-right:10px;
			padding-left:10px;
			cursor:pointer;
		}
				
	.OngletBarre .OngletInactif{
			background-image:url("/images/onglet/onglet_0ff.jpg");
			background-repeat:repeat-x;
			color:black;
			text-decoration:none;
			height:21px;
			float:left;
			border:1px solid #999999;
			border-left:0px;
			line-height:18px;
			padding-right:10px;
			padding-left:10px;
			cursor:pointer;
		}

	.OngletBarre .OngletDesactive{
			background-color:#DDDDDD;
			color:black;
			text-decoration:none;
			height:21px;
			float:left;
			border:1px solid #999999;
			border-left:0px;
			line-height:18px;
			padding-right:10px;
			padding-left:10px;
			text-decoration:none;
			cursor:default;
		}

