﻿/*********************************************************************************/
/* RESET CSS*/
/*********************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************************************************/
/* Général */
/*********************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: url("../../images/bg.gif") repeat;
	color: #666666;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	height:100%;
	color:#42210b;
}

#positionnementSite{
	height:auto;
	margin-left: auto;
	margin-right: auto;

}


.endCol{
	clear:both;
}
.fix, button span{
	/*behavior:url(include/js/iepngfix.htc);*/
}


TR{
	height:22px;
}
TD{
	font-size:12px;
	line-height:17px;
	font-weight:normal;
}
INPUT, SELECT{
	width:155px;
	font-size:11px;
	color:#666666;
	border:1px solid #e8e8e8;
}

.littleBox{
    width: 55px;
    border: 1px solid #323232;
    font-size: 13px;
    background: #fff;
}

INPUT.checkbox{
	width:15px;
	font-size:11px;
	color:#666666;
	border:0px;
}
INPUT.npa{
	width:50px;
}
input.error{
	color:#666666;
	border:2px solid #a4b70a;
}
label.error{
	display:inline-block;
	font-size:10px;
	color:#F5702A;
}

/*********************************************************************************/
/* MAIL AMI */
/**********************************************************************************/
#formMailAmi,.ui-dialog{ font-size: 12px; }

#formMailAmi label, #formMailAmi input { display:block; }
#formMailAmi input.text { margin-bottom:12px; width:95%; padding-left:2px;}
fieldset { padding:0; border:0;}
div#users-contain {  width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }

/****************************************************/
/* Button  */
/****************************************************/
button.btn {
	display:-moz-inline-box;
	display:inline-block;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	white-space:nowrap;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	border:0px;
	background:none;
	margin: 1px 0px 10px 0px;
}
button.btn span {
	float:left;
	padding:0 0 0 6px;
	vertical-align:middle;
	background:url(../../images/btnL.png) left top no-repeat;
}
button.btn span span {
	padding:0 6px 0 0;
	background:url(../../images/btnR.png) right top no-repeat;
}
button.btn span span span {
	height:20px;
	padding:0;
	line-height:20px;
	background:url(../../images/btnC.png) left top repeat-x;
}
* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}




/*********************************************************************************/
/* NAVIGATION */
/**********************************************************************************/
#navbar{
	position:relative;
	padding-left:220px;
	height:30px;
	z-index:100;
	float:left;

}

#nav, #nav ul {
	float: left;
	width: 400px;
	list-style: none;
	line-height: 1;
	padding: 0;
	letter-spacing:1px;
	text-align:left;
	height:31px;
	margin:0px;
}

#nav .spacing{
	margin-right: 20px;
	margin-top: 5px;
	line-height:17px;
}


#nav a{
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:14px;
	color:#a4b70a;
	text-decoration:none;
}
#nav a:hover, #nav a.actif{
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:14px;
	color:#a4b70a;
	text-decoration:underline;
}
#nav li {
	float: left;
	height:30px;
}



/*********************************************************************************/
/* HEADER */
/**********************************************************************************/
#header {
	width:100%;
	height:90px;
	margin-top:30px;
	background: transparent url("../../images/transparence.png") repeat !important;
	background:#fff;
}

	#header-inner{
		top:30px;
		width:910px;
		height:90px;
		margin-left: auto;
		margin-right: auto;
		z-index:20;
	}

	#logo{
		float:left;
		padding:26px 0px 0px 0px;
	}

	#nav{
		float:left;
		width:300px;
		margin:60px 0px 0px 70px;
	}
	.nav-content{
		float:left;
		margin-right:40px;
	}


 .right{
     float:right;
 }


/*********************************************************************************/
/* CONTENEUR */
/**********************************************************************************/
#conteneur{
	width:1000px;
	margin:20px 0;
	margin-left: auto;
	margin-right: auto;
}


/*********************************************************************************/
/* CONTENT */
/**********************************************************************************/
#content{
	float:left;
	width:745px;
	margin-right:20px;
    padding-bottom:45px;
	min-height:500px;
	background: transparent url("../../images/transparence.png") repeat !important;
	background:#fff;
	z-index:1;
}
	#contentDefault{
		width:610px;
		margin:20px;
	}

	.content1col{
		float:left;
		width:290px;
		margin:20px 0px 0px 20px;
	}


#leftDetail{
    float: left;
    width:233px;
    margin: 20px 28px 0 30px;
}

    #refGuide{
        width:233px;
        margin:25px 15px 10px 0px;
        font-size:10px;
        line-height:12px;
        text-align:justify;
        color:#999;
    }

#rightDetail{
    float: right;
    width: 401px;
    margin: 20px 26px 0 22px;
}

    .texteContent{
        float:left;
        width:400px;
        padding-top:24px;
    }



    .contentDetail{
        width: 222px;
        margin: 24px 0;
    }

     .texteContent h1{
        margin-bottom: 15px;
    }


    .texteContent p{
        margin-bottom: 11px;
    }


