body {
	background: #d6d6d7 url('../img/fond.png') repeat-x;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;	
}

strong {
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

.vertvb {
	color: #00415F;
}

.back1 {
  background: url('../img/fondpage1.png') no-repeat left top;
  margin-right: auto;
  margin-left: -495px;
  width: 990px;
  height: 157px;
  position: absolute;
  left: 50%;  
}


#wrapper {  
  margin-right: auto;
  margin-left: auto;
  width: 990px;
  height: 774px;
  position: relative;
}

input[name*="qte_"] {
	width: 35px;
	text-align: center;
}

[class*="span"] {
 background-color: none;
 margin-bottom: 10px;
 border-radius: 5px 5px 5px 5px;
 text-align: center;
}

button {
	border: none;
	background: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000;
}


.txt16 {
	font-size: 16px;
}
.txt14 {
	font-size: 14px;
}
.txt20 {
	font-size: 20px;
}
.txt22 {
	font-size: 22px;
}


h1.cat {
	background: url('../img/ribbon.png') no-repeat left top;
	width: 323px;
	height: 78px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: -30px;
	top: 5px;
	padding-left: 50px ;
	padding-top: 4px;
	font-size: 20px;
	
}

/*************************************
NAV
*************************************/

#container nav {
	height: 37px;
	margin-left: 50px;
}

#container nav li {
	float: left;
	list-style-type: none;
	padding: 0 15px;
	line-height: 34px;
	color: #FFF;
	text-transform: uppercase;
}
#container nav .nav2 li {
	padding: 0 10px;
}
#container nav ul:first-child li:first-child,
#container nav ul:last-child li:last-child {
	margin-top: 3px;
}

#container nav ul:last-child {
	position: absolute;
	right: 0;
}


#container nav li a {
	color: #FFF;
}
#container nav li a:hover {
	text-decoration: none;
}

#container nav .dropdown-menu {
	min-width: 205px;
}

#container nav .dropdown-menu li {
	color: #000;
	float: none;
}


#container nav .dropdown-menu li a {
	color: #000;
	float: left;
}

#container nav .dropdown-menu>li>a {
	padding: 0;
	width: 100%;
}
#container nav .dropdown-menu>li>a:hover {
	background: #EEE;
}

/*************************************
HEADER
*************************************/

header {	
	width: 100%;
	height: 120px;
}
header div.titre {
	position: absolute;
	font: 4em/1.5em verdana Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
	top: 45px;
	left: 60px;
}


#main {
	clear: both;
	background: url('../img/fondpage2.png') repeat-y left top;
	display: block;
	min-height: 550px;
}
#main .inside{
	padding: 0 30px;
	position: relative;
	display: inline-block;
}



/*************************************
CATEGORIE
*************************************/
div.produit {
	float: left;
	text-align: center;
	margin: 2px 17px;
	padding: 8px 15px;
}
div.produit:hover {
	background: #f0aeb8;
	cursor: pointer;
}

div.produit .image{
	width: 120px;
	height: 120px;
	-moz-box-shadow: 3px 3px 10px 0px #656565;
	-webkit-box-shadow: 3px 3px 10px 0px #656565;
	-o-box-shadow: 3px 3px 10px 0px #656565;
	box-shadow: 3px 3px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=10);
	margin-bottom: 8px;
}
div.produit .libelle {
	color: #89898b;
}
div.produit .libelle span {
	color: #004161;
	font-weight: bold;
}

.produit img.bdm {
	margin-top: 30%;
    width: 90%;
}

div.announce {
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin-top: 10px;
	text-align: right;
	background: #F9F9F9;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
	max-width: 620px;
	color: #00415e;
}

div.moreideas {
	position: absolute;
	bottom: -30px;
	left: 6px;
	font-weight: bold;
	background: #EEE;
	padding: 3px 5px;
}
div.moreideas:hover {
	cursor: pointer;
	text-decoration: underline;
}

div.listingPRD {
	padding-top: 150px;
	
}


/*************************************
FICHE PRODUIT 
*************************************/
.fproduct {
	width: 800px;
	height: 350px;
	-moz-box-shadow: 3px 3px 10px 0px #656565;
	-webkit-box-shadow: 3px 3px 10px 0px #656565;
	-o-box-shadow: 3px 3px 10px 0px #656565;
	box-shadow: 3px 3px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=10);
	background: #eca8b3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 70px 55px 10px;
}
.fproduct .img0 {
	width: 400px;
	height: 310px;
	margin: 20px 1px 0 20px;
	-moz-box-shadow: 3px 3px 10px 0px #656565;
	-webkit-box-shadow: 3px 3px 10px 0px #656565;
	-o-box-shadow: 3px 3px 10px 0px #656565;
	box-shadow: 3px 3px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=10);
	overflow: hidden;
}

.fproduct .imgs{
	margin-top: 12px;
	margin-right: 10px;
}


.fproduct .imgs div{
	height: 98px;
	width: 98px;
	margin: 8px;
	-moz-box-shadow: 3px 3px 10px 0px #656565;
	-webkit-box-shadow: 3px 3px 10px 0px #656565;
	-o-box-shadow: 3px 3px 10px 0px #656565;
	box-shadow: 3px 3px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=10);
}



.fproduct .imgs div:hover {
	cursor: pointer;
}

.fproduct .desc {
	text-align: right;
	width: 235px;
	margin-top: 10px;
	height: 325px;
	border: 0px solid green;
	position: relative;
}

