/**********************************************************
 *   Callune.fr         
 *
 *   (c) KurTZdev 2008
 **********************************************************
 *                         Positionnement General des blocs
**/

html {

	background-attachment: fixed;
	background-color: #FFFFFF;
	text-align: center;
	
	background-image:url(images/general/bg_footer.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}

body {
	text-align: center;
	margin: 0 auto;
		position: relative;

	}


div#pourIE {
	width: 100%;
	margin: 0 auto;
			}
div#page {
	width: 921px;
	height:730px;
	margin: 0 auto;
	background-image:url(images/general/bg_coinCallune.jpg);
	background-repeat:no-repeat;
	background-position:-30px 0;
	display:block;
	position: relative;
	text-align: left;
	}
	
/**********************************************************
 *                                        Navigation header
**/	
div#header{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top:3px;
	width:895px;
	margin-left:9px;
	display:block;
	}
div#header ul {
	height: 20px;
	margin: 0 80px;
	}
div#header li {
	float: left;
	font-size: 10px;
	background-color:#000;
	border-left: #FFFFFF solid 1px;
	}	
div#header li.one {
	border:0;
	}
div#header li a:link {	
	display:block;
	color: #FFF; 
	background-color: #000; 	
	padding: 1px 15px;
	}
div#header li a:visited { 	
	display:block;
	padding: 1px 15px;
	color: #FFF;
	background-color: #000; 
	}
div#header li a:hover { 	
	display:block;
	padding: 1px 15px;
	color: #FFF; 
	background-color: #db539d; 
	}
div#header li a:active { 	
	display:block;
	padding: 1px 15px;
	color: #FFF; 
	background-color: #000; 
	}


div#logoCoin {
	position: absolute;
	top:56px;
	left: 17px;
	}
div#imageHeader {

	position:absolute;
	width: 431px;
	top: 53px;
	left: 280px;
}
div#imageHeader img {
	}

div#cadreImageHeader {
	position: absolute;
	top: 52px;
	left: 278px;
	width: 158px;
	height: 121px;
	background-image: url(images/general/coinPhoto.png);
	background-repeat: no-repeat;
}


div#cadreImageHeader span.titreIdees {
	display: block;
	background-image: url(images/produit/titre_ideeCadeau.png);
	width: 318px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: -276px;	
	}

div#cadreImageHeader span.titreAssortiment {
	display: block;
	background-image: url(images/produit/titre_assortiments.png);
	width: 318px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: -276px;	
	}

	
/**********************************************************
 *                                              zone Loging
 ******** Zone A 
**/	

div#loginZone {
	position: absolute;display: none;
	margin-left:9px;
	background-image: url(images/general/bg_zoneLogin.jpg);
	background-repeat: repeat-y;
	font-size:10px;
	width: 336px;
	}

div#loginZone p {
	float:left;
	clear: both;
	}
div#loginZone p.utilisateur,
div#loginZone p.password {
	clear: none;
	}
div#loginZone label {
	float:left;
	padding-left: 12px;
	padding-right: 3px;
	padding-top: 6px;
	color: #8d9883;
	}
div#loginZone input {
	width:80px;
	height:12px;
	margin-top: 3px;
	float:left;
	border-color: #8d9883;
	}		
div#loginZone p.souvenir {
	padding: 9px;
	width: 180px;
	float:left;
	display: block;
	}
		
div#loginZone p.submit {
	padding:0;
	margin: -27px 100px;;
	float:right;
	}			
div#loginZone p.oubli {
	padding: 6px;
	width: 336px;
	height:30px;
	float:left;
	clear: both;
	text-align: center
	}
div#loginZone input.submit {
	border: 0;
	}	
	
div#loginZone fieldset#souvenir,
div#loginZone fieldset#oubli {
	display: none;
}
		
/********* Zone B 
**/	
	
div#zonePassOublie {
	margin-left:9px;
	background-image: url(images/general/bg_zoneLogin.jpg);
	background-repeat: repeat-y;
	font-size:10px;
	width: 336px;
	display: none;
	}
div#zonePassOublie p {
	padding: 9px;
	}
div#zonePassOublie p.oubli {
	float: left;
	}
div#zonePassOublie p.submit {
	float: left;
	}	
		
/********* Zone C 
**/	
		

div#logout {
	margin-left:9px;
	background-image: url(images/general/bg_zoneLogin.jpg);
	background-repeat: repeat-y;
	font-size:10px;
	width: 336px;
	display: none;
		}



