/*****************************************************************************
 *	Screen.css
 *	Feuille de style pour la mise en forme générale du site à l'écran
 *
 *	Lunaweb(c)2008
 *****************************************************************************/

/* CSS Blueprint */
@import url(blueprint/screen.css);
/* Plug-ins Blueprint */
@import url(blueprint/plugins/sprites/sprite.css);
@import url(blueprint/plugins/buttons/buttons.css);
@import url(blueprint/plugins/css-classes/css-classes.css);

/* CSS Common */
@import url(common.css);

* html .ss_sprite {
	position: static;
	padding-top: 0;
	padding-bottom: 0;
}

*+html .ss_sprite {
	position: static;
	height: 16px;
	padding-top: 0;
	padding-bottom: 0;
}

body {
	margin: 0 auto;
	background: #EBEBEE;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}

.container {
	text-align: left;
}

.error,
.success,
.notice,
.no-result {
	border-right: 0;
	border-left: 0;
}

/**
 *=SITE
 */
#site {
	margin-top: 94px;
	background: #fff url(../media/img/design/pages/bandeau-default.jpg) top left no-repeat;
	position: relative;
}

#site.admin {
	background: #fff;
	border: 2px solid #C7202D;
}

#site.erreur-500 {
	background: #fff url(../media/img/design/pages/bandeau-500.jpg) top left no-repeat;
}

/**
 *=HEADER
 */
#header {
	position: relative;
	height: 278px;
}

.admin #header {
	height: 0px;
}

	#header ul {
		list-style-type: none;
	}

	#header a {
		color: #8A98B4;
	}

	#logo {
		position: absolute;
		top: -105px;
		left: 30px;
	}

	#IEroot #logo {
		top: -88px;
	}

	.admin #logo {
		top: -107px;
	}

	#IEroot .admin #logo {
		top: -90px;
		left: 28px;
	}

	#slogan-header {
		position: absolute;
		top: 40px;
		left: 400px;
		display: block;
		width: 325px;
		height: 75px;
		text-indent: -9999px;
	}

	#menu-access {
		position: absolute;
		top: -90px;
		right: 100px;
		z-index: 100;
		}
		#menu-access li {
			display: inline;
			padding: 0 0 0 1.5em;
			font-size: 0.75em;
			line-height: 2;
			}
			#menu-access li a {
				text-decoration: none;
			}
			#menu-access li a:hover {
				border-bottom: 1px dotted #666;
			}

/* Menu format vertical */
	#menu-lang {
		width: 65px;
		padding: 0;
		position: absolute;
		top: -90px;
		right: 10px;
		z-index: 100;
	}

	#menu-lang li {
		margin: 1px;
		height: 19px;
		padding-top: 2px;
		color: white;
	}

	#menu-lang li ul {
		padding: 0;
		margin: 0;
		width: 60px;
		list-style: none;
		display: none;
	}

	#menu-lang li ul li {
		height: 22px;
		width: 60px;
		padding: 0;
	}

	#menu-lang {
		width: 60px;
		padding: 0;
		list-style: none;
	}

	#menu-lang li {
		width: 60px;
		height: 22px;
		background: transparent url('../media/img/design/pages/menu_lang.png') top left no-repeat;
		margin: 0;
		float: left;
	}

	#menu-lang li a {
		display: block;
		background-color: #C7202D;
		color: white;
		text-decoration: none;
		margin: 0;
		padding: 3px;
	}

	#menu-lang li a:hover,
	#menu-lang li a:active {
		display: block;
		background-color: #A31C23;
		color: white;
		text-decoration: none;
		margin: 0;
		padding: 3px;
	}

	#menu-lang li ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: none;
	}

