
a.backLink{
	color:#b70008;
	text-decoration: underline;
	font-size: 1em;
	background: url(../img/common/arrowRedLeft.gif) 0 4px no-repeat;
	padding-left: 8px;
}

#opacDiv{
   position: absolute;
   background: #000000;
   left: 0;
   width: 100%;
   z-index: 100;
   opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.dispatch{
   position: absolute;
   width: 564px;
   top: 242px;
	left:50%;
	margin-left: -282px;
	z-index:300;
   background-color: #fff;
	border:1px solid #cecccc;
	text-align: center;
	display:block;
}

.dispatchHead{
	font-size: 1.63em;
	text-align: center;
	color:#fff;
	padding: 16px 0;
}

.dispatchBottom{
	height: 54px;
	background: url(../img/common/bandeauV2/bg_dispatchBottom.gif) repeat-x;
	border: 2px solid #fff;
	padding-top: 1px;
}

.dispatchBottom p{
	padding: 20px 0;
}

.dispatchBody{
	height: 215px;
	min-height: 215px;
}

html>body .dispatchBody{
	height: auto;
	min-height: 215px;
}

.dispatchBody .dispatchTitre{
	padding: 18px 0 16px 0;
	color:#b60108;
	font-weight: bold;
	font-size: 1.18em;
}

.dispatchBody .dispatchTxt{
	font-size: 1.09em;
	padding: 25px 0 20px 0;
}


.dispatchBody ul li {
	margin-left:85px;
	background-image: url(../img/module/puce_select_mag.bmp);
	background-repeat:no-repeat;
	padding-left:15px;
	text-align:left;
}

.margB15{
	margin-bottom:15px;
}

input, select{
	vertical-align: middle;
}


/* New (Octobre 2007)*/
#dispatch5 .dispatchSortMag {
	width:420px;
}
#dispatch4 .dispatchSortMag p.first,
#dispatch5 .dispatchSortMag p.first,
#dispatch6 .dispatchSortMag p.first{
	padding-top:45px;
}
#dispatch4 .dispatchSortMag p.last,
#dispatch5 .dispatchSortMag p.last,
#dispatch6 .dispatchSortMag p.last{
	padding-top:20px;
}
#dispatch4 p,
#dispatch5 p,
#dispatch6 p{
	padding-bottom:10px;
}
#dispatch4 .dispatchSortMag label,
#dispatch5 .dispatchSortMag label,
#dispatch6 .dispatchSortMag label{
	padding-right:20px;
}
#dispatch6 .dispatchSortMag select,
#dispatch4 .dispatchSortMag select{
	width:120px;
}
#dispatch6 .dispatchSortMag p.first input.text,
#dispatch4 .dispatchSortMag p.first input.text{
	width:250px;
}
/* END New (Octobre 2007)*/


#dispatchCp, #dispatchPays {
	vertical-align: middle;
	width: 102px;
	border:1px solid #a4abb1;
	padding: 1px 0 1px 1px;
}

.dispatchLogin{
	text-align: left;
	width: 230px;
	margin:auto;
}

.dispatchLogin label{
	font-weight: bold;
}

.input200{
	width: 200px;
	border:1px solid #a4abb1;
	padding: 1px 0 1px 1px;
	margin-top: 3px;
}

.forgetPass{
	text-align: right;
	margin-right: 30px;
}

.forgetPass a{
	color: #999;
	font-size: 0.9em;
}

.dispatchSortMag{
	text-align: left;
	width: 384px;
	margin: 0 auto;

}

.dispatchSortMag li{
	float:left;
	width: 190px;
	background-color:#f4f3e9;
	margin: 0 1px 1px 0;
	padding: 5px 0;
}

.dispatchSortMag li input{
	vertical-align: center;
	margin: 5px;
	float:left;

}

.dispatchSortMag li label{
	margin-left: 30px;
	display:block;
}

.dispatchSortMag .validSort{
	text-align:center;
	padding-top: 10px;
	clear:left;

}

.dispatchBottom p.dispatchTitre{
	padding: 8px 0 6px 0;
	color:#b60108;
	font-weight: bold;
	font-size: 1.18em;
}

.dispatchBottom p.dispatchSelect{
	padding: 0;

}

.dispatchSelect
{
	padding: 28px 0 0 0;
}



.dispatch .dispatchBody p {
padding: 28px 0 0 0;
}

.dispatchBottom p.dispatchSelect select{
	width: 220px;
	margin-right: 5px;
}

html>body .dispatchBottom p.dispatchSelect select{
	width:auto;
	min-width: 200px;
}


.btClose{
	color:#fff;
	font-size: 1.3em;
	border:1px solid #fff;
	padding: 0 2px;
	position:absolute;
	top:15px;
	right:5px;
	text-decoration: none;
	font-weight: bold;
}