/**********************************************************
 *                                            zone lastNews
**/
div#lastNews {
	margin-left: 345px;
	margin-top: 12px;
	}
div#lastNews h1 {
	font-size: 20px;

	}
div#lastNews p {
	color: #7d8b76;
	font-size: 10px;
	line-height: 13px;
	width: 250px;
}



/**********************************************************
 *                                           navigation Cat
**/
div#navigationCat {
	position: absolute;
	top:190px;
	left: 9px;
	width: 700px;
	border: #dcdada solid 1px;
	padding: 3px;
	color:#161e0d;
	background-color: #FFFFFF;
	z-index: 900;
	}
div#navigationCat ul {
	clear: both;
	height: 37px;
	text-align: center;
	}
div#navigationCat li {
	font-size: 11px;
	line-height: 16px;
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	color:#161E0D;
	}
div#navigationCat ul li a:link { 
	background-color:white;	color:#161E0D;

	padding:1px 3px;
	display: block;
	}
div#navigationCat ul li a:visited { 
	background-color:white; 	color:#161E0D; 

	padding:1px 3px;
	display: block;
	}
div#navigationCat ul li a:hover { 
	color:#FFFFFF; 
	background-color:#db539d; 
	padding:1px 3px;
	display: block;
	}
div#navigationCat ul li a:active { 
	color:#161E0D; 
	background-color:#FFFFFF; 
	padding:1px 3px;
	display: block;
	}

div#navigationCat ul li.over a { 
	color:#FFFFFF; 
	background-color:#db539d; 
	padding:1px 3px;
	display: block;
	}

div#navigationCat {
	text-transform: uppercase;
	}
	
	
	
	

/**********************************************************
 *                                              idee cadeau
**/	
	
	
	
	
div#ideeCadeau {
	width: 175px;
	height: 372px;
	margin: 0 3px 30px;
	padding: 0;
	text-align: center;
	}
div#ideeMasque {
	position: absolute;
	top:0;
	left: 0;
	width: 175px;
	height: 372px;
	background-image: url(images/general/bgComplet_ideeCadeau.png);
	background-repeat: no-repeat;

	}

div#conteneurCadeau {
	width: 162px;
	margin: 2px 4px;
	}
div#conteneurCadeau img#imageCadeau {
	width: 158px;
	height:122px;
	position: absolute;
	top:8px;
	left: 9px;
	}
div#ideeCadeau h1 {
	position: absolute;
	top:135px;
	left: 10px;
	z-index: 300;

	}
div#ideeCadeau h1 span{
	display: none;
	}
div#ideeCadeau h2 {
	color: #6aaa33;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 5px;
	text-align: left;
	}

div#ideeCadeau h2 a:link { color: #6aaa33; }
div#ideeCadeau h2 a:visited { color: #6aaa33; }
div#ideeCadeau h2 a:hover { color: #db539d; }
div#ideeCadeau h2 a:active { color: #6aaa33; }

	
div#ideeCadeau p{
	font-size: 11px;
	color: #2d2c2c;
	margin: 6px 5px 15px;
	text-align: left;
	}
div#ideeCadeau p.plusdinfos {
	font-size: 10px;
	margin: 6px 5px 9px;
	text-align: left;
	}
div#cartouche {
	width: 153px;
	margin: 180px 12px;
	position: relative;
	}
div#prix {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 75px;
	position: absolute;
	top:135px;
	left: 43px;
	}
div#secu {
	background-color: #FFFFFF;
	margin-left: 24px;
	}	
	
div#parrain ul, div#pro ul {
	margin-left: 15px;	
	}	
div#parrain li, div#pro li {
	list-style-position: outside;
	}	
	
/*
div#pourIE div#ideeCadeau {
	background-color: #E2E2E2;
	width: 170px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

div#pourIE div#conteneurCadeau {
	background-color: #FFFFFF;
	width: 162px;
	margin: 0;
	text-align: center;
	}
div#pourIE div#conteneurCadeau img#imageCadeau {
	width: 156px;
	height:121px;
	padding: 3px;
	}
div#pourIE div#ideeCadeau h1 {
	width: 162px;
	height: 31px;
	background-image: url(images/general/bt_ideeCadeau.gif);
	background-repeat: no-repeat;
	}
div#pourIE div#ideeCadeau h1 span{
	display: none;
	}
div#pourIE div#ideeCadeau h2 {
	width: auto;
	color: #6aaa33;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;;
	text-align: left;
	}

div#pourIE div#cartouche {
	background-color: #E2E2E2;
	width: 155px;
	margin: 0;
	margin-left: 3px;
	margin-right: 3px;
	}
div#pourIE div#prix {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	padding: 3px 0;
	}
div#pourIE div#secu {
	background-color: #FFFFFF;
	margin: 0;
	}	
	
	*/	
	
	
	
	
	
	
	
	
	

