@CHARSET "UTF-8";
/* CSS Document */

abbr,article,aside,audio,canvas,datalist,details,figure,dialog,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video {
    display:block;
}

@font-face {
    font-family: 'arialnarrow';
    src: url('font1/arialn-webfont.eot');
    src: url('font1/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('font1/arialn-webfont.woff') format('woff'),
         url('font1/arialn-webfont.ttf') format('truetype'),
         url('font1/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background: -moz-linear-gradient(90deg, #f9c667 0%, #ffffff 1%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9c667), color-stop(1%,#ffffff)); no-repeat/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #f9c667 0%,#ffffff 1%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #f9c667 0%,#ffffff 1%) no-repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #f9c667 0%,#ffffff 1%) no-repeat; /* IE10+ */
	background: linear-gradient(90deg,  #f9c667 0%,#ffffff 1%) no-repeat; /* W3C */
	
	/*background: linear-gradient(100deg,  #f9c667 0%,#ffffff 5%);*/ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#ffffff',GradientType=1 ) no-repeat; /* IE6-9 fallback on horizontal gradient */
}
/******* Conteneur *******/
#conteneur{
	//border: 1px solid red;
	width: 1160px;
    height: auto;
    margin: auto;
	position: relative;
}
/******* Fin conteneur *******/

/******* Header *******/
#conteneur > header{
    //border: 1px solid blue;
}

/*header nav{
	border: 1px solid blue;
	height : 25px;
}*/

header nav #entete{
	//border: 1px solid red;
	width: 380px;
	margin: 0 0 5px 778px;
	float: left;
}

header nav #totalPanier{
	//border: 1px solid red;
	width: 188px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	float: left;
}

header nav #totalPanier span{
	color: #FF4500;
	font-size: 14px;
}

header nav #nomUtilisateur{
	//border: 1px solid red;
	width: 188px;
	font-size: 12px;
	font-weight: 700;
	
	text-align: center;
	//margin: 0 0 0px 2px;
	float: left;
}

header nav #nomUtilisateur a{
	text-decoration: none;
}

header nav #nomUtilisateur span{
	color: #FF4500;
	font-size: 14px;
}

header nav #serviceClient{
	//border: 1px solid yellow;
	width: 210px;
	font-size: 12px;
	//font-weight: 700;
	text-align: center;
	margin: 0 0 0 376px;
	float: left;
}

header nav #serviceClient span{
	display: block;
	padding-left: 124px;
}

header nav #nbreArticle{
	color: #FF4500;
	font-size: 14px;
	font-weight: bold;
}

header nav ol{
	//border: 1px solid red;
	width: 570px;
	//width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

header nav ol li a{
    border-right: 1px solid black;
    display: block;
    width: 188px;
    color: #000033;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
    float: left;    
}

header nav ol li a:link{
    color: #333;
}

header #top_header{
	//border: 1px solid gold;
    width: 300px;
}

header #header_logo #zouba{
	color: #872222 ;
}

header #header_logo a{
	//border: 1px solid red;
	//display: block;
	//width: 260px;
	color: #FF4500; 
	//color: #000033;
	font-family: "arialnarrow";
	text-decoration: none;
	font-size: 45px;
	font-weight: bold;
	margin: 0;
	line-height: 55px;
	//padding-left: 15px;
	//text-shadow: 0 5px 7px rgba(0,0,0,1);
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    
	-webkit-transition-property: text-shadow padding;
	-webkit-transition-duration: 2s;
    
	-moz-transition-duration: 2s;
    transition-duration: 2s;
    
	
	
}

header #header_logo a:hover{
	padding-left: 1px;
	padding-top: -5px;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}

header #header_info{
	//border: 1px solid red;
    display: block;
    width: 150px;
    //font-family: 'arialnarrow';
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
    
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 55px;
    padding: 0;
    color: #380000;
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    
    -webkit-transition-property: text-shadow padding;
    -webkit-transition-duration: 2s;
    
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

header #header_info:hover{
    padding-left: 1px;
    padding-top: -3px;
    text-shadow: 7px 7px 7px rgba(0,0,0,0.6);
}
/******* Fin Header *******/

/******* Navigation *******/
#conteneur > nav{
	//border: 1px solid darkorange;
}

