#wrapper {	
	margin: 0px auto;
	width: 1000px;
}
	.MainContent {
		background: #d5d5d5 url(../images/bg-body.gif) left top repeat-x;
		padding-bottom: 15px;
	}
		.MainContent .Block01 {
			background: url(../images/bg-02.gif) left top no-repeat;
			float: right;
			width: 775px;
		}
		.MainContent .Block02 {
			background: url(../images/bg-01.gif) top right no-repeat;
			display: inline;
			float: left;
			margin-left: 49px;
			width: 176px;
		}
			.MainContent .Block02 .Box01 {
				background: url(../images/bg-box01.gif) left top no-repeat;
				text-align: center;
				margin: 11px 0px 52px;
				padding-bottom: 5px;
			}
			.MainContent .Block02 .DeVous {
				background: url(../images/bg-devous.gif) left top no-repeat;
				padding: 7px 0px 0px 0px;
			}
				.MainContent .Block02 .DeVous .Inner {
					/* background: url(../images/bg-devous-loop.gif) left top repeat-y; */
					text-align: center;
					padding-top: 8px;
				}
					.MainContent .Block02 .DeVous .Inner h2 {
						font-size: 0px;
						height: 40px;	
						line-height: 0px;					
						text-indent: -10000px;
						padding: 0px 0px 12px;
					}
					.MainContent .Block02 .DeVous .Inner .LstPhoto a:hover img{
						opacity: 0.8; 
						-moz-opacity: 0.8; 
						filter: alpha(opacity=80); 	
					}
					.MainContent .Block02 .DeVous .Inner .BtnSave {
						display: block;
						font-size: 0px;
						height: 24px;
						line-height: 0px;
						margin: 7px auto 5px;
						text-indent: -10000px;						
						width: 120px;
					}
					.MainContent .Block02 .DeVous .Inner a.BtnSave:hover {
						background-position: left bottom;
					}
				.MainContent .Block02 .DeVous .Bottom {
					background: url(../images/bg-devous-bottom.gif) left top no-repeat;
					display: block;
					font-size: 0px;
					height: 7px;
					line-height: 0px;
				}
#header {
	margin: 0px 0px 7px 119px;
	position: relative;
	padding-top: 31px;
}
	#header p {
		color: #fff;
		font-size: 1.6em;
		padding-top: 38px;
	}
	#header h1 {
		height: 37px;
		margin-bottom: 5px;
		/*
		color: #6e99cc;
		font-size: 3.9em;		
		text-transform: uppercase;		
		*/
	}
	#header h2 {
		height: 28px;
		padding-bottom: 2px;
	}
	#header h1 span,
	#header h2 span {
		display: none;
	}
	#header .Version {
		background: url(../images/bg-version.gif) top right no-repeat;
		right: 0px;
		padding: 2px 0px;
		position: absolute;		
		top: 0px;
		width: 177px;
	}
		#header .Version .TextLink {
			background: url(../images/bullet01.gif) left 4px no-repeat;
			display: inline;
			font-size: 1.2em;
			float: left;
			margin: 2px 0px 0px 21px;
			padding: 0px 5px 0px 15px;
		}
		#header .Version a.TextLink:hover {
			background-position: left -10px;
		}
#main {
	margin-left: 103px;
}		
	.Container01 .CentralZone {
		float: right;
		width: 242px;
	}	
		.Container01 .CentralZone h3 {
			background: url(../images/bg-central-zone.gif) left top no-repeat;
			color: #2b6db0;
			font-size: 1.2em;
			margin-bottom: 8px;
			padding: 6px 0px 8px;
			text-align: center;
			text-transform: uppercase;
		}
		/*\*/
		html*.Container01 .CentralZone h3 { 
			margin-top: 3px;
		}/**/ 
			.Container01 .CentralZone h3 span {
				color: #020202;	
			}
		.CentralZone li {				
			margin: 0px 0px 12px 6px;
			width: 100%;
			overflow: hidden;
		}
			.CentralZone li a:hover img{
				opacity: 0.8; 
				-moz-opacity: 0.8; 
				filter: alpha(opacity=80); 	
			}
				.CentralZone li img {
					border-left: 4px solid #a5a5a5;
					border-right: 4px solid #a5a5a5;
					border-top: 3px solid #a5a5a5;
					border-bottom: 3px solid #a5a5a5;
					float: left;
				}
				.CentralZone li p {
					padding: 6px 0px 0px 117px;
					background: url(../images/bullet02.gif) 106px 10px no-repeat;
					font-family: "Myriad Pro", Arial;
					font-size: 1.2em;
					color: #020202;
				}
			
#footer {
	background: url(../images/bg-footer.gif) left top repeat-x;
	color: #b1b1b2;	
	font-size: 1em;
	padding: 4px 0px 7px;
}	
	#footer p {
		margin: 0px auto;
		width: 187px;
	}
		#footer span {
			float: left;
			margin-top: 3px;
		}
			#footer span a:link,
			#footer span a:visited {
				color: #b1b1b2;
			}
		#footer img {
			float: right;
		}