/**********************************************************
 *                                           colonne Droite
**/
div#colonneDroite {
	position: absolute;
	top:23px;
	right: 0;  
	}

div#recherche {
	background-color: #FFFFFF;
	background-image: url(images/colonneDroite/bg_recherche.png);
	background-repeat: no-repeat;
	background-position: 0 -23px;
	width: 206px;
	height: 179px;
	position: relative;
	}


div#recherche input#terme {
	width: 106px;
	height: 15px;
	position: absolute;
	top:23px;
	left: 40px;
	color: #000000;
	background-color: transparent;
	border: 0;
	font-size: 11px;
	}
div#recherche input.submit {
	width: 24px;
	height: 24px;
	position: absolute;
	top:19px;
	left: 156px;
	background-image: url(images/colonneDroite/bt_recherche.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 0;
	}


div#panier {
	background-color: #cbd7bd;
	background-image: url(images/colonneDroite/bg_colonnePanier.png);
	background-repeat:repeat-y;
	position: absolute;
	top:0;
	left: 0;
	}


div#boutonPanier {
	position: absolute;
	top:70px;
	left: 40px;
	font-size: 9px;
	}
	
	
p.aucun {
	position: absolute;
	font-size: 9px;
	background-color: transparent;
	width: 150px;
	margin-top: -12px;
	margin-left: 27px;
	padding: 0;
	text-align: center;
	
	}



div#tablePanierColonne {
	font-size: 9px;
	width: 190px;
	clear: both;
	background-image: url(images/colonneDroite/bg_colonnePanier.png);
	background-repeat:repeat-y;
	padding-left: 5px;
	
	}

table#latableC {
	margin-left: 17px;
	width: 163px;
	}
div#tablePanierColonne tr.prodColonne {
	border-top: solid 3px #d8e1ce;
	background-color: #d8e1ce;
	border-top: #d8e1ce solid 6px;
	border-bottom: #d8EEEE solid 1px;
}
div#tablePanierColonne tr.plusmoins {
	background-color: #b1c39c;
	height: 12px;
}
div#tablePanierColonne tr.result {
	border-top: solid 6px #d8e1ce;
	
}
div#tablePanierColonne tr.plusmoins td {
	padding: 0;
	margin: 0;
	width: 12px;
	height: 12px;
	line-height: 8px;
	}
div#tablePanierColonne td.qte {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 18px;
}

div#tablePanierColonne td.nom {
	width: 100px;
}

td.total {
	color: #dc538d;
	font-weight: bold;
	font-size: 11px;
	}

div#pourIE td.total {
	padding-top: 6px;
	padding-bottom: 3px;
}

td.total2 {
	color: #dc538d;
	font-weight: bold;
}
td.prix {
	width: 70px;
	padding-top: 3px;
	}


div#pourIE div#tablePanierColonne tr.prodColonne td {
	border-top: solid 6px #d8e1ce;
 }
div#pourIE div#tablePanierColonne tr.result td {
	border-top: solid 6px #d8e1ce;
 }


td.passerCommande {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
}
td.passerCommande a:link {
	font-size: 11px;
	font-weight: bold;
	}
td.passerCommande a:visited {
	font-size: 11px;
	font-weight: bold;
	}
td.passerCommande a:hover {
	font-size: 11px;
	font-weight: bold;
	}
td.passerCommande a:active {
	font-size: 11px;
	font-weight: bold;
	}

div#navigationColonne {

	}
div#navigationColonne li#navCol1 {
	width: 206px;
	height: 69px;
	background-color: transparent;
	}

div#navigationColonne li#navCol2 {
	width: 206px;
	height: 40px;
	background-color: transparent;
	}

div#navigationColonne li#navCol3 {
	width: 206px;
	height: 47px;
	background-color: transparent;
	}


div#pourIE div#navigationColonne li#navCol1 {
	margin: 0;
	padding: 0;
	}

div#pourIE div#navigationColonne li#navCol2 {
	margin: -3px 0;
	padding: 0;
	}

div#pourIE div#navigationColonne li#navCol3 {
	margin: -3px 0;
	padding: 0;
	}







div#newsletter {
	background-image: url(images/colonneDroite/bg_newsletter.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 206px;
	position: relative;
	overflow: auto;
	}
	
