@CHARSET "UTF-8";

*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.71em;
	background: url(../css-img/Theme-StValentin.png) top left repeat;
	/*background-color:white;*/
	line-height: 1.3em;
	min-width: 1100px;
}

/*==================================*/
/*             HEADER               */
/*==================================*/
#header
{
	height: 200px; /*301px*/
	/*background: url(../css-img/top2.png) top left repeat-x;*/
	background-color:white;
	width: 100%;
}


#menuBG
{
	height: 200px; /*301px*/
	width: 100%;
	min-width: 1100px;
	z-index: 500;
	background: url(../css-img/menu2.png) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 100px;
	margin: 0 -100px;
}

#top
{
	position: relative;
	height: 200px; /*301px*/
	margin: auto;
	width: 1061px;
	top: 0px;
	background: url(../css-img/trousseau-naissance-top.png) top left no-repeat;
}

#logo
{
	position: absolute;
	width: 296px; /*331px*/
	height: 320px; /*360px*/
	left: -30px;
	top: -60px; /*0px*/
	z-index: 600;
	background: url(../css-img/logo2.png) top left no-repeat;
}

#panier
{
	position: absolute;
	width: 110px;
	height: 301px;
	left: 951px;
	top: -85px;
	z-index: 600;
	background: url(../css-img/panier.png) top left no-repeat;
}

#version
{
	position: absolute;
	left: 1020px;
	top: 60px;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
	color: #245e34;
}

#menuOther
{
	position: absolute;
	left: 530px;
	top: 44px; /*85px*/
	width: 500px;
	z-index: 600;
	
}

#menuOther a
{
	float: right;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #245e34;
	text-decoration: none;
	margin: 0 0 0 40px;
}

#menuOther a:hover
{
	color: #ffffff;
}

#tel
{
	position: absolute;
	left: 880px;
	top: 50px; /*165px*/
	color: #ceac50;
	font-style: italic;
	font-family: Verdana;
	font-size: 1.1em;
}

#title
{
	position: absolute;
	left: 250px;
	top: 140px; /*165px*/
	color: #ceac50;
	font-style: italic;
	font-family: Verdana;
	font-size: 1.1em;
}

#title h1
{
	font-size: 1.5em;
	font-family: Comic Sans MS, Verdana;
	z-index: 200;
}

#menu
{
	width: 775px;
	height: 40px; /*53px*/
	z-index: 700;
	position: absolute;
	left: 255px;
	top: 160px; /*245*/
}

#menu a
{
	line-height: 40px; /*53px*/
	float: left;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin: 0 28px 0 0;
}

#menu a.home
{
	font-size: 2.4em;
}

#menu a.login
{
	margin: 0 0 0 15px;
}

#menu a.panier
{
	margin: 0 1px 0 0;
	float: right;
}

#menu a:hover
{
	background: url(../css-img/menu-hover2.png) top left repeat-x;
	cursor: pointer;
}

#menu table
{
	display: none;
	position: absolute; 
	padding: 0 20px 10px 0;
	color: #e3e8a3;
}

#menu ins table
{
}
  
#menu a:hover table
{
	display: block;
	background: #245e34;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	border: 5px solid #e3e8a3;
	-moz-box-shadow: 1px 1px 7px #000000; 
	-webkit-box-shadow: 1px 1px 7px #000000; 
	box-shadow: 1px 1px 7px #000000;
}

#menu a table a
{
	line-height: 20px;
	float: left;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.1em;
	font-weight: 100;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 20px;
	width: 100%;
}

#menu a table a:hover
{
	background: #e3e8e3;
	color: #245e34;
}

#fleurDO
{
	height: 124px;
	width: 146px;
	display: block;
	position: absolute;
	left: 800px;
	top: 80px;
	z-index: 900;
	background: url(../css-img/blog2.png) bottom left no-repeat;
}

#fleurDO:hover
{
	background: url(../css-img/blog-hover2.png) bottom left no-repeat;
}

#menuLogin
{
	height: 40px;
	width: 630px;
	z-index: 800;
	background: url(../css-img/login-bar.png) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 380px;
	padding-top: 4px;
	padding-left: 30px;
}

