@charset "utf-8";

*
{
	outline: none!important;
}

/* ::::::::::::::::::::::::: */
/* ::::: ie6 dinosaurs ::::: */
/* ::::::::::::::::::::::::: */

div.ie6-overlay
{
	background: #000;
	filter: alpha(opacity = 50);
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

div.ie6-box
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -100px;
	width: 500px;
	background: #fff;
	padding: 15px;
	font-weight: bold;
	color: #000;
	border: 5px solid #000;
	z-index: 1;
}

div.ie6-box a
{
	color: red;
	font-weight: bold;
}

/* :::::::::::::::::: */
/* ::::: common ::::: */
/* :::::::::::::::::: */

html
{
	background: #dcebf4 url(../img/index-bg.gif) repeat-x 0 0;
}

.common
{
	/*background: url(../img/index-pattern.png) no-repeat 0 0;*/
}

.common #global-container
{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 2em;
}

.common #header-container
{
	position: relative;
	height: 140px;
}

.common #header-container h1
{
	margin: 0;
	background: url(../img/logo-ondemand.png) no-repeat 0 0;
	width: 272px;
	line-height: 6em;
	position: absolute;
	left: 0;
	top: 70px;
}

.common #header-container h1 a
{
	display: block;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
}

.common #block-contact
{
	position: absolute;
	right: 20px;
	top: 40px;
	text-align: right;
	font-family: helvetica-neue-light-extended, Arial, Helvetica, sans-serif;
	font-size: 1.2em; 
}

.common #block-contact a
{
	text-decoration: none;
}

.common #block-contact a:hover
{
	text-decoration: underline;
}

.common #block-contact p
{
	margin: 0;
}

.common #banner-container
{
	position: relative;
}

.common #primary-links-container
{
	background: url(../img/menu-repeat.gif) repeat-x 0 0;
	height: 40px;
}

.common #primary-links-container span.corner
{
	position: absolute;
	background-image: url(../img/menu-corners.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 40px;
	top: 0;
}

.common #primary-links-container span.corner.left
{
	left: 0;
	background-position: -11px 0;
}

.common #primary-links-container span.corner.right
{
	right: 0;
	background-position: -22px 0;
}

.common #primary-links-container li:hover span.corner.left,
.common #primary-links-container li.selected span.corner.left
{
	background-position: 0 0;
}

.common #primary-links-container ul
{
	margin: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}

.common #primary-links-container ul li
{
	float: left;
	background: url(../img/menu-sep-left.gif) no-repeat 0 0;
	position: relative;
}

.common #primary-links-container ul li a
{
	display: block;
	padding: 0 1px;
	text-decoration: none;
	background: url(../img/menu-sep-right.gif) no-repeat right 0;
}

.common #primary-links-container ul li a span
{
	cursor: pointer;
}

.common #primary-links-container ul li a span.label
{
	display: block;
	padding: 10px 35px 0;
	height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: helvetica-neue-regular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../img/menu-repeat.gif) repeat-x 0 0;
}

.common #primary-links-container ul li:hover,
.common #primary-links-container ul li.selected
{
	background-position: 0 -40px;
}

.common #primary-links-container ul li:hover a,
.common #primary-links-container ul li.selected a
{
	background-position: right -40px;
}

.common #primary-links-container ul li:hover a span.label,
.common #primary-links-container ul li.selected a span.label
{
	background-position: 0 -40px;
}

.common #machine-container
{
	height: 245px;
	background: #0498cb url(../img/machine-bg.gif) no-repeat 0 0;
	overflow: hidden;
	position: relative;
}

.common ul.machine-pager
{
	margin: -16px 0 0 0;
	list-style: none;
	height: 30px;
	position: absolute;
	right: 55px;
	display: none;
}

.common ul.machine-pager li
{
	float: left;
	width: 32px;
	height: 30px;
	background: url(../img/machine-pager.png) no-repeat 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	line-height: 30px;
	font-size: 1.4em;
	margin-left: 5px;
	text-shadow: 0 0 2px #000;
}

