@charset "UTF-8";
/* CSS COLORIGO */

body, html {
height:100%;
margin:0;
padding:0;
width:100%;
}


p, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form {
	margin:0;
	padding:0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background:#d0f2fd url(../images/bg-bleudegra.png) repeat-x left top;
	font-size:0.8em;
}

a{outline: none;}
:focus{-moz-outline-style: none;} /* correction pointillé firefox */

#global {
	width:100%;
	height:100%;
	background:transparent url(../images/bg-header.png) no-repeat center top;
}
#global #habillagebas {
	width:100%;
	height:900px;
	background:transparent url(../images/bg-decobottom.png) no-repeat center 795px;
}

#page {
	width:994px;
	position:relative;
	margin:0 auto;
	height:800px;
}

a#lienheader {
	position:absolute;
	height:100px;
	width:370px;
	top:50px;
	left:180px;
}

#content {
	width:834px;
	position:relative;
	top:170px;
	left:159px;
}

#content #bigcadre {
	position:relative;
	width:836px;
	height:308px;
	background:transparent url(../images/bg-blocbig.png) no-repeat left top;
}

#bigcadre #scroller {
	width:808px;
	overflow:hidden;
	height:288px;
	position:relative;
	top:9px;
	left:15px;
	z-index:99;
}

a.flechedefil {
	position:absolute;
	width:22px;
	height:31px;
	top:30px;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	z-index:100;
	overflow:hidden;
}

a.prev{
	left:27px;
	background:transparent url(../images/flechesdefil.png) no-repeat left top;
}
a.prev:hover{background-position:left bottom;}


a.next{
	right:25px;
	background:transparent url(../images/flechesdefil.png) no-repeat right top;
}
a.next:hover{background-position:right bottom;}




#panier {
	width:149px;
	height:520px;
	left:9px;
	position:absolute;
	top:170px;
	background:transparent url(../images/paniervide.png) no-repeat center top;
	padding-top:102px;
}

#panier #commande {
	height:408px;
	background:transparent url(../images/glisserproduit.png) no-repeat center 120px;
	margin-bottom:10px;
	text-align:center;
	padding: 10px 0 10px 0px;
	overflow: hidden;
}

#panier #commande #menu-deroulant {
	width: 130px;
	height: 410px;
	left: 0px;
}
#panier #commande #comm-content {
	left: 16px;
}

#fhaut, #fbas {
	position: absolute;
	left: 10px;
	height: 18px;
	width: 129px;
	cursor: pointer;
	z-index: 2;
}

#fhaut {
	top: 104px;
	background-image: url(../images/fleche-up.png);
}

#fbas {
	top: 512px;
	background-image: url(../images/fleche-down.png);
}

#panier #total{
	height:68px;
	background: transparent url(../images/bg-totalcommande.png) no-repeat center top;
	padding-top:4px;
	line-height:24px;
	color:#048cbf;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

#recherche {
	width:460px;
	height:44px;
	padding:14px 0 0 376px;
	background:transparent url(../images/bg-recherchecoloriage.png) no-repeat center top;
}

#recherche input.searchField{
	background:transparent url(../images/searchfield.png) no-repeat left top;
	height:21px;
	width:229px;
	padding:6px 10px 0px 15px;
	border:medium none;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #333;
	font-weight:bold;
}

#compopack {
	width:836px;
	height:194px;
	background:transparent url(../images/bg-composerpack.png) no-repeat left  top;
	padding:68px 0 0 0;
	text-align:center;
}
#compopack .produit img {
	margin:0 20px;
}

ul#produits {
	height:178px;
	list-style:none;
	overflow:hidden;
	padding-left:40px;
	width:796px;
}

#produits  li {
	float:left;
	height:170px;
	width:170px;
	margin:0 10px;
	position:relative;
}

#produits  li .prix{
	position:absolute;
	top:0px;
	left:0px;
	width:62px;
	height:27px;
	text-indent:-9999px;
}

li#mirror .prix{background:transparent url(../images/vignettesprix.png) no-repeat center 0px;}
li#lapinMixte .prix{background:transparent url(../images/vignettesprix.png) no-repeat center -81px ;}
li#lapinGarcon .prix{background:transparent url(../images/vignettesprix.png) no-repeat center -54px;}
li#lapinFille .prix{background:transparent url(../images/vignettesprix.png) no-repeat center -108px;}

#produits  li .visuel {
	padding:10px 0 7px 0;
}
.visuel img {
	cursor:move;
}


#produits  li .ref {
	font-size:11px;
	color:#606060;
	font-weight:bold;
	padding-bottom: 8px;
}