#login
{
	color: white;
	font-weight: normal;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.0em;
	text-decoration: none;
	z-index: 800;
	line-height: 15px;
	background: #dbaa42;
	border: 1px ridge #b88a2a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 10px;
	margin-right: 10px;
}

#login:hover
{
	border: 1px inset #b88a2a;
	background: #b88a2a;
}


/*#add_to_ookoodoo
{
	float:right;
	color: white;
	font-weight: normal;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 10px;
	background: #dbaa42;
	border: 1px ridge #b88a2a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 10px;
}

#add_to_ookoodoo:hover
{
	border: 1px inset #b88a2a;
	background: #b88a2a;
}
*/
.icon
{
	font-size: 1.9em;
	font-style: italic;
	color:#e3e8a3;
	text-shadow: 2px 2px 3px #000000;
}

.facebook
{
	background: url(../css-img/facebook3.png) no-repeat;
	height: 32px;
	width: 32px;
	text-decoration: none;
	float: right;
	z-index: 900;
	margin-right:100px;
}

.twitter
{
	background: url(../css-img/twitter3.png) no-repeat;
	height: 32px;
	width: 32px;
	text-decoration: none;
	float: right;
	z-index: 900;
	margin-right: 10px;
}


/*==================================*/
/*              BBFDO               */
/*==================================*/
#carousel {

	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333;
	clear:right;
	margin: 0 auto 0 auto;
}

#bbfdo
{
	margin: auto;
	width: 1061px;
	/*padding-top: 200px; /*301px*/
}

#main
{
	background: url(../css-img/main.png) top left repeat-y;
	min-height: 550px;
	overflow: auto;
	padding-bottom: 10px;
}

#sidebars
{
	width: 296px;
	float: left;
	margin-left: 10px; /*35px;*/
	padding-bottom: 15px;
	z-index: 99;
}