.guide{
	width:222px;
	z-index:3;
    float: left;
    margin: 45px 13px 0px 13px;
}
	/*.imgGuide{
		margin:17px 0px 0px 26px;
	}*/
	.infoGuide{
		width:275px;
		height:15px;
		text-align:left;
		margin:10px 0px 25px 0px;

	}
		.infoGuide a{
			font-family:Trebuchet MS;
			font-size:14px;
			color:#a4b70a;
			text-decoration:none;
		}
		.infoGuide a:hover, .infoGuide a.actif{
			font-family:Trebuchet MS;
			font-size:14px;
			color:#a4b70a;
			text-decoration:underline;
		}

	.nomGuide{
		font-family:Trebuchet MS;
		height:30px;
		margin-left:0px;
		font-size:18px;
		font-weight:bold;
	}
	.sousTitreGuide{
		font-family:Trebuchet MS;
		height:31px;
		margin-left:0px;
		font-size:13px;
		font-weight:normal;
	}

	.titreCmdGuide{
		background:#cdd778;
		max-height:16px;
        font-size:12px;
		border-top:1px solid #d5de8f;
		border-bottom:1px solid #ecf0cc;
		padding:3px 0px 3px 18px;

	}
	.titreCmdGuide2{
		float:left;
		margin-right:36px;
		font-size:12px;
		font-weight:bold;


	}

	.cmdGuide{
		position:relative;
		height:41px;
		background:#f1f4da;
		border-bottom:1px solid #e7ecbe;
	}
		.cmdGuide-inner{
			padding-top:5px;
			margin:0px 0px 0px 18px;
			font-size:11px;
			font-weight:bold;
		}

            .detailCommande{
                float:left;
                text-align: left;
            }

			    .qteTxt{
			    }

			    .qteSelect{
				    margin-top:0px;
			    }

			.qteBtn{
				float:rigth;
                margin-top:10px;
				margin-right:10px;
				text-align:right;
			}

			.guide select{
				width:50px;
				margin:0px 0px 0px 0px;
				border:1px solid #323232;
				font-size:13px;
				background:#fff;
			}

.spaceEndContent{
	clear:both;
	height:20px;
}
/*********************************************************************************/
/* News right */
/**********************************************************************************/
#rightNews{
    font-family: Trebuchet MS;
    width:220px;
    background: #fff;
    border-top:1px solid #e8ebcf;
    background: transparent url("../../images/transparence.png") repeat !important;
    background:#fff;
    border-bottom: 1px solid #b1cb00;
    border-top: 1px solid #b1cb00;
    margin: 8px 0 0 0;
    padding: 15px 0;
    float:right;
    margin-right: 15px;
}
#rightNews .topRightNews
{
    border-bottom: 1px solid #b1cb00;
}
#rightNews img
{
    padding: 0 15px ;
}
#rightNews .textNewsBold
{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 10px 15px ;
}
#rightNews .textNews
{
    font-size: 10px;
    font-weight: normal;
    color: #181716;
    padding: 10px 15px ;
}
#rightNews .linkNews
{
    font-size: 10px;
    font-weight: normal;
    color: #afca00;
    padding: 0 15px ;
}
#rightNews .linkNews a
{
    cursor: pointer;
}
.facebook
{
    float:right;
    margin-right: 15px;
    width:220px;
    margin-top: 15px;

}
.facebook a
{
    float: right;
}
/*********************************************************************************/
/* PANNIER */
/**********************************************************************************/
.colRightMain{
    float:right;
    width:220px;
    background: none;
}
#panier{
    float: right;
	width:220px;
	background: #fff;
	border-top:1px solid #e8ebcf;
	background: transparent url("../../images/transparence.png") repeat !important;
	background:#fff;
    margin-right: 15px;
}

	#panierTitre{
		height:38px;
		margin:10px 0px 15px 0px;
		border-bottom:1px solid #e8ebcf;
		text-align:center;
		font-size:13px;
		font-weight:bold;
	}
		#panierTitre IMG{
			margin-right:15px;
		}


	.panierVide{
		margin:0px 0px 35px 12px;
		font-size:10px;
	}

	#panierTotal{
		width:200px;
		border-top:1px solid #dcdcdc;
		display:none;
	}
		#panierTotal button{
			margin:9px 0px 10px 0px;
		}

		#info-delivery {
			margin-bottom: 30px;
			padding-left: 10px;
		}

		#infoMontant{
			float:left;
            margin:6px 0;
            font-size:11px;
            font-weight:bold;
            color:#42210b;
            padding-left: 10px;
            width: 120px;
		}
        .info{
            font-weight: normal;
            padding-left: 10px;
        }
		#totalDesc{
			float:left;
			margin:6px 0;
			font-size:11px;
			font-weight:bold;
			color:#42210b;
            padding-left: 10px;
            width: 120px;
        }
		#totalMontant{
			float:left;
			width:55px;
			margin:6px 0;
			text-align: right;
			font-size:11px;
			font-weight:bold;
			color:#42210b;
		}
        #totalFraisPort{
            float:left;
            width:55px;
            margin:6px 0;
            text-align: right;
            font-size:11px;
            font-weight:bold;
            color:#42210b;
        }
	.panierElement{
		height:32px;
		margin-left:10px;

	}

	.panierDescriptif{
		float:left;
		width:130px;
		font-size:10px;
		font-weight:bold;
	}
	.panierQuantite{
		float:left;
	}
  .panierQuantite select.qte
  {
        width: 45px;    
  }
	.panierDelete{
		float:left;
		margin:4px 0px 0px 9px;
	}


	INPUT.qte{
		width:20px;
		height:14px;
		border:1px solid #ebebeb;
		font-size:12px;
		text-align:center;
	}

	.blocSeperation{
		padding:10px 0px 23px 12px;
		border-top:1px solid #e8ebcf;
	}
		#newsletterTitre{
			margin-bottom:4px;
			font-size:10px;
			font-weight:bold;
			color:#42210b;
		}

		#newsletter input{
			width:170px;
			font-size:11px;
			color:#b2b2b2;
			border:1px solid #e8e8e8;
		}

		#newsletter a{
			font-weight:bold;
			font-size:12px;
			color:#a4b70a;
			text-decoration:none;
		}
		#newsletter a:hover{
			font-weight:bold;
			font-size:12px;
			color:#a4b70a;
			text-decoration:underline;
		}
		#newsletterEnvoi{
			margin:6px 12px 0px 0px;
			text-align:right;
		}