div#newsletter input#email {
	position: absolute;
	top:58px;
	left: 45px;
	width: 100px;
	height: 18px;
	background-color: transparent;
	border: 0;
	font-size: 11px;
	}

div#newsletter form label {
	display: none;
	}
	
div#newsletter input.submit {
	position: absolute;
	top:53px;
	left: 155px;
	width: 24px;
	height: 24px;
	background-color: #FFFFFF;
	background-image: url(images/colonneDroite/bt_newsletter.gif);
	background-repeat: no-repeat;
	border: 0;
	font-size: 11px;
	}



div#m_newsletter {
	position: absolute;
	top:70px;
	left: 120px;
	width: 30px;
	height: 30px;
	background-image: none;
	
	}
div#m_newsletter .ajax-loading {
	background: url(images/utils/spinner.gif) no-repeat center;
	background-repeat: no-repeat;
	}


/**********************************************************
 *                                                   Footer
**/

div#footer{
	position: absolute;
	background-color: yellow;;
	color: #000000;
	text-align: center;

	margin: 0 auto;
}

div#footer ul {
	background-color: #000000;
	width: 621px;
	height: 15px;
	text-align: center;	
	padding:3px 0;
		padding-left: 300px

	}

div#footer li {
	float: left;
	font-size: 10px;
	background-color:#000;
	border-right: #FFFFFF solid 1px;
	}
li.preums {
	border-left: #FFFFFF solid 1px;
	margin-left: 330px;
	}	
	
div#footer li a:link {	
	display:block;
	color: #FFF; 
	background-color: #000; 	
	padding: 1px 15px;
	}
div#footer li a:visited { 	
	display:block;
	padding: 1px 15px;
	color: #FFF;
	background-color: #000; 
	}
div#footer li a:hover { 	
	display:block;
	padding: 1px 15px;
	color: #FFF; 
	background-color: #db539d; 
	}
div#footer li a:active { 	
	display:block;
	padding: 1px 15px;
	color: #FFF; 
	background-color: #000; 
	}


div#footer ul	{
		padding-left: 0;
			width: 921px;
}
li.preums {
	border-left: #FFFFFF solid 1px;
	}	
	
	

	
	

/**********************************************************
 *                                                  Effects
**/	
.tool-tip {
	color: #fff;
	width: 160px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/utils/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/utils/bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}	
	
	
	
	
	
	
#items
{
	float: left;
	width: 525px;
	border: 1px solid #f9f9f9;
}
 
#cart
{
	float: right;
	width: 280px;
	background-color: #fff;
	border: 1px solid #f9f9f9;
	padding-bottom: 50px;
}
 
#recherche .produit
{
	text-align: center;
	font-weight: bold;
 
}
 

#recherche .vign {
	width: 21px;
	height: 21px;
	margin: 5px;
	background-position: 0 0;
	border-width: 1px;
	cursor: default;
}







	
	

div#alerte {
	position: absolute;
	top:-1500px;
	left: 150px;
	text-align: center;
	z-index: 100000;
}
	
p.submit input {
	display: none;
}
div#message_erreur {
	width: 500px;
	height: 350px;
	background-color: #FFFFFF;
	border: red solid 3px;
	margin-top: 30px;
	text-align: center;
	}

div#message_erreur h1 {
	font-size: 18px;
	color: #707b65;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 24px;
	}
div#message_erreur p {
	font-size: 11px;
	font-weight: bold;
	color: #f11937;
	background-color: #FFFFFF;
	margin-bottom: 45px;
	text-align: center;
	width: 500px;
	}
	
	

div#alerte div#message_valid {
	margin-top: 30px;
	width: 500px;
	height: 350px;
	background-color: #FFFFFF;
	border: green solid 3px;
	text-align: center;
	}

div#alerte div#message_valid h1 {
	font-size: 18px;
	color: #707b65;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 24px;
	text-align: center;
	}
div#alerte div#message_valid p {
	font-size: 11px;
	font-weight: bold;
	color: #5e9605;
	background-color: #FFFFFF;
	margin-bottom: 45px;
	text-align: center;	
	} 
	
	


	

div.teteBlanc {
	background-color: #EDECEC;
	background-image: url(images/general/bg_zoneBlanche_tete.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 10px;
	margin: 0;
	}
div.piedBlanc {
	background-color: #EDECEC;
	background-image: url(images/general/bg_zoneBlanche_pied.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 10px;
	margin-top: -2px;
	}	
	
