.jqmComparatifWindow {
	display: none;
	
	position: fixed;
	top: 20px;
	left: 50%;
	
	width: 857px;
	min-height: 100px;	
	margin-left: -449px; /* (width + padding) / 2 */
	padding: 15px;
	
	border: 5px solid #CCC;
	background-color: #FFF;
	
	overflow-y: scroll;
	overflow-x: hidden;
}

.jqmComparatifWindow #loading {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../picture/interface/mif/loading.gif) center no-repeat;
	width: 100%;
	height: 100%;
}

.jqmComparatifWindow #close {
	background: url(../picture/interface/mif/close.gif) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	float: right;
	cursor: pointer;
}

.jqmOverlay { 
	background-color: #000; 
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for ie6 */
* html .jqmComparatifWindow {
	position: absolute;
 	top: expression(parseInt(document.documentElement.scrollTop || document.body.scrollTop) + 15 + 'px');
}


/* site specific */
.jqmComparatifWindow h1,
.jqmComparatifWindow h2,
.jqmComparatifWindow h3,
.jqmComparatifWindow h4,
.jqmComparatifWindow p,
.jqmComparatifWindow ul, 
.jqmComparatifWindow ol {
	margin: 5px 0;
}

.jqmComparatifWindow h1 {
	font-size: 14px;
	font-weight: normal;
	color: #014C7A;
}
.jqmComparatifWindow h2 {
	font-size: 12px;
}
.jqmComparatifWindow h3 {
	font-size: 12px;
}
.jqmComparatifWindow h4 {
	font-size: 12px;
}
.jqmComparatifWindow ul, 
.jqmComparatifWindow ol {
	padding-left: 0;
	margin-left: 25px;
}
.jqmComparatifWindow li ul,
.jqmComparatifWindow li ol {
	margin-top: 0;
	margin-bottom: 0;
}

.jqmComparatifWindow a {
	text-decoration: underline;
}

.jqmComparatifWindow .block {
	margin-bottom: 5px;
	padding: 1px 10px;	
}

.jqmComparatifWindow .head {
	background-color: #014C7A;
	color: #FFF;
	font-size: 14px;
	height: 21px;
	line-height: 22px;
}

.jqmComparatifWindow .table {
	clear: both;
}

.jqmComparatifWindow .head p {
	margin: 0;
}

.jqmComparatifWindow .withBkgnd {
	background-color: #EBEBEB;
}

.jqmComparatifWindow .table p {
	float: left;
}

.jqmComparatifWindow .table p.adminLink {
	float: none;
	margin-bottom: 0;
}

.jqmComparatifWindow .table p.desc {
	width: 70%;
}

.jqmComparatifWindow .table p.date {
	width: 15%;
	text-align: center;
}

.jqmComparatifWindow .table p.note {
	width: 15%;
	text-align: right;
}

.jqmComparatifWindow .location {
	background-color: #629AD2;
	clear: none;
}

.jqmComparatifWindow .location p {
	margin-right: 5px;
}

.jqmComparatifWindow .location p#closeLegend {
	cursor: pointer;
	float: right;
}

.jqmComparatifWindow #left {
	float: left;
	width: 337px;	
}

.jqmComparatifWindow #left #inlineLogo {
	display: inline;
	vertical-align: middle;
}

.jqmComparatifWindow #left .moyenne,
.jqmComparatifWindow #left .moyenne a {
	font-size: 13px;
}

.jqmComparatifWindow #left #moyenneBasLegend,
.jqmComparatifWindow #left #moyenneBasLegend a {	
	margin: 15px 0;
	font-size: 15px;
	font-weight: bold;
}

.jqmComparatifWindow #left #moyenneBas {
	color: #E2001A;	
}

.jqmComparatifWindow #left img#illustration {
	margin: 5px 0;
	max-width: 320px;
	max-height: 320px;
}

.jqmComparatifWindow #left .table img.flag {
	display: inline;
}

.jqmComparatifWindow #right {
	float: right;
	width: 502px;
}

.jqmComparatifWindow #right .table p.date {
	text-align: left;
}

.jqmComparatifWindow #right #avisBlock {
	border: 1px solid #EBEBEB;
	margin-top: 6px;
	margin-bottom: 6px;
}

.jqmComparatifWindow #right #toggleAvisBlock {	
	margin-bottom: 0;	
}

.jqmComparatifWindow #right #avisForm h2 {
	margin-bottom: 0;
}

.jqmComparatifWindow #right #avisForm input,
.jqmComparatifWindow #right #avisForm select,
.jqmComparatifWindow #right #avisForm textarea {
	/*font-family: Helvetica, sans-serif;
	font-size: 12px;*/
	border: 1px solid #999;
}

.jqmComparatifWindow #right #avisForm label.error {
	color: #E2001A;
}

.jqmComparatifWindow #right #avisForm #avis {
	width: 100%;
	height: 202px;
}

.jqmComparatifWindow #right #avisForm input[type='submit'] {
	background-color: #014C7A;
	color: #FFF;
	border-color: #000;
	padding: 3px 30px 1px;
	cursor: pointer;
}

.jqmComparatifWindow #mContent {
	padding: 1px 10px;
}

