.twoColFixRtHdr #container {
	BACKGROUND: #E5C463;
		/*top - right - bottom - left */
	MARGIN: auto;
	WIDTH: 790px;
}

.twoColFixRtHdr #sidebar1 {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	BACKGROUND: #E5C463;
	FLOAT: left;
	PADDING-BOTTOM: 15px;
	WIDTH: 160px;
	PADDING-TOP: 0px
}
 
.twoColFixRtHdr #mainContent {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	/*top - right - bottom - left */
	MARGIN: 0px 0px 0px 20px;
	PADDING-TOP: 0px;
}
.twoColFixRtHdr #mainContent P {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	/*top - right - bottom - left */
	MARGIN: 0px 0px 0px 3px;
	PADDING-TOP: 0px;
}

.tabphotoLg{
	width: 70px;
	padding: 2px 2px 2px 2px;
	border: #ffc 1px solid;
	margin-bottom: 2px;
}
.tabphotoHt{
	padding: 2px 2px 2px 2px;
	border: #ffc 1px solid;
	margin-bottom: 2px;
}
.tabvignette{
	width: 200px;
	margin-bottom: 2px;
}
.tabphototitre{
	width:170px;
	padding: 2px 2px 2px 2px;
	border: #ffc 1px solid;
	margin-bottom: 4px;
	float:none;
	}
.fltrt {
	FLOAT: right; MARGIN-LEFT: 8px
}
.fltlft {
	FLOAT: left; MARGIN-RIGHT: 8px
}
.clearfloat {
	CLEAR: both; FONT-SIZE: 1px; LINE-HEIGHT: 0px; HEIGHT: 0px
}

/*--------------------Multibox--------------------*/
.MultiBoxContainer {
	width: 290px;
	position: absolute;
	border: 10px solid #330000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: right;
	padding: 1px;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(ImgMultibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(ImgMultibox/close.png) no-repeat;
	width: 20px;
	height: 18px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #e5c463;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(ImgMultibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(ImgMultibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(ImgMultibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(ImgMultibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	padding-top: 2px;
	border-top:#FFfff 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #300000;
	font-weight: bold;
	text-align: center;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #300;
	text-align: right;
}

.MultiBoxDescription {
	height: 40px;	
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #300;
	text-align: left;
}

.container {
	width: 290px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	border-top: #ffc 0px solid;
	border-left: #ffc 0px solid;
}



/*607293*/
a {
	color: #300;
	text-decoration: none;
}

/***********PopUp**************************/
#apDiv1 {
	z-index: 1;
	margin: auto;
	top: 10px;
	left: 10px;
	width: 500px;
	position: absolute;
	background-color:#FFC;
	border-bottom: #300000 3px solid;
	border-left: #ffc 2px solid;
	border-right: #300000 3px solid;
	border-top: #ffc 2px solid;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	cursor:pointer;
	}

#apDiv2 {
	z-index: 2;
	margin: auto;
	top: 10px;
	left: 10px;
	width: 650px;
	position: absolute;
	background-color:#FFf;
	border-bottom: #300000 3px solid;
	border-left: #ffc 2px solid;
	border-right: #300000 3px solid;
	border-top: #ffc 2px solid;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	cursor:pointer;

	}
/***********Cartes**************************/
.carte {
	border-bottom: #666 2px solid;
	border-right: #666 2px solid;

}
