/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Page Styles
================================================== */

.container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:3em; font-weight:bold;
	padding:20px 0 0 20px;
	margin:0;
}
.container p{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	margin:0;
	font-size:1.2em;
}
.encart-nouveaute {
	width:100%; height:200px;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	background-color:#666;
}

.listelienNouv {
	list-style-type:none;
	margin:10% 0 0 55%;
	padding:0;
}
.lienNouv{
	color:#000;
	line-height:2em;
	font-size:1.3em;
	background:url(/kiabi-data/it_IT/home/puce.gif) no-repeat;background-position:0 50%;padding-left:0.8em;
	text-decoration:none;
}
.lienNouv:hover {
	font-weight:bold;
	}

.encart-nouveaute.femme {
	background:url(/kiabi-data/it_IT/landing-pages/novita/femme.jpg) 0 0 no-repeat;
	}
.encart-nouveaute.homme {
	background:url(/kiabi-data/it_IT/landing-pages/novita/homme.jpg) 0 0 no-repeat;
	}
.encart-nouveaute.fille {
	background:url(/kiabi-data/it_IT/landing-pages/novita/fille.jpg) 0 0 no-repeat;
	}
.encart-nouveaute.garcon {
	background:url(/kiabi-data/it_IT/landing-pages/novita/garcon.jpg) 0 0 no-repeat;
	}
.encart-nouveaute.bebe {
	background:url(/kiabi-data/it_IT/landing-pages/novita/bebe.jpg) 0 0 no-repeat;
	}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