.fproduct h1 {
	color: #00415F;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.fproduct .stock {
	color: #00415F;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.fproduct .moq {
	color: #00415F;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
}
.price {
	background: #00415F;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px 5px 5px 5px;
	color: #FFF;
	margin-right: 100px;
	margin-top: 40px;
}

table.qteprice tr:nth-child(even) {
	background: #F8F8F8;
}

/*************************************
FOOTER
*************************************/
footer {
	background: url('../img/fondpage3.png') no-repeat left top;
	height: 95px;
	width: 100%;
}

footer .inside{
	padding-left: 50px;
	padding-top: 37px;	
}


footer li {
	float: left;
	list-style-type: none;
	padding: 0 15px;
	line-height: 45px;
	color: #cc8799;
	text-transform: uppercase;
}
footer li a {
	color: #cc8799;
}


/*************************************
	CART
*************************************/
#mycart {
	width: 99%;
	background: #FAFAFA;	
}
#mycart td {
	padding: 5px;
	border: 1px solid #FFF;
	text-align: center;
}
#mycart td:first-child {
	text-align: left;
}
#mycart th, .tablescroll_head th {
	text-align: center;
	font-weight: bold;
	background: #EEE;
	padding: 5px;
}
#mycart tr:nth-child(even) {
	background: #fef7f7;
}

.pTotal {
	width: 920px;
	background: #EEE;
	margin-top: 10px;
}
.pTotal td {
	padding: 5px;
}
.pTotal td:nth-child(2),
.pTotal td:nth-child(3) {
	font-size: 16px;
	font-weight: bold;
}

#mycart td div.vig {
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 10px;
}

#mycart td div.vig:hover {
	cursor: pointer;
}

#mycart .icon-minus-sign, #mycart .icon-plus-sign {
	vertical-align: 0px;
	color: green;
}

#mycart .icon-minus-sign:hover, #mycart .icon-plus-sign:hover {
	cursor: pointer;
}

#wrapper2 .pTotal {
	width: 595px;
}
#wrapper2 .pTotal td:nth-child(2),
#wrapper2 .pTotal td:nth-child(3) {
	font-size: 14px;
}


/*************************************
	COMMENTS
*************************************/
li.comments i:hover {
	cursor: pointer;
}
textarea#comment {
	font-size: 11px;
	height: 100px;
}
.smbt {
	text-align: right;
}



/*************************************
	SLIDER
*************************************/
.slider {
	background: url('../img/cadreSlider.jpg') no-repeat left top;
	width: 470px;
	height: 214px;
	position: relative;	
	color: #FFF;
	float: left;	
}
.slider img {
	position: absolute;
	top: 32px;
	left: 30px;
}
.slider p {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 230px;
	font-size: 16px;
}
.slider p span{
	font-size: 22px;
}

.welcome {
	font-weight: bold;
	font-size: 14px;
	/*float: left;*/
	margin-top: 30px;
	text-align: left;
	background: #F9F9F9;
	padding: 15px;
	border-radius: 10px;
	width: 890px;
	margin-right: 20px;
	color: #00415e;
}
.welcome span {
	font-size: 20px;
}
.welcome p {
	margin: 15px 0;
}

button.details {
	position: absolute;
	bottom: 15px;
	right: 13px;
	text-decoration: none;
	
}

/*************************************
	LOGIN
*************************************/
#clogin {
	background: url('../img/cadreLogin.jpg') no-repeat left top;
	width: 368px;
	height: 165px;
	position: absolute;
	top: 200px;
	left: 310px;
	color: #FFF;	
}

#clogin input#identifiant, #clogin input#password {
	position:absolute;
	background: none;
	border: 0px solid green;
	width: 179px;
	left: 32px;
}
#clogin input#identifiant {
	top: 41px;
}
#clogin input#password {
	top: 104px;
}

#clogin button {
	position: absolute;
	top: 71px;
	left: 244px;
}

/*************************************
	ORDER CONFIRM
*************************************/
textarea#message {
	resize: none;
	height: 70px;
}

.orderconfirm {
	width: 800px;
	height: 350px;
	-moz-box-shadow: 3px 3px 10px 0px #656565;
	-webkit-box-shadow: 3px 3px 10px 0px #656565;
	-o-box-shadow: 3px 3px 10px 0px #656565;
	box-shadow: 3px 3px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=10);
	background: #eca8b3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 70px 55px 10px;
	
	font-size: 16px;
}

.orderconfirm h1 {
	color: #00415F;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}


/*************************************
	MY ACCOUNT
*************************************/
.account1 {
	float: left;
	width: 450px;
	
}

.account1 label{
	float: left;
	width: 105px;
	
}
.account2 table thead tr {
	border: 1px solid #000;
}

.account2 table th {
	background: #DDD;
	padding: 8px;
}
.account2 table {
	background: #EEE;
	width: 450px;
}
.account2 table td {
	padding: 8px;
	border: 1px solid #FFF;
	text-align: center;
}
.account2 table td:nth-child(2) {
	text-align: right;
}


/*************************************
	GROS MOTS HOME
*************************************/
.fil {
	position: absolute;
	border: 0px solid red;
	display: block;
	width: 975px;
	height: 564px;
	left: 4px;
	top: -3px;
	overflow: hidden;
}
.mot {
	color: #EEE;
	font-size: 770px;
	font-weight: bold;
	position: absolute;
	top: 160px;
	left: -900px;
}

.logout {
	cursor: pointer;
}


.subtitle {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCC;
	padding: 3px 5px;
	color: #FFF;
}