.common ul.machine-pager li:hover,
.common ul.machine-pager li.selected
{
	background-position: 0 -30px;
}

.common #machine-container div.product
{
	color: #fff;
	float: left;
	width: 260px;
	padding-left: 320px;
	padding-right: 320px;
	padding-top: 20px;
	position: relative;
	height: 225px;
	text-align: justify;
	font-size: .9em;
	line-height: 1.4em;
}

.common #machine-container div.product a
{
	color: #fff;
}

.common #machine-container div.product a.savoir-plus
{
	float: right;
}

.common a.savoir-plus
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 1.3em;
	background: url(../img/more-bg.png) no-repeat 0 0;
	padding-left: 30px;
	margin-right: 30px;
}

.common a.savoir-plus strong
{
	display: block;
	height: 30px;
	background: url(../img/more-bg.png) no-repeat right 0;
	margin-right: -30px;
	padding-right: 20px;
	cursor: pointer;
}

.common a.savoir-plus:hover
{
	background-position: 0 -30px;
}

.common a.savoir-plus:hover strong
{
	background-position: right -30px;
}

.common #machine-container div.product h2
{
	margin: 0;
	font-weight: normal;
	font-family: helvetica-neue-light-extended, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
}

.common #machine-container div.product ul
{
	margin-left: 0;
	list-style: none;
}

.common #machine-container div.product ul li
{
	background: url(../img/arrow-w.gif) no-repeat 0 center;
	padding-left: 10px;
	margin-bottom: .2em;
}

.common #machine-container div.product div.zone-3
{
	position: absolute;
	left: 0;
	top: 0;
}

.common #machine-container div.product div.zone-3 p
{
	margin: 0;
}

.common #machine-container div.product div.zone-4
{
	position: absolute;
	right: 20px;
	top: 20px;
}

.common #machine-container div.product div.zone-4 p
{
	margin: 0;
}

.common div.search-box
{
	position: absolute;
	right: 30px;
	top: 10px;
}

.common div.search-box form
{
	margin: 0;
}

.common div.search-box form label
{
	display: none;
}

.common div.search-box input[type=text]
{
	float: left;
	background: url(../img/search-box.png) no-repeat 0 0;
	border: none;
	padding: 0;
	height: 20px;
	padding-left: 10px;
	line-height: 20px;
	width: 160px;
}

.common div.search-box button
{
	float: left;
	background: url(../img/search-box.png) no-repeat right 0;
	border: none;
	list-style: none;
	cursor: pointer;
	height: 20px;
	width: 25px;
	overflow: hidden;
	text-indent: -100000px;
}

.common #main-container
{
	background: #fff;
	zoom: 1;
	padding: 0 20px;
	text-align: justify;
	padding-bottom: 3em;
	padding-top: 2em;
}

.common div.left-part
{
	float: left;
	width: 410px;
	padding: 0 20px 0 0;
}

.common div.right-part
{
	float: left;
	width: 410px;
	padding: 0 0 0 20px;
}

.index #main-container blockquote
{
	background: #deebf4;
	padding: 40px 30px 50px;
	margin: 0;
	font-size: 1.7em;
	text-align: left;
	font-family: helvetica-neue-light-extended, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}

.index #main-container blockquote p
{
	margin: 0;
}

.index #main-container blockquote strong
{
	display: block;
	color: #0a6eaf;
	font-weight: normal;
	font-size: 1.2em;
}

.index #main-container ul.liste-puce
{
	margin-bottom: 4em;
}

.index #main-container ul.liste-puce li
{
	margin-bottom: 1.2em;
	line-height: 1.2em;
	background-position: 0 3px;
}

.common #footer-container
{
	color: #fff;
	background: url(../img/footer-bg.png) no-repeat 0 bottom;
	min-height: 70px;
	padding: 20px 20px 0;
}

.common #footer-container p
{
	margin-top: 0;
}

.page #heading-container
{
	background: url(../img/heading-bg.gif) no-repeat 0 0;
	height: 90px;
	padding-left: 35px;
	padding-top: 15px;
}

