﻿body
{
	margin:0;
	padding:0;
	font-family:Arial,Verdana;
	font-size:11pt;
	color:#fff;
	background-color: #FFFFFF;
	min-width:800px;
	min-height:500px;
	overflow:hidden;	
}

.aLienMagasin
{
	position:absolute;
	float:left;
	left:204px;
	top:0;
	z-index:5;
}
.aLienMagasin img
{
	border:0;
	text-decoration:none;
}

.divMessage
{
    display: block;
    position:relative;
    margin:auto;
    top:100px;
    width: 616px;
    height: 293px;
    background:url(../_img/pgeWPSD002/fndErreur.jpg) no-repeat 0 0;
}

.divMessageTexte
{
    display: block;
    color: #1A1C55;
    font-family: Arial,Verdana;
    font-size:14pt;
    padding-left:35px;
    padding-top:150px;
    width:500px;
}

#divErreurBtnRetour
{
	position:absolute;
	top:220px;
	left:360px;
}

.aErreurLienRetourMagasin
{
	position:absolute;
	background:url('../_img/pgeWPSD002/btnRetourAuMagasinFE.gif') no-repeat;
	width:170px;
	height:40px;
	z-index: 1;
}
.aErreurLienRetourMagasin img
{
	position:absolute;
	visibility:hidden;
	z-index: 1;
}
.aErreurLienRetourMagasin:hover
{
	background:url('../_img/pgeWPSD002/btnRetourAuMagasinFERO.gif') no-repeat;
}