nav ul{
	//border: 1px solid red;
    //width: 850px;
    height: 30px;
    list-style-type: none;
	padding: 0;
	margin: 5px 0 0 224px;
}

nav ul li a{
	//border: 1px solid black;
    display: block;
    width: 187px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: "Lucida sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 25px;
    float: left;
}

nav ul li a:link, nav ul li a:visited{
    //color: #333;
    color: #000;
}

nav ul li a:hover{
	color: #FFF;
    background-color: #F60;
}

nav #femme{
    border-bottom: solid 2px #C36;
}

nav #homme{
    border-bottom: solid 2px #069;
}

nav #enfant{
    border-bottom: solid 2px #393;
}

nav #accessoire{
    border-bottom: solid 2px #CB6800;
}

nav #prive{
    border-bottom: solid 2px #63C;
}
/******* Fin navigation *******/

/******* Contenu *******/
#contenu{
	//border: 1px solid aqua;
   	//height: 990px;
	//position: relative;
	
	//border: 2px solid black;
    //width: 720px;
	//overflow: auto;
    //margin-left: 15px;
    //background-color: #fff;
	//float: left;
	
    //-webkit-border-radius: 0 0 30px 0;
    //-moz-border-radius: 0 0 30px 0;
    //-o-border-radius: 0 0 30px 0;
    border-radius: 0 0 20px 0;
}

#contenu #section{
	border: 1px solid #EFEFEF;
	width: 220px;
	float: left;
    
    -webkit-border-radius: 0 0 0 30px;
    -moz-border-radius: 0 0 0 30px;
    -o-border-radius: 0 0 0 30px;
    border-radius: 0 0 0 30px;
}

#contenu #section span{
	//border: 1px solid blue;
	width: 220px;
	height: 30px;
	display: block;
	//color: #CB6800;
	color: #333;
	background-color: #EFEFEF;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
	line-height: 30px;
    margin: 0;
    
    background: -moz-linear-gradient(-45deg, #EFEFEF 5%, #ffffff 95%); /* FF3.6+ */

	//background: -moz-linear-gradient(-10deg, #f9c667 0%, #ffffff 5%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9c667), color-stop(7%,#ffffff)); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(-10deg,  #f9c667 0%,#ffffff 5%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(-10deg,  #f9c667 0%,#ffffff 5%); /* Opera 11.10+ */
	//background: -ms-linear-gradient(-10deg,  #f9c667 0%,#ffffff 5%); /* IE10+ */
	//background: linear-gradient(100deg,  #f9c667 0%,#ffffff 5%); /* W3C */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#contenu #section ul{
    //border: 1px solid red;
    list-style-type: none;
	margin: 0;
	padding: 0;
}

#contenu #section ul li a{
    //border: 1px solid black;
    display: block;
    height: 25px;
	color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
    margin: 2px;
    padding: 0 0 0 10px; 
}

#contenu section ul li a:link, #contenu section ul li a:visited, #contenu section footer a:link, #contenu section footer a:visited{
    color: #656565;
}

#contenu #section ul li a:hover {
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
}

#contenuMenu{
	//border: 1px solid #707070;
    width: 933px;
    //height: 500px;
   	//overflow: auto;
	margin-left: 2px;
	//background-color: #fff;
	float: left;
	
    //-webkit-border-radius: 0 0 30px 0;
    //-moz-border-radius: 0 0 30px 0;
    //-o-border-radius: 0 0 30px 0;
    border-radius: 0 0 20px 0;
    
}

#filAriance {
	//border: 1px solid #707070;
	color: #989696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 0 36px;
}

#filAriance a{
	//border: 1px solid #707070;
	color: #989696;
	text-decoration: none;
	
}

#menu a img{
	//border: 1px solid black;
	margin: 0 0 15px 0;
}

#lien103{
	//border: 1px solid black;
	margin: 0 0 0 15px;
}

/*#menu1, #menu2, #menu3, #menu4{
    //border: 1px solid red;
    //position: absolute;
    //width: 820px;
    //height: 500px;
    //overflow: auto;
    //background-color: #fff;*/
    /*-webkit-transition-property: opacity z-index;
    -webkit-transition-duration: 2s;
    
    
    
    -moz-transition-property: opacity z-index;
    -moz-transition-duration: 2s;
    
    opacity: 0;
    z-index: 1;*/