/*********************************************************************************/
/* Page application */
/**********************************************************************************/
#pageApplication
{
    display: block;
    padding: 40px 0 0 30px;
    font-family: Trebuchet MS;
}
#pageApplication .contentApplication
{
    display: block;
    width: 440px;
    float: left;
}
#pageApplication .imgLeftApplication
{
    display: block;
    float: left;
    width: 140px;
    height: 600px;
}
#pageApplication .titleApplication
{
    font-size: 16px;
    font-weight: bold;
    color: #b1cb00;
    padding-top: 6px;
    padding-bottom: 15px;
}
#pageApplication .underTitleApplication
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 24px;
}
#pageApplication .pointApplication
{
    font-size: 12px;
    font-weight: normal;
    color: #181716;
    padding-bottom: 15px;
}
#pageApplication .infoImgApplication
{
    font-size: 12px;
    font-weight: normal;
    color: #181716;
    padding: 10px 0 25px 0;
}
#pageApplication .pointQuatreApplication
{
    padding-top: 40px;
}
#pageApplication .remarquesApplication
{
    font-size: 12px;
    font-weight: normal;
    color: #181716;
    padding-top: 28px;
}
#pageApplication a
{
    font-size: 12px;
    font-weight: normal;
    color: #b1cb00;
}
#pageApplication .storesApplication
{
    display: block;
    width: 100%;
    height: 40px;
}
#pageApplication .storesApplication a
{
    display: block;
    float: left;
    margin-right: 20px;
    height: 40px;
}
/*********************************************************************************/
/* SIGNATURE */
/**********************************************************************************/
#signature{
	font-family:arial, verdana;
	position:relative;
	width:960px;
	margin:10px auto 10px auto;
	font-size:11px;
	color:#3f3f3f;

}
#signature a{
	font-family:arial, verdana;
	font-size:11px;
	color:#3f3f3f;
}
.myAccountSubscribe,
.myAccountConnexion,
.myAccountLog,
.myAccountBooks
{
    width: 350px;
    padding-top: 24px;
    float: left;
    margin-left: 20px;
    height: 400px;
}
.myAccountConnexion
{
    width: 270px;
    padding-top: 4px;
    margin-top: 20px;
    float: left;
    margin-left: 65px;  
    margin-right: 35px; 
    border-right: 1px solid #ddd; 
}
.myAccountConnexion h1,
.myAccountSubscribe h1,
.myAccountLog h1,
.myAccountBooks h1
{
    margin-bottom: 10px;
    font-size: 20px;
}
.myAccountSubscribe tr
{
    height: 25px;
    line-height: 25px;
}
.myAccountSubscribe .submitLine .btn
{
    margin-top: 15px;    
}
.myAccountConnexion
{
    
}
.myAccountConnexion #loginMailDiv,
.myAccountConnexion #loginPasswordDiv
{
    display: block;
    width: 300px;
    height: 50px;
}
#accountNav
{
    float: right;
    display: block;
    width: 190px;
    line-height: 16px;
    padding: 0;
    text-align:left;
    height:40px;
    margin:50px 0 0 0 ;
    font-size: 12px;
}
#forgotPasswordPage
{
    display: block;  
    margin: 20px;
}
#forgotPasswordPage .formForgotPassword,
#forgotPasswordPage .formMailForgot
{
    width: 400px;
}
#forgotPasswordPage .line
{
    display: block;
    width: 300px;
    float: left;
    height: 20px;
}
.imgGuide img
{
    max-width: 222px;
}
.myAccountBooks
{
    display: block;
    height: 100%;
}
.myAccountBooks .left
{
    float: left;
    display: block;
}
.myAccountBooks .guideItem
{
    display: block;
    width: 100%;
    height: 90px;   
}
.myAccountBooks .coverGuide
{
    display: block;
    width: 80px;   
}
.myAccountBooks .titleGuide,
.myAccountBooks .codeGuide
{
    display: block;
    width: 250px;    
}

