@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#BG {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	width: 204px;
	height: 600px;
	background-image: url(images/bg_produits.png);
	border: none;
}

#BandeGriseDroite {
	width: 143px;
	height: 100%;
	position: absolute;
	right: 57px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	border: none;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #4a4a4a;
	z-index: 1;
}

#Apliway {
	width: 129px;
	height: 222px;
	padding: 16px 8px;
	position: absolute;
	left: 46px;
	bottom: 0px;
	background-color: #666;
	border: 1px solid #424242;
	text-align: center;
	color: #000;
	font-size: 0.7em;
}

#Contenu {
	position: absolute;
	left: 220px;
	bottom: 260px;
	width: 367px;
	height: 270px;
	color: #fff;
}

#Contenu #Nom {
	font-weight: bold;
}

#Contenu #Nom span {
	font-size: 2em;
	font-family: Arial Black, Helvetica, sans-serif;
}

.NomProduit {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#Contenu #Texte {
	clear: both;
}

#Contenu #Texte p {
	font-size: 0.7em;
	margin-top: -10px;
	text-align: justify;
}

#Contenu #Texte div {
	margin-top: 50px;
}

#Contenu #Texte div a {
	color: #fff;
}

#Contenu #Texte div a:hover {
	color: #C9DA2A;
}

.Large {
	font-weight: bold;
	letter-spacing: 2px;
}

.Large2 {
	font-weight: bold;
	letter-spacing: 3px;
}

.Gras {
	font-weight: bold;
}

.Espace {
	font-weight: bold;
	word-spacing: 2px;
}

#Apliway a {
	color: #000;
	text-decoration: none;
}

#Apliway a:hover {
	color: #cada32;
	text-decoration: none;
}

#Menu {
	position: absolute;
	right: 210px;
	bottom: 0px;
	width: 169px;
	height: 320px;
	z-index: 3;
	text-align: right;
}

#Menu ul, #Menu li {
	padding: 0px;
}

#Menu li {
	margin-top: 11px;
	list-style: none;
}

#Menu li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#Menu li a:hover {
	color: #fff;
}

#Menu li a img {
	border: none;
	margin-left: 10px;
}

a img {
	border: none;
}