/*}*/

/*#menu1{
    opacity: 1;
}

#menu1:target,#menu2:target,#menu3:target,#menu4:target{    
    opacity: 1;
    z-index: 2;
}*/

.colImg{
	//border-bottom: 1px solid #FF4500;
    margin: 15px 0 0 40px;
    float: left;
}

.colImg p{
	//border: 1px solid blue;
	text-align: center;
	width: 265px;
}

.libCateg{
	color: #872222;
	font-size: 15px;
	font-weight: bold;
}

.colImgList{
	border-bottom: 1px solid #FF4500;
    margin: 15px 0 0 40px;
    float: left;
}

.colImgList .libArticle{
	//border: 1px solid gray;
	display: block;
	width: 130px;
	height: 18px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	float: left;
}

.colImgList .reference{
	//border: 1px solid gray;
	display: block;
	width: 130px;
	height: 18px;
	//font-weight: bold;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	float: left;
	//margin: 0 auto;
}

.colImgList .PriceArticle{
	//border: 1px solid #FF4500;
	display: block;
	width: 200px;
	color: #FF4500;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	padding: 8px 0 0 0;
	clear: both;
}

/*#menu2 p, #menu3 p, #menu4 p{
    color: #380000;
    font-size: 15px;
    margin: 0;
}*/

/** Fiche Article **/
#ficheGauche{
	//border: 1px solid green;
	width: 520px;
	height: 700px;
	margin : 0 24px 0 0;
	float: left;
}

#imageArticle{
	//border: 1px solid red;
	width: 410px;
	height: 625px;
	float: left;
	margin: 15px 0 0 0;
}


#thumbs{
   	//border: 1px solid red;
    margin: 20px 0 0 20px;
    float: left;
}

#thumbs ul{
   	//border: 1px solid blue;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#thumbs ul li a{
	//border: 1px solid #707070;
    display: block;
    width: 77px;
    height: 135px;
    margin: 7px 0 0 4px; 
}

#ficheDroite{
	//border: 1px solid blue;
	width: 385px;
	height: 700px;
	float: left;
}

#titreArticle{
	//border: 1px solid red;
	font-family: Verdana;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 15px 0 0 0;
}

#prix{
	//border: 1px solid black;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	text-align: center;
}

#ficheDroite p label{
	//border: 1px solid red;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 600;
	width: 50px;
	display: inline-block;
	padding: 0 20px 0 0;
}

#couleurs{
	//border: 1px solid #707070;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.autreArticle{
	border: 1px solid #707070;
	width: 77px;
	height: 135px;
	margin: 0 0 5px 5px;
	float: left;
}

.descArticle{
	font-family: Verdana;
	font-size: 14px;
	color: #333;
}

#ajoutPanier::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right: 3px;
	background: transparent url("/projects/Zend/banabaZouba/public/img/panier3.png?t=2f775f4e_0") no-repeat scroll 0px -178px;
}

#ajoutPanier{
	//border: 1px solid #BC4465;
	width: 175px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	//margin: 30px 15px 30px 15px;
	margin: 30px 10px 30px 5px;
	padding: 0px;
	line-height: 30px;
	background: #FF4500;	
	border-radius: 10px;
	transition-duration: 2s;
}

a#ajoutPanier:hover {
	padding-top: -5px;
	text-shadow: 10px 10px 10px rgba(0,0,0,5.6);
}

#acheterArticle{
	//border: 1px solid #BC4465;
	width: 170px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: #F8780B;
	border-radius: 10px;
	transition-duration: 2s;
}

a#acheterArticle:hover {
	padding-top: -5px;
	text-shadow: 10px 10px 10px rgba(0,0,0,5.6);
}
/** Fin fiche Article **/
	
/******* Fin contenu *******/