/* =MENUHAUT
/*****************************/

	#menu {
		position: absolute;
		top: -48px;
		left: 306px;
		width: 644px;
		font-family: Arial, Helvetica, sans-serif;
		}
		#menu a {
			color: #EBEBEE;
		}

		#menu-user {
			margin: 0;
			color: white;
			float: right;
			display: inline;
			padding-top: 6px;
			height: 42px; /* =48px */
			background: transparent url('../media/img/design/pages/menu_user.png') top right no-repeat;
			font-size: 0.8em;
			line-height: 1.2em;
			padding-left: 10px;
			width: 186px;/* =246px */
		}
		#IEroot #menu-user { width: 196px; height: 48px;}

		#menu-top {
			padding: 0;
			margin: 0;
			float: left;
			display: inline;
			width: 448px;
			height: 48px;
			background: transparent url('../media/img/design/pages/menu_bg.png') top left repeat-x;
		}

			#menu-top li {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				text-align: center;
				height: 48px;
				width: 100px;
			}

				#menu-top li a {
					font-size: 11px;
					text-decoration: none;
					display: block;
					text-transform: uppercase;
					padding: 8px 5px 0 5px;
					height: 40px;	/* = 48px */
					width: 90px;	/* = 100px */
				}
				#IEroot #menu-top li a { width: 100px; height: 48px;}

					#menu-top li.first {
						background: transparent url('../media/img/design/pages/menu_first.png') top left no-repeat;
						padding-left: 30px;
					}
					#IEroot #menu-top li.first { width: 120px;}

					#menu-top li.last {
						background: transparent url('../media/img/design/pages/menu_last.png') top right no-repeat;
						padding-right: 18px;
					}
					#IEroot #menu-top li.last { width: 108px;}

				#menu-top li a:hover {
					text-decoration: underline;
				}

		/* menu admin */
	.admin #menu {
		top: -50px;
		left: 209px;
		width: 744px;
	}

		#IEroot .admin #menu {
			left: 205px;
		}

		.admin #menu-top {
			width: 548px;
		}

			.admin #menu-top li a,
			.admin #menu-top li.first a,
			.admin #menu-top li.last a {
				background: transparent;
				padding: 8px 5px 0;
				width: auto;
			}

/* =SIDEBAR
/*****************************/
#sidebar {
	padding: 100px 0 0 5px;
	width: 275px; /* =280px */
	min-height: 325px; /* pour afficher au moins tout le dégradé background */
	height: auto !important;
	height: 325px;
	float: left;
	color: #5D5874;
}

.admin #sidebar {
	padding-top: 55px;
	width: 205px; /* =210px */
}

	#sidebar ul {
		list-style-type: none;
	}

	#menu-catalogue li,
	#sidebar .bloc-right li {
		font-size: 1.25em;
		line-height: 2em;
		text-align: right;
		color: #5D5874;
		text-transform: uppercase;
		border-top: 1px dashed #6F6F6F;
	}

	#menu-catalogue li a:link,
	#menu-catalogue li a:visited,
	#menu-catalogue li a:hover,
	#menu-catalogue li a:active,
	#sidebar .bloc-right li a:link,
	#sidebar .bloc-right li a:visited,
	#sidebar .bloc-right li a:hover,
	#sidebar .bloc-right li a:active {
		color: #5D5874;
		text-decoration: none;
	}

	#menu-catalogue li a:hover,
	#sidebar .bloc-right li a:hover {
		color: #3F3F3F;
	}

	#menu-catalogue li.tous-nos-produits {
		border: 0;
		position: relative;
	}

	#menu-catalogue .tous-nos-produits a {
		float: right;
		text-align: left;
		display: block;
		width: 200px;
		height: 55px;
		text-indent: -9999px;
	}

	#menu-catalogue .search-form {
		font-size: 0.8em;
		line-height: 1.2;
	}

	.search-form input {
		color: #5D5874;
	}

	#sidebar #menu-sub h4 {
		display: none;
	}

