/* CSS Document */
body {margin:0; padding:0; overflow:scroll;}

div#container {
	width:715px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:15px;
	padding:20px;
	font-family:"Courier New", Courier, monospace;
	background-color:#FFFFFF;
	}
div.clear {
	clear:both;
	margin:0;
	padding:0;}
	
div.clearLine1 {
	clear:both;
	margin:15px 0 10px 0;
	padding:0;
	height:0;
	border-bottom:1px solid #000000;}


/*///////////  TXT & COLORS  ///////////*/
p {
	margin:0;
	padding:0;}

h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:20px;}
h2 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:16px;}
	
.txtorange {
	color:#FF6600;}
.txtyellow {
	color:#FFCC33;}
.txtgreen {
	color:#009933;}
.txtblue {
	color:#003399;}
.txtpurple {
	color:#990099;}
.txtpink {
	color:#FF0099;}
.txtgrey {
	color:#999999;}
.txtblack {
	color:#000000;}


p.pWarning {
	/*border: 1px solid #D2D202;
	background-color: #FFFFD5;
*/	padding: 5px;
	margin-right: 5px;
	font-size:12px;
}

p.pWarning span {
	background: #FFF url(./img/bullet_error.png) no-repeat 5px 4px;
	display: block;
	padding: 4px 25px;
}

p.pAlertGreen {
	/*border: 1px solid #8FCE7E;
	background-color: #D7EBCF;*/
	font-size:12px;
	padding: 5px;
	margin-right: 5px;
	line-height: 1.5em;
}

p.pAlertGreen span {
	background: #FFF url(./img/accept.png) no-repeat 5px 4px;
	display: block;
	padding: 4px 27px;
}

p.pAlertRed {
	/*border: 1px solid #E74E4E;
	background-color: #F1B9AA;
*/	padding: 5px;
	margin-right: 5px;
	font-size:12px;
}

p.pAlertRed span {
	background: #FFF url(./img/delete.gif) no-repeat 5px 4px;
	display: block;
	padding: 4px 27px;
}

/*///////////  HEADER  ///////////*/
div#container div#header {
	margin:0 0 20px 0;
	padding:0;
	height:45px;
	}
div#header img.logo{
 	margin:0 20px 0 0;
	padding:0;
	border:0;
 	}
		
div#header div.cartState {
	float:right;
	padding:0;
	margin:0;
	width:110px;
	height:45px;
	font-size:11px;
	cursor:pointer;
	}

/*///////////  MENU  ///////////*/
div#container div#menu {
 	margin:0 20px 0 0;
	padding:0;
	float:left;
	width:180px;
	}
div#menu div.menuSection {
	margin:0;
	padding:20px 0;
	border-top:#000000 solid 1px;
	width:inherit;
	font-size:12px;
	}

div#menu a {
	color:#000000;
	text-decoration:none;}
div#menu a:hover.orange {
	color:#FF6600;
	text-decoration:none;}
div#menu a:hover.yellow {
	color:#FFCC33;
	text-decoration:none;}
div#menu a:hover.green {
	color:#009933;
	text-decoration:none;}
div#menu a:hover.blue {
	color:#003399;
	text-decoration:none;}
div#menu a:hover.purple {
	color:#990099;
	text-decoration:none;}
div#menu a:hover.pink {
	color:#FF0099;
	text-decoration:none;}
div#menu a:hover.grey {
	color:#999999;
	text-decoration:none;}


div#menu a.actorange {
	color:#FF6600;}
div#menu a.actyellow {
	color:#FFCC33;}
div#menu a.actgreen {
	color:#009933;}
div#menu a.actblue {
	color:#003399;}
div#menu a.actpurple {
	color:#990099;}
div#menu a.actpink {
	color:#FF0099;}
div#menu a.actgrey {
	color:#999999;}
	



/*///////////  CONTENT  ///////////*/
div#container div#content {
	margin:0;
	padding:0;
	float:left;
	width:515px;
	}

div#content img.indexThumbs {
	margin:0 4px 4px 0;
	padding:0;
	float:left;
	}
div#content img.indexThumbsLast {
	margin:0 0 4px 0;
	padding:0;
	float:left;
	}




/*///////////  REGISTER  ///////////*/

table.registerTable {
	font-size:12px;}

table.registerTable p {
	margin:10px 0 0 0;}

	
form.formSignup input.button {
	border: 1px solid #7F9DB9;
	text-align: center;
	padding: 3px 7px;
	text-decoration: none;
	color: #000;
	background-color: #E0DFE3;
}
form.formSignup .fieldStyle {
	border: 2px solid #B9BAC0;
	font-size:12px;
	margin:3px 0;
	font-family:'Courier New', Courier, monospace; 
	
}


/*///////////  TERMS  /////////////////////*/
div.termsDiv{
	font-size:12px;}



/*///////////  COMMERCE : DETAIL  ///////////*/

