
.leftSide{
	width:340px;
	float:left;
}

.rightSide{
	width:340px;
	float:left;
}


/*----------------------- Liquid division --------------------------------*/

.liquidLeft{
	width:49%;
	float:left;
}

.liquidRight{
	width:49%;
	float:right;
}


/*----------------------- Link --------------------------------*/
.link{
	margin: 0 5px;
	background-color:#f8f6f6;
}

	.link a {
		display: block;
		height: 15px;
		padding: 5px 23px;
		border-bottom: 1px solid #b3aa9c;
		font-size: 11px;
		color: #665953;
		background: url('images/puce_link.gif') no-repeat 0 3px;
	}

		.link A:hover{
			padding: 5px 23px;
			color:#ffffff;
			background-color: #525381;
		}


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

.cadre{
	margin:5px;
	padding:10px;
	background-color:#ffffff;
}

/*cadre*/ .style1{
	border:2px solid #525381;
}

/*cadre*/ .style2{
	border:2px solid #525381;
}

/*cadre*/ .style3{
	border:1px solid #dad3d0;
}

	/*cadre*/ .style2 H3{
		color:#b7ce24;
	}

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

.important{
	padding:10px;
	border:2px solid #525381;
	color:#525381;
	font-size:120%;
	text-align:justify;
	background-color:#dbdcec;
}

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

.liste{
	font-size:11px;
	border-left:5px solid #b3aa9c;
	border-right:5px solid #b3aa9c;
	background-color:#ffffff;
}

.liste TD{
	border-bottom:1px solid #dad3d0;
}

.liste TH{
	color:#40392d;
	background-color:#cfc9bf;
}

/* ------------------------------------------------------------------ */

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker {
	width: 220px;
	_width: 199px;
	height: 80px;
	position: relative;
	overflow:hidden;
}

#newsticker ul {
	list-style: none;
	text-align:left;		
	margin:0px;
	padding:0px;
}		

#newsticker li {
	width: 200px;
	_width: 199px;
	height: 90px;

	color: white;
	font-size:12px;
}

#newsticker #togglenewsticker {			
	display:none;
}

* html #newsticker #togglenewsticker {
	right: 30px;
}


/* -------------------------Logo Zack ----------------------------------------- */

.logoZack{
	display:block;

	position: absolute;
	margin-left: 510px;
	margin-top: 234px;

	width:160px;
	height:224px;
	padding:5px;
	background-color:#b3aa9c;
}


.logoZack:hover{
	background-color:#cfc9bf;
}


	.logoZack .texte{
		height:48px;
		padding:5px;
		margin-top:5px;
		font-size:11px;
		display: block;
		font-weight:bold;
		color:#40392D;
		text-transform:uppercase;
		background-color:#cfc9bf;
		overflow: hidden;
	}

	.logoZack:hover .texte{
		background-color:#525381;
		color:white;
	}