.page #breadcrumb-container
{
	color: #fff;
	position: relative;
}

.page #breadcrumb-container a
{
	color: #fff;
	text-decoration: none;
}

.page #breadcrumb-container span.sep
{
	padding: 0 5px;
}

.page #heading-container h2
{
	color: #fff;
	font-family: helvetica-neue-light-extended, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
}

.page #main-container
{
	padding-left: 35px;
	padding-right: 0;
}

.page div.left-part
{
	float: left;
	width: 625px;
}

.page div.right-part
{
	float: left;
	width: 200px;
	padding-left: 20px;
}

.page div.left-part blockquote.even
{
	background: #fff;
}

ul.liste-bloc
{
	overflow: hidden;
}

ul.liste-bloc li
{
	float: left;
	margin-left: 5px;
}

ul.liste-bloc li:first-child
{
	margin-left: 0;
}

.type-produit div.products
{
	margin-left: -20px;
	margin-bottom: -20px;
	margin-top: 2.5em;
}

.type-produit div.product
{
	float: left;
	width: 395px;
	height: 190px;
	overflow: hidden;
	position: relative;
	color: #fff;
	background: url(../img/floating-block-big.png) no-repeat 0 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 15px;
}

.type-produit div.product h3
{
	font-family: helvetica-neue-light-extended, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0;
}

.type-produit div.product div.inner
{
	font-size: .9em;
	line-height: 1.4em;
	position: relative;
	z-index: 1;
}

.type-produit div.product div.inner p
{
	margin: .8em 0;
}

.type-produit div.product ul
{
	margin-left: 0;
	list-style: none;
}

.type-produit div.product ul li
{
	background: url(../img/arrow-w.gif) no-repeat 0 center;
	padding-left: 10px;
	margin-bottom: .2em;
}

.type-produit div.product div.zone-4
{
	position: absolute;
	right: 15px;
	top: 5px;
}

.type-produit div.product.even
{
	background: url(../img/floating-block-big-2.png) no-repeat 0 0;
}

.type-produit #main-container
{
	padding-left: 15px;
	padding-right: 0;
}

.type-produit div.left-part
{
	float: none;
	width: auto;
	padding: 0;
}

.common div.corners
{
	height: 10px;
	width: 10px;
	position: absolute;
	background: url(../img/corners.png) no-repeat 0 0;
}

.common div.corners.top				{ top: 0; }
.common div.corners.bottom			{ bottom: 0; }
.common div.corners.left			{ left: 0; }
.common div.corners.right			{ right: 0; }

.common div.corners.top.left		{ background-position: 0 0; }
.common div.corners.top.right		{ background-position: right 0; }
.common div.corners.bottom.left		{ background-position: 0 bottom; }
.common div.corners.bottom.right	{ background-position: right bottom; }


.page div.right-part div.product
{
	position: relative;
	color: #fff;
	background: url(../img/floating-block-big.png) no-repeat center 0;
	margin-bottom: 20px;
	padding: 15px;
	max-height: 190px;
	overflow: hidden;
}

.page div.right-part div.product.even
{
	background: url(../img/floating-block-big-2.png) no-repeat center 0;
}

.page div.right-part div.product div.inner
{
	position: absolute;
	bottom: 0;
}

.page div.right-part div.product div.zone-4
{
	min-height: 150px;
	text-align: center;
}

.page div.right-part div.product div.zone-4 p
{
	margin: 0;
}

.page div.right-part div.product h3
{
	font-family: helvetica-neue-light-extended, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	margin-top: 0;
	text-align: left;
}

.page div.right-part div.product
{
	font-size: .9em;
}

.page div.right-part div.product p
{
	line-height: 1.3em;
}

.page div.right-part div.product ul
{
	margin-left: 0;
	list-style: none;
}

.page div.right-part div.product ul li
{
	background: url(../img/arrow-w.gif) no-repeat 0 center;
	padding-left: 10px;
	margin-bottom: .2em;
	line-height: 1.3em;
}