/******* Footer *******/
#conteneur > footer{
	border: 2px solid #EFEFEF;
	background-color: #FFF;
    margin-top: 30px;
    
   	background: -moz-linear-gradient(-5deg, #f9c667 0%, #ffffff 1%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9c667), color-stop(1%,#ffffff)); no-repeat/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-5deg,  #f9c667 0%,#ffffff 1%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,  #f9c667 0%,#ffffff 1%) no-repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #f9c667 0%,#ffffff 1%) no-repeat; /* IE10+ */
	background: linear-gradient(90deg, #f9c667 0%, #ffffff 1%) no-repeat; /* W3C */	

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 15px 15px 30px 30px;
	-moz-border-radius: 15px 15px 30px 30px;
	-o-border-radius: 15px 15px 30px 30px;
    border-radius: 15px 15px 30px 30px;
}

footer nav ol{
	//border: 1px solid forestgreen;
   	display: block;
	width: 456px;
    height: 20px;
    margin: 0 0 0 640px;
    padding: 0;
    list-style-type: none;
}

footer nav ol li a{
	//border: 1px solid black;
    //border-left: 1px solid black;
    //display: block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
    float: left;    
}


#footer{
	//border: 1px solid red;
    height: 150px;
}

.contentFouter{
    //border: 1px solid #333;
    width: 263px;
    font-family: "Lucida sans", Arial, Helvetica, sans-serif;
    //height: 120px;
    margin-left: 7px;
    float: left;
    //text-align: center;
    
    //border: 0 none;
	//height: 1px;
	//background: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.contentFouter p{
	//border: 1px solid red;
    font-size: 14px;
	font-weight: bold;
	color: #FF4500;
    margin: 0 0 10px 0;
}

.contentFouter ul{
    //border: 1px solid red;
    list-style-type: none;
    padding-left: 15px;
    margin: 0 0 0 0;
}

.contentFouter ul li a{
    //border: 1px solid black;
    display: block;
    height: 20px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
}

a.circle{
	width: 34px;
	height: 34px;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #FF4500;
	border: 2px solid #FF4500;
	margin-right: 15px;
}

a.circle:hover {
	width: 34px;
    height: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #FF4500;
    margin-right: 15px;
}

.circle > li {
	color: #fff;
	font-size: 21px;
	margin-top: 6px;
	margin-left: 8px;
}
			
.circle:hover > li {
	color: #FF4500;			
}
			
/******* Fin footer *******/

/******* Login *******/
#compte{
	//border: 1px solid red;
    width: 873px;
    //height: 480px;
	margin-bottom: 100px;
    overflow: auto;
}

#compte > p{
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 25px 0;
}

hr{
	border: 0 none;
	height: 1px;
	background: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	margin-bottom: 25px;
}

#newClient{
	border-right: 1px solid #c0c0c0;
	width: 375px;
	//height: 230px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
	float: left;
    //font-weight: bold;
    
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#newClient a:hover {
	border: 1px solid #F8780B;
	font-size: 14px;
	background: #FFF;
	color: #F8780B;
	padding-top: -5px;
	text-shadow: 10px 10px 10px rgba(0,0,0,5.6);
}

#inscrire{
	//border: 1px solid #BC4465;
	width: 180px;
	height: 30px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	margin: 70px auto;
	padding: 0;
	line-height: 30px;
	background: #F8780B;
	border-radius: 10px;
	transition-duration: 1s;
}

#oldClient{
	border-right: 1px solid #c0c0c0;
	width: 470px;
	//height: 350px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	
	margin-left: 5px;
	padding-top: 15px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#oldClient > span{
	display: block;
	
	//font-weight: bold;
	text-align: center;
}

#oldClient label{
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	font-size: 12px;
	margin: 4px 8px 0 0;	
}

#oldClient #errorLogPass{
	width: 445px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	color: #AC0A00;
	background: #FFECEC;
	font-size: 14px;
	margin: 30px auto;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#compte input[type="text"], input[type="password"]{
	border: 1px solid #EFEFEF;
	width: 250px;
	font-size: 16px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#compte textarea{
	border: 1px solid #EFEFEF;
	font-size: 16px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#compte select{
	border: 1px solid #EFEFEF;
	font-size: 15px;
	  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#oldClient #pwdOublier{
	text-decoration: none;
	color: #333;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 140px;
}

#oldClient input[type="submit"]{
	
	border: 1px solid #FF4500;
	width: 180px;
	height: 30px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 0 140px;
	padding: 0;
	line-height: 20px;
	background: #FF4500;
	border-radius: 10px;
}

