ul.ListStyle2 li {
	background: url(../images/decor/illus_meuble_square_small_red.gif) no-repeat left 5px;
	padding-left: 8px;
}
#version {
	margin: 0 auto;
	width: 500px;
	font-size: 0.86em;
}
.WrapTitle {
	position: relative;
	width: 500px;
}
.WrapTitle h1 {
	color: #d10527;
	font-size: 1.65em;
	font-weight:normal;
}
.WrapTitle p {
	color: #4a4a4a;
	font-size: 1.2em;
	margin-top: 15px;
}
	.WrapTitle p span {
		color: #d10527;
		font-weight: bolder;
	}
.WrapLink1 {
	font-size: 1em;
	position: absolute;
	bottom: 3px;
	right: 0px;
}
	.WrapLink1 a {
		display: block;
		padding-left: 12px;
	}
	.WrapLink1 a:hover,
	.WrapLink3 a:hover { text-decoration:underline }
	.WrapLink1 a.Retour {
		background: url(../images/decor/illust_btn_retour.gif) no-repeat left 2px;
	}
	.WrapLink1 a.Nouvelle {
		background: url(../images/decor/illus_btn_nouve.gif) no-repeat left 2px;
	}
.WrapLink3 {
	font-size: 1em;
	float: right;
	overflow: hidden;
	width: 233px;
}
* html .WrapLink3 {
	height: 1%;
}
	.WrapLink3 a {
		display: block;
		padding-left: 12px;
	}
	.WrapLink3 a.Retour {
		background: url(../images/decor/illust_btn_retour.gif) no-repeat left 2px;
		float: left;
	}
	.WrapLink3 a.Nouvelle {
		background: url(../images/decor/illus_btn_nouve.gif) no-repeat left 2px;
		float: right;
	}