/* =CONTENU
/*****************************/
#contenu {
	position: relative;
	width: 640px;
	padding: 50px 15px 15px 15px; /* = 670px */
	float: left;
	margin-right: 0;
}
.admin #contenu { width: 710px; /* = 750px */ }
#IEroot #contenu { width: 670px; }
#IEroot .admin #contenu { width: 740px; }

	/* =HEADERS
	/*****************************/
	#contenu h2,
	#contenu h3 {
		text-transform: uppercase;
		color: #c52336;
		font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	#contenu h2 {
		font-size: 1.3em;
	}
	#contenu h3 {
		font-size: 1.2em;
		border-bottom: 1px solid #c52336;
		padding-bottom: 0.25em;
	}
		#contenu h2 a,
		#contenu h3 a {
			color: #c52336;
		}
	#contenu h4,
	#legend-admin h4 {
		font-weight: bold;
		color: #666;
	}
		#contenu h4 a {
			color: #666;
		}

	/* =MENU-QUICK
	/*****************************/
	#menu-quick {
		position: absolute;
		right: 100px;
		top: 20px;
		list-style: none;
		padding: 0;
		margin: 0;
	}

		#menu-quick li {
			display: block;
			float: left;
		}

		#menu-quick li.search-form input {
			border: 0;
			width: 95px;
			float: left;
			background: transparent url(../media/img/design/pages/bg-search-field.png) top left no-repeat;
			padding: 3px 3px 3px 20px;
			font-size: 11px;
		}
		#IEroot #menu-quick li.search-form input {
			width: 145px;
			height: 19px;
		}
		
		#menu-quick li.search-form button {
			cursor: pointer;
			border: 0;
			padding: 0;
			margin: 0 0 0 -5px;
			float: left;
			display: block;
			width: 25px;
			height: 19px;
			text-indent: -2000px;
			overflow: hidden;
			background: url('../media/img/design/pages/btn-search.jpg') top right no-repeat;
		}
		#menu-quick li.search-form button:hover {
			background-position: bottom right;
		}
		

		.sb_sprite {
			display: inline;
			overflow: hidden;
			height: 36px;
			padding-left: 30px;
			padding-bottom: 5px;
			background-repeat: no-repeat;
			background-image: url(../media/img/design/pages/toolbar.png);
		}

		.ss_sb_home {
			background-position: 0px 0px;
		}

		a:hover .ss_sb_home {
			background-position: 0px -36px;
		}

		.ss_sb_print {
			background-position: -47px 0px;
		}

		a:hover .ss_sb_print {
			background-position: -47px -36px;
		}

		.ss_sb_follow {
			background-position: -101px 0px;
		}

		a:hover .ss_sb_follow {
			background-position: -101px -36px;
		}


	/* =FIL-ARIANE
	/*****************************/
	#fil-ariane {
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0 0 3em 0;
		width: 600px;
	}

		#fil-ariane li {
			display: inline;
		}

			#fil-ariane li a {
				display: block;
				float: left;
				text-decoration: none;
				color: #C7202D;
				padding-left: 10px;
				background:transparent url(../media/img/design/ico/fleche.gif) no-repeat 0 -2px;
				margin-right: 1em;
			}

			#fil-ariane li a:hover {
				text-decoration: underline;
			}


	/* =BLOC-RIGHT
	/*****************************/
	#contenu .bloc-right {
		padding: 20px 20px 35px 35px;
		float: right;
		display: block;
		width: 180px; /* =220px */
		min-height: 180px;
		background: #fff url(../media/img/design/pages/menu-sub_bg.png) 15px 0 no-repeat;
	}

	#IEroot #contenu .bloc-right {
		width: 235px;
		height: 180px;
	}

		#contenu .bloc-right h4,
		#fiche-produit h3 {
			margin-bottom: 0.75em;
			line-height: 30px;
			height: 29px;
			background: transparent url(../media/img/design/pages/sommaire_right.png) no-repeat top right;
			color: white;
			text-transform: uppercase;
			padding: 0 20px 0 0;
			font-weight: bold;
			overflow: hidden;
		}

			#contenu .bloc-right h4 span,
			#fiche-produit h3 span {
				line-height: 30px;
				margin: 0;
				padding: 7px 0 28px 21px;
				background: transparent url(../media/img/design/pages/sommaire_left.png) no-repeat top left;
				overflow: hidden;
			}

		#contenu .bloc-right ul,
		#contenu .bloc-right ul li {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#contenu .bloc-right ul li a {
			text-decoration: none;
			display: block;
			line-height: 1.6em;
			font-size: 1.1em;
			font-weight: bold;
			color: #666;
			padding-left: 10px;
			background:transparent url(../media/img/design/ico/fleche.gif) no-repeat 0 -2px;
		}

		#contenu .bloc-right ul li a:hover {
			color: #C7202D;
			text-decoration: underline;
		}