.Popup {
	background: #d5d5d5;
	width: 496px;
	padding: 0px 0px 16px 24px;
	position: relative;
}
	.Popup .Close {
		background: url(../images/btn-close.gif) left top no-repeat;
		display: block;
		float: right;
		font-size: 0px;
		height: 20px;
		line-height: 0px;
		margin: 6px 6px 0 0;
		text-indent: -10000px;
		width: 20px;
	}
	.Popup a.Close:hover {
		background-position: left bottom;
	}
	.Popup h3 {
		clear: both;
		height: 0px;
		margin-bottom: 30px;
		padding-top: 36px;
		overflow: hidden;
		text-indent: -10000px;
		margin-left: -27px;
	}
	
	.Popup .Field01,
	.Popup .Field02 {
		margin-bottom: 12px;
		padding-right: 25px;
	}
	.Popup .Field03 {
		margin: 0px auto 14px;
		padding-right: 24px;
		width: 330px;
	}
		.Popup .Field03 h5 {
			color: #6d99cc;
			margin-top: 4px;
			margin-bottom: 4px;
			font-size: 1.6em;
			font-family: "Myriad Pro", Arial;
		}
		.Popup .Field01 .Control,
		.Popup .Field02 .Control,
		.Popup .Field03 .Control {
			float: right;
			text-align: right;
		}
			.Popup .Field01 .Control .InputStyle,
			.Popup .Field02 .Control .InputStyle01,
			.Popup .Field03 .Control .InputStyle {
				border: 1px solid #c3c3c3;
				font-size: 1.1em;
				margin: 0px;
				padding: 2px;									
				width: 190px;
			}
			.Popup .Field02 .Control .InputStyle01 {
				width: 350px;
			}
			.Popup .Field03 .Control .InputStyle {
				width: 207px;
			}
			textarea.InputStyle01 {
				height: 62px;
			}
		.Popup .Field01 label,
		.Popup .Field02 label {
			color: #6d99cc;
			float: left;
			font-size: 1.2em;
			font-weight: bolder;
			margin-top: 4px;
			width: 265px;
			text-transform: uppercase;
		}
		.Popup .Field03 label {
			color: #6d99cc;
			float: left;
			font-size: 1.4em;
			font-weight: bolder;
			margin-top: 4px;
			width: 110px;
			text-transform: uppercase;
		}
		.LabelStyle01 {
			color: #6d99cc;
			font-size: 1.2em;
			font-weight: bolder;
			padding-left: 10px;
			padding-bottom: 5px;
			display: block;
		}
		.Popup .Field02 label {
			width: 114px;
		}
	.Popup .BtnEnvoyer {
		border: none;
		cursor: pointer;
		font-size: 0px;
		height: 39px;
		line-height: 0px;
		margin: 30px 0px 0px;
		text-indent: -10000px;
		width: 92px;
		display: block;
		/*position: absolute;
		left: 27px;
		top: 352px;*/ 
	}	
	.Popup input.Hover {
		background-position: left bottom;
	}
	.Popup .InputStyle02 {
		border: 1px solid #c3c3c3;
		font-size: 1.1em;
		height: 195px;
		margin: 0px 0px 50px 10px;
		width: 420px;
	}
	.Popup .Content {
		background: #fff;
		border: 1px solid #c3c3c3;
		font-size: 1.1em;
		height: 205px;
		overflow-x: hidden;
		overflow-y: auto;		
		padding: 14px;
		width: 435px;
	}
		.Popup .Content .Inner {
			padding-bottom: 14px;
		}
			.Popup .Content .Inner .Address {
				margin: 20px 0px 20px 35px;				
			}
				.Popup .Content .Inner .Address address {
					font-style: normal;
				}
			.Popup .Content .Inner .TextStyle {
				font-style: italic;
				margin-bottom: 20px;
			}	
				.Popup .Content .Inner ol  {
					padding: 0px 0px 0px 20px;
					margin: 0px;
				}
					.Popup .Content .Inner ol li {
						margin-bottom: 20px;
					}
						.Popup .Content .Inner ol ul {
							margin-left: 20px;						
						}
							.Popup .Content .Inner ol ul li {
								list-style: disc;
								margin-bottom: 10px;
							}
								.Popup .Content .Inner ol ul li li {
									list-style: circle;
									margin-bottom: 5px;
								}
			.Popup .Content .Inner h4 {
				font-size: 1em;
				text-transform: uppercase;
				margin: 10px 0px 5px;
			}
				.Popup .Content .Inner h4 a {
					text-transform: lowercase;
					font-weight: normal;	
				}
		.Popup .Img01 {
			float: left;
			margin-top: 10px;
		}
		.Popup .Img02 {
			float: right;
		}
		.Popup .Img03 {
			display: block;
			margin: 10px auto 20px;		
		}
		.Popup .ErrorMsg {
			font-size: 1.1em;
			color: #ff0000;
		}
		.Popup ul.LinksStyle {
			padding: 13px 26px 0px 7px;
		}
			.Popup ul.LinksStyle li {
				color:#3e85c1;
				font-size: 9px;
				width:100%;
			}
				.Popup ul.LinksStyle li .Num {
					float:left;
					text-align:right;
					width:19px;
				}
				.Popup ul.LinksStyle li .Text {
					display:block;
					padding-left:22px;
				}
		.Popup .TextStyle {
			color:#3e85c1;
			font-size:9px;
			text-transform: uppercase;
			margin-bottom: 9px;
			margin-left: 12px;
		}		
#envoyer,
#blogger,
#alertBox,
#coupon {
	display: none;
}
h4#ilsSentTitle {
	height: 47px;
	padding-left: 4px;
	margin-bottom: 7px;
}
h4#ilsSentTitle span {
	display: none;
}
.DescFrom {
	text-align: left;
	color: #666666;
	font-size: 1em;
	padding-bottom: 10px;
}
.DescFrom a:link,
.DescFrom a:visited {
	text-decoration: underline;
}
.DescFrom a:hover {
	text-decoration: none;
}
a.UserFaceBook:link,
a.UserFaceBook:visited {
}

.Container02 .ErrorMsg {
	color: #f00;
	float: left;
	font-size: 1.2em;
	margin-top: 90px;
	width: 421px;
	text-align: center;	
}