p.message_error
{
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	color: #8A1F11;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.form_errors_block_sig
{
	width: 600px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	color: #AC0A00;
	background: #FFECEC;
	font-size: 14px;
	margin: 30px auto;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.form_errors_block_log
{
	width: 445px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	color: #AC0A00;
	background: #FFECEC;
	font-size: 14px;
	margin: 30px auto;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

[class *= "form_errors_block"] ul
{
	padding-left: 20px;
	list-style: disc;
}

[class *= "form_errors_block"] li
{
	margin:5px 0px 5px 0px;
}

/******* Fin login *******/

/******* Signup *******/
#coordonnee{
	border-right: 1px solid #c0c0c0;
	width: 814px;
	//height: 250px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#coordonnee > span{
	//border: 1px solid red;
	margin:  0 0 0 220px;
}

#coordonnee p label{
	//border: 1px solid red;
	float: left;
	width: 230px;
	text-align: right;
	margin: 4px 8px 0 50px;
}

#coordonnee input[type="checkbox"]{
	margin:  0 0 0 290px;
}

.textCondition{
	width: 250px;
	font-size: 11px;
}

#coordonnee input[type="submit"]{
	
	border: 1px solid #FF4500;
	width: 180px;
	height: 30px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px auto;
	padding: 0;
	line-height: 20px;
	background: #FF4500;
	border-radius: 10px;
}

/******* Fin Signup *******/

/******* Mon compte *******/
#monCompte{
	//border: 1px solid red;
	width: 873px;
    overflow: auto;
}

#monCompte p:first-child{
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 25px 0;
}

#monCompte p:nth-child(3){
	//color: #121214;
	font-size: 14px;
	text-align: center;
}

#monCompte a:hover {
	border: 1px solid #F8780B;
	font-size: 14px;
	background: #FFF;
	color: #F8780B;
	padding-top: -5px;
	text-shadow: 15px 15px 15px rgba(0,0,0,5.6);
}

.compteClient{
	//border: 1px solid #BC4465;
	width: 250px;
	height: 40px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	margin: 40px auto;
	//padding: 0;
	line-height: 35px;
	background: #F8780B;
	border-radius: 10px;
	transition-duration: 0.5s;
}

#coordonnee input.disabled{
	background: -moz-linear-gradient(90deg, #EFEFEF 15%, #ffffff 75%); /* FF3.6+ */

	//background: -moz-linear-gradient(-10deg, #f9c667 0%, #ffffff 5%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9c667), color-stop(7%,#ffffff)); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(-10deg,  #f9c667 0%,#ffffff 5%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(-10deg,  #f9c667 0%,#ffffff 5%); /* Opera 11.10+ */
	//background: -ms-linear-gradient(-10deg,  #f9c667 0%,#ffffff 5%); /* IE10+ */
	//background: linear-gradient(100deg,  #f9c667 0%,#ffffff 5%); /* W3C */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

table#commande{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 873px;
	margin: 0 auto;
	text-align: left;
}

table#commande th{
	color: #333;
	padding: 5px;
}

table#commande td{
	border-top: 1px solid #FF4500;
	color: #333;
	font-size: 14px;
	padding: 5px;
}
/******* Fin Mon compte *******/

/******* Panier *******/
#steps{
	border-bottom: 1px solid #FF4500;
	height: 25px;	
}

.stepDone {
	width: 25px;
	height: 25px;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	background-color: #FF4500;
	border: 2px solid #FF4500;
	font-family: "Lucida sans",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0 0 135px;
	float: left;
}

.stepTodo {
	width: 25px;
	height: 25px;
	color: #FF4500;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #FF4500;
	font-family: "Lucida sans",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0 0 135px;
	float: left;
}

#tunnel{
	//border: 1px solid black;
}

#tunnel ul {
	//border: 1px solid blue;
	display:block;
	list-style-type: none;
	width:830px;
	height: 20px;
	padding-left: 0px;
	//margin: 30px auto;
	//margin: 30px 0 30px 70px;
	margin: 30px 0 30px 70px;
}

#tunnel li {
	//border: 1px solid red;
	width: 164px;
	font-family: "Lucida sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: center;
	//padding: 0 0 0 25px;
	//margin: 0 0 0 20px;
	float:left;
}

#tunnel li a{
	text-decoration: none;
}

#tunnel .stepActive{
	color: #FF4500;
	font-weight: bold;
}

#contenuPanier table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 873px;
	margin: 0 auto;
	text-align: left;
}