#produits li .ajoutpanier {
	display:block;
	width:123px;
	height:21px;
	text-indent:-9999px;
	margin:0 auto;
}
li#mirror .ajoutpanier{background:transparent url(../images/btn-ajoutpanier.png) no-repeat center 0px;}
li#lapinMixte .ajoutpanier{background:transparent url(../images/btn-ajoutpanier.png) no-repeat center -63px;}
li#lapinGarcon .ajoutpanier{background:transparent url(../images/btn-ajoutpanier.png) no-repeat center -42px;}
li#lapinFille .ajoutpanier{background:transparent url(../images/btn-ajoutpanier.png) no-repeat center -84px;}

#footer {
	height:80px;
	width:835px;
	margin:0 auto;
	padding: 0 0 0 159px;
	font-size:0.8em;
	color:#1594c3;
	letter-spacing:-0.2pt;
}
#footer .legal {
	float:left;
	display:block;
	height:20px;
	line-height:20px;
	padding-left:20px;
}

#footer .legal a{
	text-decoration:none;
	color:#1594c3;
	font-weight:bold;
}

#footer .partenaire {
	float:right;
	display:block;
	height:20px;
	padding-right:80px;
}



#content .contentvierge{
	position:absolute;
	width:786px;
	height:530px;
	background:transparent url(../images/bg-contentvierge.png) no-repeat left top;
	left:0;
	z-index:10;
	padding:20px 25px 20px 25px;
}


/**** PAGE RESULTAT RECHERCHE ****/


#pub {
	width:149px;
	height:622px;
	left:9px;
	position:absolute;
	top:170px;
}

#resultat, #nbpage{
	font-weight:bold;
	font-size:1.4em;
	color:#4fbce4;
}

#resultat {
	float:left;
	display:block;
	padding-left:50px;
}

#nbpage {
	float:right;
	display:block;
	padding-right:50px;
}
.searchmot, .allpage {
	color: #ff8300;
}
#vignettes {
	clear:both;
	height:auto;
}

ul#coloriages {
	height:500px;
	list-style:none;
	overflow:hidden;
	width:688px;
	margin:0 auto;
	padding:8px 0 0 0;
	/*border:1px solid black;*/
}

#coloriages li {
	float:left;
	height:152px;
	width:152px;
	margin:4px;
	position:relative;
	text-align:center;
	background:#fff url(../images/cadrevignette160x160.png) no-repeat center top;
	padding:4px;
}

#coloriages li .pict {
	display:block;
	height:138px;
	line-height:137px;
}
#coloriages li .pict img{
	vertical-align:middle;

}
#coloriages li .site {
	display:block;
	color:#50bde5;
	font-size:10px;
	height:20px;
}

.flecheprev {
	position:absolute;
	top: 259px;
	left:22px;
	z-index:100;
}

.flechenext {
	position:absolute;
	top: 259px;
	right:20px;
	z-index:101;
}


/*** CSS POUR SHOPPING ***/

#headerBoutique {
	width:836px;
	height:59px;
}

h1.titre {
	text-align:center;
	padding:8px 0 15px 0;
}



#adresse fieldset {
	border: 0;
	width: auto;
}


#adresse fieldset p {
	padding: 0 0 0.68em 0.5em !important;
	clear: both;

}
#adresse fieldset legend {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #FFD100;
}

#adresse fieldset label.text {
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	margin: 0 8px 0 0;
	padding: 0.1em;
	height:20px;
	line-height:20px;
	font-size:0.9em;
	
}

#adresse fieldset .radioCheck {
	margin: 0 1em 0 0.25em;
}
#adresse fieldset input{
	background-color: #fff;
	border: 1px solid silver;
	margin-right: 0.25em;
	height:20px;
	padding: 2px 0 0 3px;
	font-size:1.2em;
	color:#666;
}
#adresse fieldset input[type=radio] {
	border:none;
	height:15px;
}
	
#adresse fieldset input.text, #adresse fieldset textarea {
	width: 300px;
}

#adresse fieldset input.phone, #adresse fieldset input.code  {
	width: 120px;	
}

#adresse fieldset span.warning {
	font-size: 1.3em;
}
p#conditions {
	font-size:0.8em;
	color:#048cbf;

}
p#conditions a{
	color:#048cbf;
	font-weight:bold;
	text-decoration:underline;

}
#montantTotal {
	float:left; 
	line-height:51px;
	font-size:2em;
	color:#048cbf;
	font-weight:bold;
	padding-left:20px;
}
#montantTotal .prix {
	color:#ff8400;
}
#recap h2 {
	font-size:1.2em;
	padding:30px 0 10px 20px;
	color:#048cbf;
}

#recap p {
	padding:3px 0 3px 35px;
	margin:0;
	color:#666;
	font-size:0.9em;
}

#montantTotal .fdp {
	font-size:0.45em;
	font-style:italic;
	color:#666;
}

