#pageRight .leftSide{
		width:530px;
		float:left;
		padding-right: 5px;
	}
	
	#pageRight .rightSide{
		width: 210px;
		float:right;
	}
		
/*---- TWO COLUMNS ----*/

	#pageRight .twoColumns{
		width:748px;
	}
	
		#pageRight .twoColumns .column{
			width:365px;
			float:left;
		}

		#pageRight .twoColumns .column2{
			width:369px;
			float:left;
			margin-left: 10px;
		}


	/*#pageRight .threeColumns{
		width:707px;
	}

		#pageRight .threeColumns .column{
			width:225px;
			float:left;
		}*/

	#pageRight .twoColumns .sepColumn{
		width:10px;
		height:10px;
		float:left;
	}

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

.liquidRight {
	width: 49%;
	float: left;
	margin-left: 14px;
}

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



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

	.link{
		margin-left: 12px;
		width: 200px;
		padding-bottom: 20px;
	}


		.link A{
			padding: 3px;
			text-decoration:none;
			display:block;
			color: #432F58;
			font-size:12px;
			background: url('images/bg_link_a.gif') no-repeat 0px 4px;
			padding-left: 22px;
			padding-bottom: 6px;
			border-bottom: solid #E3E2E8 1px;
		}

			.link A:hover{
				background-color:#F6F9FE;
				color:#6B5185;
				background: url('images/bg_link_a_hover.gif') no-repeat 0px 4px;
			}

		.linkDr{
		width: 200px;
		padding-bottom: 20px;
	}

	.linkDr A{
			padding: 3px;
			text-decoration:none;
			display:block;
			color: #432F58;
			font-size:12px;
			background: url('images/bg_link_a.gif') no-repeat 0px 4px;
			padding-left: 22px;
			padding-bottom: 6px;
			border-bottom: solid #E3E2E8 1px;
		}

			.linkDr A:hover{
				background-color:#F6F9FE;
				color:#6B5185;
				background: url('images/bg_link_a_hover.gif') no-repeat 0px 4px;
			}


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

.cadre{
	border:1px solid #EFEFEF;
	padding:10px;
	padding-bottom: 15px;
	background:url('images/bg_cadre.jpg') repeat-x #EFEFEF;
}

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

.important{
	padding:10px;
	border:1px solid #41b1bf;
	font-size:120%;
	text-align:justify;
	background-color: white;
}

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

.liste{
	font-size:11px;
	margin-bottom:15px;
}

.liste TD{
	padding:2px;
	border-bottom:1px solid #EEEFF1;
}

.liste TH{
	padding:3px 0px 3px 0px;
}

/*------------------------ Order By Phone ------------------------ */

		#orderByPhone a{
		padding-top: 15px;
		font-size: 14px;
		text-align: center;
		color: white;
		width: 210px;
		height: 141px;
		background:url('images/bg_orderByPhone.jpg') 0px 0px no-repeat;
		display: block;
		}
		
		#orderByPhone a:hover{
		background:url('images/bg_orderByPhone_hover.jpg') 0px 0px no-repeat;
		}
		

/*----------------------- Advice    -------------------------------- */
			#advice {
			width: 210px;
			height: 171px;
			background:url('images/bg_advice.jpg');
			margin-left: 10px;
			margin-bottom:10px;
			}

				#advice H1 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				color: #80649E;
				margin-left: 20px;
				padding-top: 10px;
				}

				#advice P {
				color: #7F7B82;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding-right: 25px;
				padding-left: 20px;
				margin-top: 3px;
				}
					#advice P.tab {
					color: red;
					margin-left: 80px;
					}

				#advice A {
				color:#33A6B5;
				}

				#advice A:hover {
				color: #7F7B82;
				}

/*------------------------------ Apply ----------------------------------- */

	.apply {
	width: 135px;
	height: 66px;
	background:url('images/bg_apply.jpg');
	margin-left: 5px;
	margin-bottom:10px;
	padding-left: 65px;
	padding-top: 15px;
	color: white;
	display: block
	}

	.apply:hover {
	background:url('images/bg_apply_hover.jpg');
	color: white;
	}

	ul {
	list-style-image: url('images/puce.gif');
	}