/* =FOOTER
/*****************************/
#footer {
	clear: both;
	list-style-type: none;
	text-align: center;
	background: white url(../media/img/design/pages/footer.png) bottom left no-repeat;
	height: 45px;
	padding: 25px 0 0;
	width: 950px;
	margin: 0;
	color: #8A98B4;
}
#IEroot #footer { padding-bottom: 10px; }

	#footer li {
		display: inline;
		padding: 1em;
	}

	#footer a {
		color: #8A98B4;
	}


/* =FOOTER-PRINT
/*****************************/
#footer-print {
	display: none;
	margin-top: 15px;
	font-size: 0.8em;
}

.annuaire {
	clear: both;
}

	.annuaire dl.adresse {
		width: 200px;
		margin-right: 10px;
		float: left;
	}

#footer-print .annuaire dl.adresse {
	width: 138px;
}


/* =SOMMAIRE
/*****************************/
ul#sommaire-catalogue {
	list-style-type: none;
}

	ul#sommaire-catalogue li {
		float: left;
		display: block;
		width: 250px;
		height: 235px;
		margin: 15px 15px 15px 0;
	}

		ul#sommaire-catalogue li h2 {
			text-transform: uppercase;
			text-align: center;
			font-size: 1.45em;
		}

		ul#sommaire-catalogue li h2 a:link,
		ul#sommaire-catalogue li h2 a:visited,
		ul#sommaire-catalogue li h2 a:hover,
		ul#sommaire-catalogue li h2 a:active {
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			width: 250px;
			height: 235px;
		}


/* =CATALOGUE
/*****************************/
#catalogue {
	width: 360px;
	float: left;
}
#catalogue,
#catalogue ul {
	list-style-type: none;
}

#catalogue h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

#catalogue h3 {
	border: 0;
	font-weight: bold;
	color: #666;
}

#catalogue h4,
#catalogue h5 {
	font-weight: bold;
	color: #666;
}
#catalogue a,
#catalogue .catalogue-categorie a {
	color: #666;
	text-decoration: none;
}

#catalogue .catalogue-famille h2 a,
#catalogue .catalogue-categorie .open h3 a {
	color: #fff;
	text-decoration: none;
}

li.catalogue-famille h2 span {
	padding: 7px 10px 6px;
	background: transparent  url(../media/img/design/catalogue/catalogue-h2-32.png) top right no-repeat;
	_background-image: url(../media/img/design/catalogue/catalogue-h2-8.png);
}

.catalogue-categorie li {
	padding-left: 20px;
	background: transparent url(../media/img/design/catalogue/puce-categorie-defaut.jpg) top left no-repeat;
}

.catalogue-categorie li.open {
	background: none;
	padding-left: 0;
}
.catalogue-categorie li.open h4 {
	clear: both;
}
.catalogue-categorie li.open h3 {
	background: none;
	padding-left: 15px;
	position: relative;
	clear: both;
	color: #fff;
}

.catalogue-categorie li.open h3 span {
	padding: 0 0 0 10px;
	float: left;
	background: transparent  url(../media/img/design/catalogue/catalogue-h3d-32.png) top left no-repeat;
}
* html .catalogue-categorie li.open h3 span {
	background-image: url(../media/img/design/catalogue/catalogue-h3d-8.png);
}
.catalogue-categorie li.open h3 span span {
	padding: 3px 10px 2px 0;
	float: left;
	background: transparent  url(../media/img/design/catalogue/catalogue-h3-32.png) top right no-repeat;
	_background-image: url(../media/img/design/catalogue/catalogue-h3-8.png);
}