#sidebar
{
	float: left;
	margin-top: 30px;
	background: url(../css-img/sidebar-bg.png) top left no-repeat;
	background: -moz-linear-gradient(left top, #f0e6ca, #78a084);
	-moz-box-shadow: 1px 1px 7px #000000; 
	-webkit-box-shadow: 1px 1px 7px #000000; 
	box-shadow: 1px 1px 7px #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-moz-transform: rotate(-2deg);µ/
	/*-webkit-transform: rotate(-2deg);*/
}

#slide
{
	/*border: 2px inset #78a084;*/
	width: 270px;
	height: 202px;
	margin: -200px 0;
	z-index: 900;
	float: right;
}

#baluchonsTop
{
	height: 84px;
	background: url(../css-img/top-baluchons-box.png) top left no-repeat;
	
	margin-top: -20px;
}

#baluchonsTop h1
{
	margin: 45px 0 0 35px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.1em;
}

#boxes
{
	background: url(../css-img/baluchons-packs-box.png) top left repeat-y;
	margin: -1px 0;
}

#boxes h2
{
	padding: 0 30px 0 30px;
	color: #8a6a12;
	font-weight: normal;
	font-family: Tahoma;
	font-style: italic;
	font-size: 1.0em;
	text-align: justify;
}

#boxes select
{
	width: 200px;
	margin-left: 30px;
} 

#boxes a
{
	margin: 0 30px 0 50px;
	color: #ceac50;
	font-weight: normal;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.1em;
	text-align: left;
	text-decoration: none;
	z-index: 800;
}

#boxes a:hover
{
	color: #245e34;
}

#themesTop
{
	height: 87px;
	background: url(../css-img/top-packs-box.png) top left no-repeat;
}

#themesTop h1
{
	margin: 47px 30px 0 0;
	float: right;
	color: #ffffff;
	font-weight: bold;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.1em;
	text-align: right;
}

#themesBottom
{
	height: 30px;
	background: url(../css-img/bottom-packs-box.png) top left no-repeat;
}

#logosPayment
{
	height: 80px;
	margin: 5px 0;
	text-align: center;
}

#logosPayment a
{
	height: 79px;
	width: 130px;
	text-decoration: none;
	z-index: 900;
}

#visa
{
	background: url(../css-img/logo_visa.png) no-repeat;
	float: left;
	margin-left: 15px;
}

#mastercard
{
	background: url(../css-img/logo_mastercard.png) no-repeat;
	float: right;
	margin-right: 15px;
}

#contents
{
	width: 676px;
	float: right;
	margin-right: 45px;
}

#newsbar
{
	/*background: url(../css-img/news-bar.png) top left no-repeat;*/
	left: 0px;
	top: 0px;
	margin-left: -50px;
	/*width: 575px;*/
	width: 320px;
	height: 90px;
	/*overflow: hidden;*/
	z-index: 200;
	position: relative;
	border: none;
}

#contentTop1
{
	margin-top: -50px;
	height: 160px;
	background: url(../css-img/top1-content.png) top left no-repeat;
}

#contentTop
{
	margin-top: 5px;
	height: 40px;
	background: url(../css-img/top-content.png) top left no-repeat;
}

#contents h1
{
	color: white; /*#78a084;*/
	font-weight: normal;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.3em;
	letter-spacing: 5px;
	Font-Variant: Small-Caps;
	text-shadow: 2px 2px 3px #000000;
}

#contentTop1 h1
{
	padding: 75px 15px 0 0;
	float: right;
	text-align: right;	
}

#contentTop2
{
	margin-top: -50px;
	height: 180px;
	background: url(../css-img/top2-content.png) top left no-repeat;
}

#contentTop2 h1
{
	padding: 97px 0 0 15px;
}

#contentTop3
{
	margin-top: -50px;
	height: 177px;
	background: url(../css-img/top3-content.png) top left no-repeat;
}

#contentTop3 h1
{
	padding: 92px 0 0 15px;
}

#contentTop4
{
	margin-top: -50px;
	height: 200px;
	background: url(../css-img/top4-content.png) top left no-repeat;
}

#contentTop4 h1
{
	padding: 95px 15px 0 0;
	float: right;
	text-align: right;	
}

#contentPair1
{
	height: 180px;
	background: url(../css-img/pair1-content.png) top left no-repeat;
}

#contentPair1 h1
{
	padding: 95px 0 0 15px;
}

#contentPair2
{
	height: 180px;
	background: url(../css-img/pair2-content.png) top left no-repeat;
}

#contentPair2 h1
{
	padding: 95px 0 0 15px;
}

#contentImpair1
{
	height: 180px;
	background: url(../css-img/impair1-content.png) top left no-repeat;
}

#contentImpair1 h1
{
	padding: 95px 15px 0 0;
	float: right;
	text-align: right;
}

#contentImpair2
{
	height: 180px;
	background: url(../css-img/impair2-content.png) top left no-repeat;
}

#contentImpair2 h1
{
	padding: 95px 15px 0 0;
	float: right;
	text-align: right;
}

#contentBottom1
{
	height: 63px;
	background: url(../css-img/bottom1-content.png) top left no-repeat;
}

#contentBottom
{
	height: 40px;
	background: url(../css-img/bottom-content.png) top left no-repeat;
}
/**************************/
/* Page d'acceuil         */
/**************************/

#mois /*Le baluchon du mois*/
{
	height: 202px; /*calé sur la hauteur du slide*/
}

#mois h1
{
	color: #ceac50;
	font-weight:bold;
	text-shadow:none;
}

#mois table
{
	width:250px;
}

#recherche
{
    color: #245E34;
    font-family: Verdana;
    font-size: 1em;
    font-weight: normal;
 	padding: 50px 0px 50px 0px;
    text-align: center;
}

#recherche h1
{
	color: #ceac50;
	font-weight:bold;
	text-shadow:none;
}

#feedburnerright
{
    color: #245E34;
    font-family: Verdana;
    font-size: 1em;
    font-weight: normal;
    text-align: justify;
    margin-top: -150px;
    float: right;
}

#feedburnerright div.feedburnerFeedBlock
{
	width:300px; 
}

#feedburnerright h1
{
	color: #ceac50;
	font-weight:bold;
	text-shadow:none;
}

#feedburnerright .headline
{
	color: #245e34;
	font-weight: normal;
	font-family: Tahoma;
	font-weight:900;
	text-decoration: none;
}	

#feedburnerright .headline:hover
{
	color: #ceac50;
}
#feedburner
{
    color: #245E34;
    font-family: Verdana;
    font-size: 1em;
    font-weight: normal;
    text-align: justify;
    margin-top: -30px;
}

#feedburner div.feedburnerFeedBlock
{
	width:300px; 
}

#feedburner h1
{
	color: #ceac50;
	font-weight:bold;
	text-shadow:none;
}

#feedburner .headline
{
	color: #245e34;
	font-weight: normal;
	font-family: Tahoma;
	font-weight:900;
	text-decoration: none;
}	

#feedburner .headline:hover
{
	color: #ceac50;
}

#actus
{
	color: #245E34;
	float: right;
    margin-top: -145px;
    width: 270px;
}

#marques
{
	float: right;
    margin-top: -200px;
}

#marques h1
{
	color: #ceac50;
	font-weight:bold;
	text-shadow:none;
}

#partenaire
{
	color: #245E34;
	float: right;
    margin-top: -15px;
	text-align:justify;
    width: 270px; /*calé sur largeur slide*/
}

#partenaire h1
{
	color: #ceac50;
	font-weight:bold;
	text-shadow:none;
}

/**************************/
/* Fin Page d'acceuil     */
/**************************/

#content
{
	background: url(../css-img/content.png) top left repeat-y;
	padding: 0 25px 0 25px;
	color: #245e34;
	font-weight: normal;
	font-family: Verdana;
	font-size: 1.0em;
	text-align: justify;
}


#content a.account
{
	line-height: 30px;
	margin-left: 30px;
	color: #245e34;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight:900;
	text-decoration: none;
}

#content a.account:hover
{
	color: #ceac50;
}

#content a
{
	color: #245e34;
	font-weight: normal;
	font-family: Tahoma;
	font-weight:900;
	text-decoration: none;
}

#content a:hover
{
	color: #ceac50;
}
#content a.details
{
	color: #245e34;
	font-weight: normal;
	font-family: Tahoma;
	font-weight:900;
	text-decoration: none;
}

#content a.details:hover
{
	color: #ceac50;
}

#content h2
{
	margin: 0 0 15px 0;
	color: #ceac50;
	font-weight: normal;
	font-family: Tahoma;
	font-style: italic;
	font-size: 1.3em;
	text-align: justify;
}

#content table
{
	width: 600px;
	margin: 0 13px;
	border: 2px solid #245e34;
	border-collapse: collapse;
	text-align: center;
}

.shadow
{
	-moz-box-shadow: 1px 1px 7px #000000; 
	-webkit-box-shadow: 1px 1px 7px #000000; 
	box-shadow: 1px 1px 7px #000000;
}

#content td
{
	border: 1px solid #ceac50;
	text-align: center;
}

#content td.item
{
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-family: Comic Sans MS, Verdana, Helvetica, Sans-Serif;
}

#content td.price
{
	font-size: 1.8em;
	font-weight: bold;
	font-family: Comic Sans MS, Verdana, Helvetica, Sans-Serif;
}

img.small
{
	border: none;
	width: 60px;
	height: 60px;
}

#content div.photo
{
	position: relative; 
	top: 0;
	left: 0; 
}

#content div.photo td.zoom
{
	border: 1px solid #ceac50;
	background: white;
	width: 60px;
	height: 60px;
}

#content div.photo td.zoom:hover
{
	background: #cbe5cd;
	cursor: -moz-zoom-in;
}

#content div.photo td a
{
	margin: 0;
	text-decoration: none;
}

#content div.photo td a:hover
{
	background-color: transparent;
}

#content div.photo td a .big
{
	display: block;
	position: absolute; 
	width: 0;
}
  
#content div.photo td a:hover .big
{
	position: absolute;
	border: 5px solid #e3e8a3; /*#ceac50;/*#245e34;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 7px #000000; 
	-webkit-box-shadow: 1px 1px 7px #000000; 
	box-shadow: 1px 1px 7px #000000;
	background: white;
	padding: 5px;
	width: 300px; 
	height: 300px;
	margin: -190px 0 0 61px;
}




#content tr.notAvailable
{
	background-color: #dcc17a;
	color: #000000;
}

#content th
{
	border: 1px solid #ffffff;
	background-color: #245e34; /*#5f879d*/
	color: #ffffff;
}

#content table.noBorder
{
	border: none;
	width: auto;
	margin: auto;
	text-align: left;
}

#content td.noBorder
{
	border: none;
	text-align: left;
	padding-right: 30px;
}

#content th.noBorder
{
	border: none;
	background-color: #ffffff;
	color: #245e34;
}

#content td.title
{
	border: none;
	color: #245e34;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding: 30px 0 10px 0;
}

#content td.label
{
	border: none;
	text-align: right;
	padding: 0 20px 0 30px;
}

#content td.field
{
	border: none;
	text-align: left;
	padding: 5px 30px 5px 0;
}

#content td input.email
{
	width: 200px;
}

#content td input.postal
{
	width: 50px;
}

#content td input.address
{
	width: 350px;
}

#content td input
{
	border:1px solid #245e34;
	padding: 3px;
	width: 120px;
	text-align: left;
}

#content td input[type=checkbox]
{
	width: 20px;
	text-align: left;
}

#productLink
{
	height: 40px;
	z-index: 700;
	background: url(../css-img/productLink2.png) top left repeat-x;
	margin: 0 -25px;
	text-align: center;
}

#productLink a
{
	line-height: 40px;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin: 0 15px;
	padding: 13px 0;
}

#productLink a:hover
{
	background: url(../css-img/menu-hover2.png) top left repeat-x;
}

#nop
{
	height: 30px;
}

#nop a
{
	line-height: 80px;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #245e34;
	text-decoration: none;
	margin: -0 20px 0 20px;
}

#nop a:hover
{
	color: #ffffff;
}



/*==================================*/
/*              BOTTOM              */
/*==================================*/
#bottom
{
	height: 450px;
	text-align: center;
	position: relative;
}

#bottombg
{
	position: absolute;
	width: 1295px;
	height: 450px; /*576*/
	left: -113px;
	bottom: 0px;
	z-index: 600;
	/*background: url(../css-img/bottom2.png) top left no-repeat;*/
}

#logos
{
	position: absolute;
	width: 1061px;
	left: 0px;
	top: 200px;
	z-index: 700;
}

#logos a
{
	line-height: 150px;
	text-decoration: none;
	margin: 10px;
}

#bottomMenu
{
	position: absolute;
	width: 1061px;
	left: 0px;
	top: 10px;
	z-index: 700;
}

#bottomMenu a
{
	line-height: 20px;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #245e34;
	text-decoration: none;
	margin: 0 20px 0 20px;
}

#bottomMenu a:hover
{
	color: #ceac50;
}

#moveUp
{
	position: fixed;
	width: 120px;
	height: 30px;
	bottom: 0;
	right: 0;
	z-index: 9;
}

#moveDown
{
	position: fixed;
	width: 120px;
	height: 30px;
	top: 0;
	right: 0;
	z-index: 999;
}

#moveBox
{
	width: 120px;
	height: 30px;
	float: right;
	text-align: center;
}

#moveBox a
{
	float: left;
	width: 120px;
	line-height: 30px;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	background: #e3e8a3;
	color: #245e34;
	text-decoration: none;
}

#moveBox a:hover
{
	background: #245e34;
	color: #e3e8a3;
}




/*==================================*/
/*               FORM               */
/*==================================*/
input[type=text], input[type=password]
{
	border:1px solid #245e34;
	padding: 3px;
	width: 250px;
	text-align: center;
}

input[type=submit]
{
	color: white;
	font-weight: normal;
	font-family: Comic Sans MS, Tahoma;
	font-size: 1.0em;
	text-decoration: none;
	z-index: 800;
	line-height: 15px;
	background: #dbaa42;
	border: 1px ridge #b88a2a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 10px;
	margin-right: 10px;
	cursor: pointer;
}

input[type=submit]:hover
{
	border: 1px inset #b88a2a;
	background: #b88a2a;
}

select
{
	border:2px inset #245e34;
	background-color: #c1dac3;
} 

textarea
{
	border:1px solid #245e34;
	padding: 3px;
	width: 350px;
	max-width: 350px;
}




