body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color : #e1e1e1;
font-size:11px;
padding:0px;
}

p {margin: 0px;}
.justify {text-align:justify;}
.center {text-align: center;}
.right{text-align: right;}


#conteneur {
	margin: auto;
	width: 958px;
	background: #fff url(images/fond.gif);
}

#header {
	width:958px;
	height: 83px; /* 83+20 = 103px */
	padding-top: 20px;
	background-image: url(images/header.jpg);
}

#header #logo{
	display:block;
	float:left;
	width:265px;
	height: 85px;
	margin-left:20px;
}

#menu {
	width: 588px; /* plus large que nécesaire : #menu li > margin-right: 13px; */
	margin:  0px;
	padding:10px 0px 0px 40px;; 
	color: #fff;
	font-size:13px;
	font-weight:bold;
	float:left;
}

#menu li {
	list-style: none;
	display : inline;
	padding:0px;
	margin-right: 28px;
}

#menu a {
	color: #fff;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#encart {
	margin-top:15px;
	float:right;
	width: 270px;
	text-align:right;
}

h1 {
font-size:13px;
margin: 0px;
font-weight: normal;
text-align:center;
color: #bbb;
}

#recherche {
	margin-top:13px;
	margin-right: 55px;
	margin-left: 50px;
	width: 277px;
	float:right;
	
	/* Correction Bug IE<6 -> éviter doubled-margin (float margin bug) */
	display: inline;
	
}

#recherche input,select {
	font-size : 11px;
	padding: 4px;
}


#bouton {
	background-color: #3a6ec2;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	margin-left:6px;
}

#bouton:hover {
	background-color: #7195d1;
	cursor : pointer;

}



#colonne {
	margin : 18px 0px 5px 25px;
	width : 185px;
}

h2 {
	margin-top:0px;
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom: 3px double #3a6ec2;
}

h3 {
	margin-left:20px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #3a6ec2;
	display: list-item;
	list-style-image: url(images/hermine.gif);
}



#page {
	float: right;
	margin : 18px 25px 5px 0px;
	width : 693px;
	/* Correction Bug IE<6 -> éviter doubled-margin (float margin bug) */
	display: inline;
}


#footer {
	padding-top:28px;
	width: 958px;
	height: 25px;
	background: url(images/footer.png) no-repeat bottom;
	clear: both;
	font-size: 10px;
}

table {
	width: 95%;
	margin: auto;
}

h3 {

}


a {
	color: #3a6ec2;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	border-bottom: 3px double #ddd;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 3px;
	width: 85%;
}


a img {
	border: 0px;
}

#CGV {
	background-color: White;
	color: Gray;
	font-size:11px;
}

/** SIMPLE TOOL TIP **/
#cart_tooltip{
height:120px;
display:none; 
width:300px;
margin:0;
padding: 15px 60px 15px 15px;
font-size:14px;
color:#666;
background:#fff url('images/cart.png') no-repeat 295px 65px; 
border:1px solid #ccc;
box-shadow: 1px 1px 12px #666;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:justify; 
}
#cart_tooltip p {
margin:0;
}
/******************/

#etapes_commande {
list-style-type : none;
margin:0; 
padding:0;
text-align:center;
}

#etapes_commande li {
float:left;
display: block;
width: 190px;
margin: 10px;
background-color:#f0f0f0;
color: #b5b5b5;
padding: 8px;
}

#etapes_commande .current {
color:gray;
font-weight:bold;
}


/****** HOME SLIDER ****/
.slider_wrapper {
width :650px;
margin:auto;
}

.slider_wrapper.border .bx-window {
	margin-top: 48px;
}

.slider_wrapper .slideImage {
	width: 200px;
	margin:0;
	float: left;
}

.slider_wrapper .slideContent {
	width: 350px;
	margin:0;
	float: left;
}

.slider_wrapper .tools{
	clear:both;
	padding-top:15px;
	text-align:center;
}

.slider_wrapper .slideContent .title {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
}

.slider_wrapper .slideContent .text {
	font-size: 14px;
	color: #838383;
}

.slider_wrapper .bx-wrapper {
	margin: 0 auto;
}

.slider_wrapper .bx-prev {
	display:block;
	position: absolute;
	top: 78px;
	left: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(images/icon_arrow_left.png) no-repeat 0 -31px;
}

.slider_wrapper .bx-next {
	display:block;
	position: absolute;
	top: 78px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(images/icon_arrow_right.png) no-repeat 0 -31px;
}

.slider_wrapper .bx-next:hover,
.slider_wrapper .bx-prev:hover {
	background-position: 0 0;
}

