.mainFrameLayout,.mainPopUpLayout {
	clear: both;
	border: 0;
	text-align: center;
	padding-top: 2px;
}

/* css IE */
.mainFrameLayout,.mainPopUpLayout {
	width: 99.9%;
}

/* others browsers */
DIV[class=mainFrameLayout],DIV[class=mainPopUpLayout] {
	width: auto;
}

.rechercheLayout {
	clear: both;
	border: 1;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.detailLayout {
	clear: both;
	border-radius: 10px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.mainLayout {
	clear: both;
	border: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* css IE */
.mainLayout,.rechercheLayout,.detailLayout {
	width: 99.9%;
	text-align: center;
}

/* others browsers */
DIV[class=mainLayout],DIV[class=rechercheLayout],DIV[class=detailLayout]
	{
	width: auto;
	text-align: center;
}

.infoLayout {
	margin-bottom: 10px;
}