.catalogue-type li span {
	border-bottom: 1px dotted #666;
	line-height: 2;
	padding: 3px 5px 0;
}

.catalogue-produit li {
	padding-left: 20px;
	width: 50%;
}

li.produit {
	min-height: 40px;
}
#IEroot li.produit { height: 40px; }

li.produit img {
	float: right;
}


/* =FICHE PRODUIT
/*****************************/
#fiche-produit {
	padding: 20px 20px 35px 35px;
	float: right;
	display: block;
	width: 285px; /* =340px */
	min-height: 180px;
	background: #fff url(../media/img/design/pages/bg-fiche-produit.png) 15px 0 no-repeat;
}
	#IEroot #fiche-produit {
		width: 355px;
		height: 180px;
	}

		#code-barre {
			float: right;
			margin: 5px;
		}

		/* Pour la référence h3, se reporter à #contenu .bloc-right h4
		*/
		#fiche-produit h3 {
			border: 0;
			float: left;
		}

		#fiche-produit h2 {
			clear: both;
			color: #666;
			font-weight: bold;
		}

		.bloc-info-produit,
		#legend-admin {
			background: #f2eff4 url(../media/img/design/pages/bg-pictogramme.png) bottom right no-repeat;
			padding: 5px 0 5px 5px;
			margin: 5px auto;
			min-height: 40px;
			clear: both;
		}
		#IEroot .bloc-info-produit,
		#IEroot #legend-admin { height: 40px; }

		#fiche-produit a {
			color: #666;
		}

		ul#pictogramme {
			list-style-type: none;
			line-height: 25px;
			margin: 0;
			padding: 0;
		}

			#pictogramme li {
				overflow: hidden;
			}

			#pictogramme li img {
				float: left;
				margin-left: 5px;
			}

			#pictogramme li img.picto {
				margin: 0;
			}

		#fiche-produit-photo {
			text-align: center;
		}

		ul.liste-image-produit {
			list-style-type: none;
			padding: 0 0 0 25px;
			margin: 10px 0;
			color: #666;
			text-align: left;
			background: transparent url(../media/img/design/pages/bg-image-produit.jpg) 0 75% no-repeat;
		}

			ul.liste-image-produit a {
				color: #666;
				position: relative;
			}
			
			span.hd-icone {
				display: block;
				position: absolute;
				bottom: 4px;
				right: 1px;
				width: 22px;
				height: 13px;
				font-size: 1px;
				background: transparent url(../media/img/design/ico/hd.gif) top left no-repeat;
			}

			ul.liste-image-produit li {
				display: inline;
			}

			ul.liste-image-produit li img {
				display: inline;
				padding: 3px 5px;
				border: 2px solid #CECECE;
			}

		li.item-1, li.item-2, li.item-3, li.item-4, li.item-5, li.item-6, li.item-7, li.item-8 {
			float: left;
			margin: 5px 5px 5px 0;
		}

		li.item-1 { width: 30px; }
		li.item-2 { width: 65px; }
		li.item-3 { width: 100px; }
		li.item-4 { width: 135px; }
		li.item-5 { width: 170px; }
		li.item-6 { width: 205px; }
		li.item-7 { width: 240px; }
		li.item-8 { width: 275px; }

		.color-sprite,
		.motif {
			display: block;
			float: left;
			margin: 5px;
			margin-left: 10px;
			overflow: hidden;
			height: 20px;
			width: 20px;
		}


/* =FOLLOW
/*****************************/
#follow {
	background: #fff;
	border: 1px solid #C7202D;
	padding: 10px;
	margin: 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
}


/* =FORMULAIRE
/*****************************/
form p {
	margin: 0 0 0.5em;
	line-height: 2em;
}


/* =AUTRE MISE EN FORME
/*****************************/
input.text:focus,
input.title:focus,
input.tiny-text:focus,
textarea:focus,
select:focus {
	border: 1px solid #C7202D;
}

/* =SITEMAP */
#contenu .plan-site-admin-niveau-1 h3 {
	border-bottom: 0;
}