@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-image:url(/images/template/bgBody.gif);
	background-repeat:repeat-x;
	background-color: #252525;
}
.menu {
	background-image: url(/images/template/bgBouton.jpg);
	background-repeat: no-repeat;
	font-size:13px;
	height: 32px;
	width: 194px;
}
.menu a {
	margin-left : 30px;
	color:#FFF;
	text-decoration:none;
}
.content{
	background-color:#FFFFFF;
}
.footer{
	color: #CCC;
	height:36px;
	font-size:10px;
	padding-top:5px;
}
.footer a {
	color: #CCC;
	text-decoration:none;
}
.bgGauche {
	background-image: url(/images/template/bgGauche.gif);
	background-repeat: repeat-y;
	width:194px;
}
.bgDroite {
	background-image: url(/images/template/bgDroite.gif);
	background-repeat: repeat-y;
	width: 191px;
}
.posteLe {
	font-size: 12px;
	color: #999;
	background-image: url(/images/template/postele.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 200px;
	padding-left:30px;
	padding-top:2px;
}
h2{
	font-size:12px;
	color:#333;
}
.texte{
	color:#F2A300;
	font-size:11px;
}
.prix{
	font-weight:bold;
	color:#F00;
	text-align: center;
}
.borderOr{
	border:#E68800 thin solid;
}
.description{
	color:#333;
	font-size:11px;
}
.banner {
	background-image: url(/images/template/banner.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 863px;
}
.connexionBg{
	background-image:url(/images/template/connexionBg.jpg);
	width:403px;
	height:221px;
	z-index:1;
	position:absolute;
	top:250px;
	left: 40%;
	margin: 0 auto;
}
.blanc{
	color:#FFF;
}
.horizontal{
	float:left;
	margin-left:18px;
	min-height:250px;
	text-align:center;
	margin-bottom:25px;
	padding-top:15px;
}
.bottom{
	bottom:0;
	width:100%;
}
.renseignement {
	background-image: url(/images/template/renseignement.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 194px;
	font-size:13px;
	height: 32px;
	color:#FFF;
	padding-left : 20px;	
}
.renseignement a {
	color:#FFF;
	text-decoration:none;
}
#panier{
	overflow-x: hidden;
	overflow-y: scroll;
	height:85px;
	width:350px;
	background-color:#FFF;
	color:#000;
}
.surbrillance{
	font-size:12px;
	color:#333;
	float:left;
	width:325px;
	padding-left:5px;
}
.surbrillance:hover{
	background-color:#FFF5D7;
	font-size:12px;
}