#contenuPanier table th{
	border-bottom: 1px solid #EEE;
	border-bottom: 0.03px solid #9F9F9F;
	color: #999;
	font-weight: 500;
	padding: 5px;
}

#contenuPanier table td{
	border-bottom: 1px solid #EEE;
	//border-bottom: 0.03px solid #9F9F9F;
	color: #333;
	height: 50px;
	font-size: 12px;
	padding: 5px;
}

#contenuPanier table td .nomArticle{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#contenuPanier table td .monTotal{
	font-size: 14px;
	font-weight: bold;
}

#contShop{
	border: 1px solid #FF4500;
	width: 275px;
	height: 30px;
	display: inline-block;
	color: #FF4500;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	margin: 30px 310px 30px 10px;
	padding: 0px;
	line-height: 30px;
	border-radius: 10px;
}

#valShop{
	//border: 1px solid #BC4465;
	width: 270px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	background: #F8780B;
	border-radius: 10px;
	transition-duration: 2s;
}

#infoAdress{
	//border: 1px solid red;
    width: 873px;
    //height: 480px;
	margin-bottom: 100px;
    overflow: auto;
}

#infoAdress > p{
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 25px 0;
}

#adresseLivraison{
	border: 1px solid #EFEFEF;
	width: 250px;
	height: 350px;
	margin: 0 auto;
	border-radius: 10px;
	//background: #FBFBFB;
	box-shadow: 3px 3px 5px #999;
	
	background: -moz-linear-gradient(2deg, #ffffff 5%, #FBFBFB 95%); /* FF3.6+ */
}

#adresseLivraison p{
	border-bottom: 2px dotted #EFEFEF;
	margin-left: 10px;
}

#adresseLivraison p:first-child{
	font-weight: bold;
	font-size: 18px;
	color: #872222;
	margin-left: 5px;
}

#ajoutAdress{
	border: 1px solid #FF4500;
	width: 275px;
	height: 30px;
	display: inline-block;
	color: #FF4500;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px auto;
	padding: 0px;
	line-height: 30px;
	border-radius: 10px;
}

#modifAdress{
	border: 1px solid #FF4500;
	width: 300px;
	height: 30px;
	display: inline-block;
	color: #FF4500;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px auto;
	padding: 0px;
	line-height: 30px;
	border-radius: 10px;
}

#validpayer{
	border: 1px solid #FF4500;
	width: 155px;
	height: 30px;
	display: inline-block;
	color: #FF4500;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 15px;
	padding: 0px;
	line-height: 30px;
	border-radius: 10px;
}

#moyenPaiement{
	//border: 1px solid red;
}

#moyenPaiement p{
	//border: 1px solid blue;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 25px 0;
}

#moyenPaiement p:first-child{
	//border: 1px solid blue;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 25px 0;
}

#moyenPaiement ul{
	//border: 1px solid blue;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	list-style-type: none;
}

#moyenPaiement li{
	border: 2px solid #EFEFEF;
	width: 230px;
	height: 50px;
	font-family: "Lucida sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 30px auto;
	box-shadow: 3px 3px 5px #999;
	background: -moz-linear-gradient(2deg, #ffffff 5%, #FBFBFB 95%); /* FF3.6+ */
}

#moyenPaiement li a{
	color: #380000;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
}

#PaiementCash p, #PaiementOrange p, #PaiementLemon p{
	//border: 1px solid red;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	//text-align: center;
	margin: 25px 0;
	padding-left: 150px;
}

#PaiementCash p:first-child, #PaiementOrange p:first-child, #PaiementMobi p:first-child, #PaiementLemon p:first-child{
	//border: 1px solid blue;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 25px 0;
	padding: 0;
}

#prixTotal{
	color: #FF4500;
	font-size: 16px;
	font-weight: bold;
}

#btnPaiement input[type="submit"]{
	border: 1px solid #FF4500;
	width: 180px;
	height: 30px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px auto;
	padding: 0;
	line-height: 20px;
	background: #FF4500;
	border-radius: 10px;
}

#retShop{
	border: 1px solid #FF4500;
	width: 275px;
	height: 30px;
	display: inline-block;
	color: #FF4500;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 30px auto;
	padding: 0px;
	line-height: 30px;
	border-radius: 10px;
}

/******* Fin Panier *******/