div#detailPictures {
	float:left;
	width:295px;}
div#detailPictures img {
	float:left;
	border:0;}
	
div#detailInfos {
	float:left;
	width:200px;
	margin:0 0 0 20px;
	padding:20px 0 0 0;
	border-top:solid 1px #000000;
	}


div#detailInfos a {
	color:#000000;
	text-decoration:underline;}
div#detailInfos a:hover.grey {
	color:#999999;
	text-decoration:underline;}
	
div#detailInfos div.section {
margin:20px 0 0 0;
padding:20px 0 0 0;
border-top:#000000 solid 1px;
width:inherit;
font-size:12px;
	}
	
div#detailInfos div.colorBox {
	margin: 0 10px 0 0;
	padding:0;
	width:30px;
	float:left;
	text-align:center;
	display:block;
	}

div#prevNext {
	color:#000000;
	font-size:12px;
	margin:20px 0 0 0;}


div#prevNext a {
	color:#000000;
	text-decoration:none;}
div#prevNext a:hover.grey {
	color:#999999;
	text-decoration:none;}

a.submitButton {
	background:url(img/cart/ADDTO_3D.gif) no-repeat left top;
	width:70px;
	height:68px;
		display:block;
		float:left;
		margin:0 15px 0 0;
	}
a.submitButton:hover {
	background:url(img/cart/ADDTO_3D.gif) no-repeat right top;
	}
a.submitButton span {
	display:none;
	}
a.cartButton {
	background:url(img/cart/CHECKOUT_3D.gif) no-repeat left top;
	width:90px;
	height:68px;
	display:block;
	float:right;
	}
a.cartButton:hover {
	background:url(img/cart/CHECKOUT_3D.gif) no-repeat right top;
	}
a.cartButton span {
	display:none;
	}
	
	

/*///////////  COMMERCE : PANIER  ///////////*/


div.panierLigne {
	margin:0 0 5px 0;
	height:132px;
	}
div.panierLigne div.panierInfos {
	border-top:#000000 1px solid;
	float:left;
	margin:0 0 0 20px;
	width:395px;
	}	
div.panierLigne div.panierInfos div.panierItemTitre {
	border-bottom:#000000 1px solid;
	}	
div.panierLigne div.panierInfos div.panierItemTitre h1 {
	margin:10px 0 8px 0;
	}	
div.panierLigne div.panierInfos div.panierItemInfos {
	font-size:13px;
	}	
div.panierItemInfos .panierInput {
	width:53px;
	height:14px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	}	
div.panierSubTotal {
	font-size:12px;
	margin:0 0 0 119px;
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	}	

div.panierItemInfos a {
	color:#000000;
	text-decoration:none;}
div.panierItemInfos a:hover.grey {
	color:#999999;
	text-decoration:none;}
	
div.panierItemInfos table {
	margin:10px 0 0 0;}	
div.panierItemInfos tr {
	height:25px;}
	
div.boutonsPanier {
	float:right;
	width:200px;
	margin:0;
	padding:20px 0 0 0;
	}	
	

a.nextStep1 {
	background:url(img/cart/NextSTEP1.gif) no-repeat left top;
	width:77px;
	height:63px;
	display:block;
	float:right;
	}
a.nextStep1:hover {
	background:url(img/cart/NextSTEP1.gif) no-repeat right top;
	}
a.nextStep1 span {
	display:none;
	}
	

a.nextStep2 {
	background:url(img/cart/NextSTEP2.gif) no-repeat left top;
	width:77px;
	height:63px;
	display:block;
	float:right;
	}
a.nextStep2:hover {
	background:url(img/cart/NextSTEP2.gif) no-repeat right top;
	}
a.nextStep2 span {
	display:none;
	}
	
	

a.nextStep3 {
	background:url(img/cart/NextSTEP3.gif) no-repeat left top;
	width:77px;
	height:63px;
	display:block;
	float:right;
	}
a.nextStep3:hover {
	background:url(img/cart/NextSTEP3.gif) no-repeat right top;
	}
a.nextStep3 span {
	display:none;
	}
	

a.nextStep4 {
	background:url(img/cart/NextSTEP4.gif) no-repeat left top;
	width:77px;
	height:63px;
	display:block;
	float:right;
	}
a.nextStep4:hover {
	background:url(img/cart/NextSTEP4.gif) no-repeat right top;
	}
a.nextStep4 span {
	display:none;
	}
	
	
	
/*////////////////   LOGIN    */
div#divLogin {
	height: 1%;
	margin-top: 10px;
}

div#loginLeft {
	float: left;
	border-right: 1px solid #E8E8E8;
	width: 220px;
	height: 15em;
	padding: 15px;
}

div#loginRight {
	float: left;
	width: 220px;
	height: 15em;
	padding: 15px;
}
	
	
	
	
	
	
	
	
	