.PageNavigation {
	background: url(../images/decor/illus_meuble_line_decor.gif) repeat-x left top;
	margin-bottom: 6px;
	overflow: hidden;
	margin-top: 3px;
}
* html .PageNavigation {	
	height: 1%;
}
.WrapPageNav {
	background: url(../images/decor/illus_meuble_line_decor.gif) repeat-x left bottom;
	padding: 8px 0px;
	float: left;
}
.PageNavigation a {
	width: 145px;
	font-size: 1em;
	text-decoration:underline
}
.PageNavigation a:hover { text-decoration:none }
.PageNavigation a.Precedent {
	float: left;
	padding-left: 12px;
	background: url(../images/decor/illust_btn_retour.gif) no-repeat left 2px;
}
.PageNavigation p {
	float: left;
	text-align: center;
	width: 185px;
}
.PageNavigation a.Suivant {
	float: right;
	padding-right: 12px;
	text-align: right;
	background: url(../images/decor/illus_btn_retour2.gif) no-repeat right 2px;
}
.WrapLink2 {
	overflow: hidden;
}
* html .WrapLink2 {
	height: 1%;
}
.WrapLink2 a {
	float: left;
	margin-right: 5px;
}
a.Ajouter {
	float: right;
	margin-right: 0px;
}
	#version p.CloseButton {
		text-align: right;
		padding-right: 20px;
	}
	#version #contentversion {
		padding: 6px 0px 28px 0px;
	}

		#contentversion #boxInfo01 {
			margin: 4px 0px 12px 0px;
			padding: 10px 0px 10px 10px;
			background-color: #f0efef;
			overflow: hidden;
		}
		#boxInfo01 #infoFloirac {
			float: left;
			width: 260px;
		}
			#infoFloirac h2.Alt01 {
				color: #d10527;
				text-transform: uppercase;
				padding-bottom: 5px;
				font-size: 1.2em;
			}
			#infoFloirac p.Detail {
				padding-bottom: 5px;
			}
			#infoFloirac p.Price {
				 padding-top: 10px;
				 padding-bottom: 15px;
			}
			#infoFloirac p.Price span {
				padding: 3px 5px;
				color: #4e4e4e;
				background-color: #c3c3c3;
				font-weight: bolder;
			}
			#infoFloirac .Plan {
				width: 85px;
				border: #d10527 solid 1px;
				padding: 2px 0px;
				background-color: #FFFFFF;
			}
			#infoFloirac .Plan a:link,
			#infoFloirac .Plan a:visited,
			#infoFloirac .Plan a:hover {
				color: #d10527;
				background: url(../images/decor/px_arrow3.gif) no-repeat left 4px;
				margin: 0px 4px;
				padding-left: 6px;
				text-decoration: none;
				font-weight: bolder;
				font-size: 0.925em;
			}
			
		#boxInfo01 #showImg {
			float: right;
			width: 170px;
			position: relative;
		}
		#boxInfo01 #showImg a.Zoom {
			display: block;
			width: 17px;
			height: 17px;
			position: absolute;
			top: 0px;
			right: 0px;
			background: url(../images/decor/illust_zoom.gif) no-repeat left top;
		}
		#boxInfo01 #showImg a.Zoom span {
			display: none;
		}
		#showImg p#layer01 {
			position: absolute;
			top: 0px;
			right: 0px;
		}
		#showImg #itemsList01 {
			overflow: hidden;
		}
		#showImg #itemsList01 ul {
			float: right;
			padding-bottom: 4px;
			padding-top: 3px;
		}
		#showImg #itemsList01 ul li {
			float: left;
			margin-right: 3px;
		}
		#showImg #itemsList01 ul li a {
			float: left;
			width: 17px;
			height: 15px;
			margin-right: 3px;
			text-align: center;
			padding-top: 2px;
			color: #d10527;
			border: 1px solid #d10527;
		}
		#showImg #itemsList01 ul li a.Active,
		#showImg #itemsList01 ul li a:hover {
			background: #d10527;
			color: #FFFFFF;
		}
		#showImg #itemsList01 ul li.Last {
			margin-right: 0px!important;
		}
		#showImg #plusImg {
			width: 100%;
	    }
			#plusImg p {
				float: right;
				padding-bottom: 5px;
				padding: 2px 0px;
			}
			#plusImg a:link,
			#plusImg a:visited,
			#plusImg a:hover {
				color: #d10527;
				display: block;
				margin: 0px 4px;
				padding: 0px 0px 2px 20px;
				text-decoration: none;
				font-weight: bolder;
				background: url(../images/decor/px_arrow2.gif) no-repeat left top;
			}
		#version h3.Alt02 {
			font-size: 1.2em;
			color: #e40429;
			font-weight: bolder;
			padding-left: 12px;
			background: url(../images/decor/px_square01.gif) no-repeat left 6px;
		}
		#version #boxInfo2 {
			padding-bottom: 5px;
			overflow: hidden;
		}
			#boxInfo2 #detailWnd {
				width:auto; float:none; clear:auto;
				/*float: left;*/
				/*width: 290px;*/
			}
			#version h4.Port {
				font-size: 1em;
				font-weight: bolder;
				padding-bottom: 4px;
				padding-top: 14px;
			}
				#boxInfo2 .TVA {
					margin-top: 6px;
					font-size: 1.1em;
					background: url(../images/decor/illus_profitez.gif) no-repeat left top;
					padding: 10px 15px 6px 37px;
					font-weight: bolder;
				}
			#boxInfo2 #interesse {
				float: right;
				width: 170px;
				margin-left:8px;
				margin-bottom:8px;
			}
				#interesse h4.InteressTit {
					font-size: 1em;
					color: #d10527;
					font-weight: bolder;
					padding-top: 10px;
					padding-bottom: 4px;
					background: url(../images/decor/illus_interest.gif) repeat-x left bottom;
				}
				#interesse #infoInter {
					padding: 9px 6px;
					background: #e46269 url(../images/decor/illus_interest.gif) repeat-x left bottom;
					color: #FFFFFF;
				}
				#infoInter .Commercial {
					background: url(../images/decor/px_circle2.gif) no-repeat left 4px;
				}
				#infoInter .Commercial:first-letter {
					padding-left: 11px;
				}
				#infoInter .Commercial a {
					background: url(../images/decor/px_circle2.gif) no-repeat left 4px;
					color: #FFFFFF;
				}
				#infoInter .Commercial a:first-letter {
					padding-left: 11px;
				}
				#infoInter .Commercial a:hover{
					text-decoration: underline;
				}
			#version p.Environment {
				margin-top: 3px;
				margin-bottom: 10px;
				padding-left: 11px;
				background: url(../images/decor/px_circle1.gif) no-repeat left 4px;
			}
			#version p.Environment a { color: #4e4e4e; text-decoration:underline }
			#version p.Environment a:hover { text-decoration:none }
		
		table.Data01 {
			text-align: center;
		}
		
		table.Data01 thead {
			font-weight: bolder;
		}
		table.Data01 thead td {
			border: none;
		}
		table.Data01 td {
			padding: 2px 0px;
			border-right: #c5c5c5 solid 1px;
		}
		table.Data01 td.Plan {
			width: 45px;
			border: none;
		}
		table.Data01 td.STT {
			width: 25px;
			font-weight: bolder;
		}
		table.Data01 tr td.Name {
			background-color: #c5c5c5;
		}
		table.Data01 td.Name {
			text-align: left;
			color: #FFFFFF;
			padding-left: 3px;
			font-weight: bolder;
		}
		table.Data01 tr.A01 {
			background: url(../images/decor/px_dot01.gif) repeat-x left bottom;
		}
		table.Data01 tr.A02 {
			background-color: #e46269;
			color: #FFFFFF;
		}
		.Note {
			font-size: 0.86em;
		}
	#footerVer {
		background: url(../images/decor/illus_popup_bg.gif) repeat-x left bottom;
	}
	#footerVer p {
		text-align: right;
		padding-right: 20px;
	}
		
				
		
