/* resizable fonts */
*{font-size:100.01%}
html {
	font-size:62.5%;
	height:100%;
}
/* Global reset */
img{border-style:none;}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{text-decoration:none}
form,
fieldset,
input,
select{
	margin:0;
	padding:0;
}

#contact form{
	padding-left:40px;
}
fieldset{
	border: 0;
	border-style: none;
}

fieldset legend{
	color:#E2001A;
	font-size :1.2727em;
	font-weight:bold;
}



select{vertical-align:middle;}
:focus{outline:none;}
/* General */
body{
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ccc;
}
/* wrapper */
#wrapper{
	width:960px;
	overflow: hidden;
	margin: 0 auto;
}
/* header */
#header{
	width: 100%;
	overflow: hidden;
	background:#fff url(../images/bg-header.jpg) no-repeat 0 100%;
	height: 198px;
}
.home #header{background:#fff url(../images/bg-header-home.jpg) no-repeat 0 100%;}
.enterprise-page #header{background:#fff url(../images/bg-header-enterprise.jpg) no-repeat 0 100%;}
/* logo */
#header h1{margin: 0;}
#header h1 a{
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 164px;
	height: 70px;
	margin: 22px 0 0 27px;
}
/* header navigation */
#nav{
	float: left;
	margin: 59px 0 0 40px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#nav li{float: left;}
#nav a{
	display: block;
	text-align: center;
	color: #707173;
	text-decoration: none;
	line-height: 43px;
	width: 128px;
}
#nav li.active a,
#nav a:hover{
	background:#b0b0b0;
	text-decoration: none;
	color: #fff;
}
#nav a span{
	display: block;
	padding: 0 7px 0 0;
}
#nav li.active a span,
#nav a:hover span{
	border-right: 7px solid #e3001a;
	padding: 0;
}
/* services menu */
.services{
	float: right;
	margin: 78px 16px 0 0;
	padding: 0 0 0 32px;
	display: inline;
	list-style: none;
	background: url(../images/bg-title.gif) no-repeat 0 3px;
	font-size: 1.1em;
}
.services li{
	float: left;
	background: url(../images/separator.gif) no-repeat 100% 2px;
	padding: 0 9px 0 0;
	margin: 0 0 0 7px;
	display: inline;
}
.services li.acces{font-size: 1.0909em;}
.services li a{
	text-decoration: none;
	color: #707173;
}
.services li a span{color: #e2001a;}
.services li a:hover{
	text-decoration: underline;
	color: #e2001a;
}
/* content */
#content{
	width: 100%;
	overflow: hidden;
	font-size:1.1em;
	background: #fff url(../images/bg-content.gif) repeat-y;
	padding: 0 0 30px;
}
.home #content{
	background: #fff url(../images/bg-content-home.gif) repeat-y;
	padding: 0;
}
.web-accessibility{display: none;}
/* left sidebar */
.left-sidebar{
	float: left;
	width: 165px;
	overflow: hidden;
	padding: 19px 14px 0 15px;
}
.left-sidebar .menu{width: 173px;}
.left-sidebar h3{
	margin: 0 0 12px;
	background: url(../images/bg-title.gif) no-repeat 0px 5px;
	padding: 0 0 0 40px;
	letter-spacing: -1px;
	padding: 0 0 0 40px;
}
.home .left-sidebar h3,
.enterprise-page .left-sidebar h3{
	background: url(../images/bg-title.gif) no-repeat 7px 5px;
	padding: 0 0 0 46px;
}
.left-sidebar .menu h3{
	text-transform: uppercase;
	color: #707173;
	font-size:1.2727em;
	font-weight: normal;
}
.left-sidebar h3 a{
	color: #e2001a;
	text-decoration: underline;
}
.left-sidebar h3 a:hover{text-decoration: none;}
.left-sidebar .menu ul{
	margin: 0 0 40px -4px;
	position: relative;
	padding: 0;
	list-style: none;
	font-size: 14px;
	height: 1%;
}
/*.home .left-sidebar .menu ul,
.enterprise-page .left-sidebar .menu ul{margin: 0 0 40px;}*/
/*.home .left-sidebar .menu li,
.enterprise-page .left-sidebar .menu li{margin: 0 0 3px;width: 173px;}*/
.left-sidebar .menu li{
	margin: 0 0 1px;
	vertical-align: middle;
	height: 1%;
	width: 177px;
}
.left-sidebar .menu li a{
	color: #707173;
	text-decoration: none;
	line-height: 31px;
	padding: 0 6px 0 6px;
	display: block;
	height: 1%;
}
.left-sidebar .menu li.active a,
.left-sidebar .menu li a:hover{
	text-decoration: none;
	color: #fff;
	background:#b0b0b0;
}
.left-sidebar .nous-contacter{
	width: 100%;
	overflow: hidden;
}
.left-sidebar .nous-contacter h3{
	margin-bottom: 9px;
	font-size: 1.1818em;
}
.left-sidebar .menu ul ul{
	margin: 0;
	padding: 0;
	font-size:12px;
	color: #707173;
	background:#efefef;
	width: 183px;
}
.left-sidebar .menu ul ul ul{
	width: 144px;
	margin: 6px 0 12px 36px;
	overflow: hidden;
}
.left-sidebar .menu li li{
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.left-sidebar .menu ul ul ul.last{margin-bottom: 7px;}
.left-sidebar .menu li li.title{margin-bottom:2px;}
.left-sidebar .menu li.active li a{
	background: none;
	color: #707173;
	padding: 1px 0 2px;
	margin: 0 19px 0 0;
	line-height: normal;
}
.left-sidebar .menu li.active li.active a,
.left-sidebar .menu li.active li a:hover{
	color: #fff;
	background:#a5a5a5;
	padding: 1px 0 2px;
	margin: 0 19px 0 0;
}
.left-sidebar .menu li.active li.active a span,
.left-sidebar .menu li.active li a:hover span{color: #a5a5a5;}
/* right column */
.right-col{
	width: 757px;
	float: right;
	overflow: hidden;
}
/* main */
.main{
	width: 499px;
	float: left;
	overflow: hidden;
	color: #707173;
	padding: 9px 27px 0 28px;
}
.home .main{
	width: 681px;
	padding: 21px 38px 5px;
}
.home .main h3{
	margin: 0 0 5px;
	background: url(../images/bullet.gif) no-repeat 2px 5px;
	font-size: 1.1818em;
	color: #707173;
	font-weight: normal;
	padding: 0 0 0 15px;
}
.home .main h3 span{color: #e2001a;}
.home .main .wrap-cols{
	width: 720px;
	overflow: hidden;
}
.home .main .wrap-cols .col{
	width: 200px;
	float: left;
	overflow: hidden;
	margin-right: 40px;
}
.home .main .wrap-cols .col img{display: block;}
.home .main .wrap-cols .col p{
	margin: 0;
	line-height: 1.4545em;
	text-align: justify;
	word-spacing: -1px;
}
.home .main .wrap-cols .col p a{
	text-decoration: underline;
	color: #707173;
}
.home .main .wrap-cols .col p a:hover{
	color: #e2001a;
	text-decoration: underline;
}
a.image-link{
	display: block;
	margin: 10px 0 3px;
	width: 200px;
}
a.legendes{margin: 5px 0 6px;}
.home a.more{
	font-size: 1.0909em;
	text-decoration: underline;
	color: #e2001a;
	float: left;
	margin: 17px 0 0 -1px;
}
.home a.more:hover{text-decoration: none;}
.home .main .wrap-cols .titre h3{margin-bottom:-8px;}
/* breadcrumbs */
.breadcrumbs{
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	font-size: 0.8181em;
	overflow: hidden;
	height: 1%;
	color: #949596;
}
.breadcrumbs li{
	float: left;
	background: url(../images/bullet-breadcrumbs.gif) no-repeat 0 4px;
	margin: 0 10px 0 -6px;
	padding: 0 0 0 9px;
}
.breadcrumbs a{
	text-decoration: none;
	color: #949596;
}
.breadcrumbs a:hover{text-decoration: underline;}
.main h2,
#wrapper .main h2.title{
	margin: 18px 0 19px;
	color: #e2001a;
	font-size: 1.2727em;
	background: url(../images/bg-title.gif) no-repeat 0 6px;
	float: left;
	padding: 0 0 0 40px;
	width: 430px;
}
.enterprise-page h2{
	padding: 0 40px 0 0;
	background: url(../images/bg-title.gif) no-repeat 100% 6px;
	width: auto;
}
.main .box{
	width: 100%;
	overflow: hidden;
	font-size: 1.0909em;
	margin: 0 0 41px;
	clear: both;
}
.main .box.sheet{
	width: 100%;
	overflow: hidden;
	font-size: 1.0909em;
	margin: 10px 0 10px 27px;
	clear: both;
}
.main .box .image{
	float: left;
	margin: 2px 8px 0 0;
	overflow: hidden;
	/*width: 113px;*/
}
* html .main .box .image{margin-right: 5px;}
* html .main .inverse-box .image{margin-right:0;}
.main .inverse-box .image{
	float: right;
	margin: -19px 0 0;
}
.main .inverse-box{margin-bottom: 34px;}
.main .box .image img{float: left;}
.main .box strong{
	display: block;
	color: #000;
	font-size: 1.083em;
	margin: 0 0 5px;
}
.main .box p{
	margin: 0;
	line-height: 1.3333em;
/*	word-spacing: -2px; */
}
.main .box p a{
	text-decoration: underline;
	color: #707173;
}
.main .box p a:hover{
	color: #e2001a;
	text-decoration: underline;
}
.main .box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;
}
.main .box a{
	color: #e2001a;
	text-decoration: underline;
	line-height: 16px;
}
.main .box a:hover{text-decoration: none;}


/* right sidebar */
.right-sidebar{
	float: right;
	width: 162px;
	overflow: hidden;
	padding: 21px 17px 0 15px;
	color: #707173;
}
.home .right-sidebar{margin-bottom: -36px;}
.right-sidebar h3{
	margin: 0 0 7px;
	font-weight: normal;
	background: url(../images/bg-title.gif) no-repeat 0 3px;
	padding: 0 0 0 39px;
	color: #707173;
	font-size: 1.0909em;
}
.right-sidebar h3 span{color: #e2001a;}
/* search form */
.right-sidebar .search{
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px;
}
.right-sidebar .search fieldset{border: 1px solid #bcbcbc;}
.right-sidebar .search .txt{
	border: 0;
	padding: 2px 4px 0 2px;
	float: left;
	width: 130px;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #707173;
}
.right-sidebar .search a{
	float: left;
	text-decoration: none;
	font-size: 9px;
	color: #707173;
	background: url(../images/btn-ok.gif) no-repeat 0 5px;
	width: 24px;
	text-align: center;
	line-height: 18px;
}
.right-sidebar .search a:hover{color: #e2001a;}
/* news letter */
.news-letter{
	width: 100%;
	overflow: hidden;
	margin: 0 0 36px;
}
.news-letter input{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#707173;
	width:154px;
	padding:2px 4px 2px 2px;
	margin-bottom:8px;
	border:1px solid #BCBCBC;
}
.news-letter img{
	display: block;
	margin-bottom: 8px;
}
.right-sidebar p{
	margin: 0 0 10px;
	text-align: justify;
	color: #707173;
	font-size: 1em;
	line-height: 1.4545em;
	word-spacing: -1px;
}
.news-letter div.desc{
	font-size:0.909em;
	line-height: 15px;
	margin-bottom:4px;
}
.news-letter span.alert{
	font-size:0.909em;
	color:#E2001A;
	margin-bottom:2px;
}
.btn-ministri{float: left;}
.news-letter .btn-ministri img{margin: 0;}
/* mini rubrique */
.mini-rubrique{
	width: 100%;
	overflow: hidden;
}
.mini-rubrique a{
	color: #707173;
	text-decoration: underline;
}
.mini-rubrique a:hover{
	color: #e2001a;
	text-decoration: underline;
}
.mini-rubrique img{
	margin-top: 3px;
	margin-bottom:9px;
}
.mini-rubrique p{margin: 0;}
/* telechargements */
.telechargements{
	width: 100%;
	overflow: hidden;
}
.telechargements h3{margin-bottom: 3px;}
.telechargements div{
	height: 1%;
	overflow: hidden;
	color: #fff;
	background: #adadad;
	padding: 11px 0 6px 6px;
}
.telechargements .votre-panier a.title{
	background: url(../images/ico-basket.gif) no-repeat;
	color: #fff;
	padding: 0 0 0 40px;
	font-size: 1.0909em;
	letter-spacing: -1px;
	text-decoration: none;
	float: left;
	padding: 10px 0 23px 35px;
	word-spacing: 1px;
	margin: 0 0 0 3px;
}
.telechargements .votre-panier a.title:hover{text-decoration: underline;}
.telechargements .votre-panier p{
	font-size: 0.8181em;
	margin: 0;
	float: left;
	color: #fff;
	line-height: 11px;
	text-align: left;
}
.telechargements .pdf img{display: block;}
.telechargements .pdf{
	padding-bottom: 23px;
	margin: 0 0 31px;
}
.telechargements .pdf ul{
	margin: 7px 0 0 2px;
	padding: 0;
	list-style: none;
	font-size: 0.8181em;
	line-height: 16px;
}
.telechargements .pdf li a{
	color: #fff;
	text-decoration: none;
}
.telechargements .pdf li a:hover{
	text-decoration: underline;
	color: #e2001a;
}
/* footer */
#footer{
	height: 1%;
	overflow: hidden;
	background: #fff;
	color: #707173;
	font-size: 1em;
	padding: 35px 0 48px 38px;
}
.home #footer{padding-top: 18px;}
#footer p{
	margin: 0;
	word-spacing: -2px;
}
#footer ul{
	float: right;
	margin: 0 39px 0 0;
	padding: 0 5px 0 0;
	list-style: none;
	background: url(../images/separator.gif) no-repeat 100% 1px;
	display: inline;
}
#footer li{
	float: left;
	background:url(../images/separator.gif) no-repeat 0 1px;
	padding: 0 0 0 5px;
	margin: 0 0 0 4px;
}
#footer li a{
	color: #707173;
	text-decoration: none;
}
#footer li a:hover{text-decoration: underline;}
/* solutions page */
.solutions{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.solutions ul{
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	font:1.2727em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.solutions li{
	height: 1%;
	overflow: hidden;
	background: url(../images/bullet02.gif) no-repeat 0 5px;
	padding: 0 0 0 13px;
	word-spacing: 2px;
	vertical-align: middle;
	margin-bottom: 14px;
}
.solutions li.active{
	margin-bottom: -5px;
	position: relative;
}
.solutions li a{
	float: left;
	color: #707173;
	background: url(../images/link-inactive.gif) no-repeat 100% 0;
	padding: 0 31px 0 0;
	text-decoration: none;
	height: 20px;
}
.solutions li.active a.expand{
	background: url(../images/link-fermer.gif) no-repeat 100% 4px;
	text-decoration: none;
	color: #7b7c7e;
	font-size: 0.8571em;
	padding: 5px 25px 6px 0;
	position: absolute;
	bottom: 0;
	right: 41px;
}
.solutions li.active a.expand:hover{
	text-decoration: underline;
	color: #7b7c7e;
}
.solutions li.active a{background: url(../images/link-expand.gif) no-repeat 100% 0;}
.solutions li a:hover{text-decoration: underline;}
.solutions li ul{
	font-size: 0.8571em;
	line-height: 18px;
	padding: 4px 0 0;
	margin: 0 0 0 -3px;
	overflow: hidden;
	width: 100%;
}
.solutions li li{
	padding: 0;
	background: none;
	width: 100%;
	overflow: hidden;
	word-spacing: 0;
	margin: 0;
}
.solutions li li a{
	float: none;
	background: none !important;
	padding: 0;
}
.solutions ul.bullets li a{
	background:url(../images/bullet03.gif) no-repeat 0 7px !important;
	padding: 0 0 0 10px;
}
.solutions ul.bullets li.active a,
.solutions ul.bullets li a:hover{
	text-decoration: underline;
	color: #e2001a;
	background: none;
}
.solutions ul.bullets li.active a,
.solutions ul.bullets li a:hover{
	background:url(../images/bullet05.gif) no-repeat 0 7px !important;
}
.solutions li li.detail-box ul{
	margin: 0 0 0 -13px;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(../images/bullet04.gif) no-repeat;
	position: relative;
	font-size:1em;
}
.solutions li li.detail-box{
	margin: 15px 0 0 50px;
	overflow: visible;
	padding: 0 0 26px;
}
.solutions li li.detail-box li.title{
	margin: -4px 0 0;
	float: left;
}
.solutions li li.detail-box li.title a{
	text-decoration: none;
	color: #e2001a;
	background: none !important;
	padding: 0;
}
.solutions li li.detail-box li.title a:hover{
	text-decoration: underline;
	color: #e2001a;
}
.solutions li li li{
	width: 450px;
	clear: both;
	margin: 0;
	border-left: 1px solid #bbbbbc;
	padding-left: 11px;
}
.solutions li li li a{
	color: #707173;
	text-decoration: none;
	background: url(../images/bullet03.gif) no-repeat 0 8px !important;
	padding: 0 0 0 10px;
}
.solutions li li li a:hover{
	text-decoration: underline;
	color: #707173;
	background: url(../images/bullet03.gif) no-repeat 0 8px !important;
}
/* produits */
.produits .image-holder{
	overflow: hidden;
	float: left;
	border: 1px solid #a2a3a4;
	margin: 4px 11px 0 0;
}
* html .produits .image-holder{margin-right:8px;}
.produits .image-holder img{display: block;}
.produits strong{
	font-weight: normal;
	display: block;
}
.produits strong a{
	color: #e2001a;
	text-decoration: none;
}
.produits strong a:hover{text-decoration: underline;}
.produits p{
	margin: 0;
	color: #707173;
	line-height: 16px;
	word-spacing: -1px;
}
.produits li ul{
	margin: 0 0 0 -13px;
	padding-top: 8px;
	word-spacing: -2px;
	position: relative;
}
.produits li li{margin-bottom: 8px;}
.produits li.active{
	margin-bottom: 9px;
	padding-bottom: 8px;
	position: relative;
}
.produits li.active a.expand{right: 22px;}
.produits-page .news-letter{margin-bottom: 24px;}
.produits-page .mini-rubrique{line-height: 16px;}
.produits-page .mini-rubrique h3{background-position: 0 4px;}
.produits-page{padding-bottom:108px !important;}
.produits-page .main p{
	margin: 0 0 0 10px;
	font-size: 1.0909em;
	line-height: 1.4166em;
	color: #707173;
}
.produits-page .main li p{font-size: 1em;}
.produits-page .main h2{margin-bottom: 5px;}
.revetements{padding-bottom: 0 !important;}
.revs{margin-top: 20px;}
.produits-page .main .revetements p{
	margin: 0 0 0 17px;
	clear: both;
}
.produits-page .main .revs p{font-size: 0.8571em;}
.produits-page .main .revetements .nuancier{font-size: 1.0909em;}
/* revetements */
.revetements li a{padding-bottom:9px;}
.revetements .product-desc{
	width: 493px;
	background: #efefef;
	margin: 32px 0 43px -11px;
	padding: 0 0 14px;
}
.revetements .product-desc:after {
	content:"";
	display:block;
	clear:both;
}
.product-desc .wrap{
	width: 100%;
	overflow: hidden;
}
.revetements .product-desc img{display: block;}
.revetements .product-desc .image-holder{
	border: 1px solid #77787a;
	width: 223px;
	height: 181px;
	float: left;
	margin: -21px 0 -34px 8px;
	overflow: hidden;
	display: inline;
	position: relative;
}
.revetements .product-desc ul{
	margin: 9px 3px 0 0;
	padding: 0;
	list-style: none;
	width: 232px;
	display: inline;
	overflow: hidden;
	clear: none;
	float: right;
}
.revetements .product-desc li{
	margin: 0 0 0 19px;
	line-height: 17px;
	width: 90%;
	float: left;
	display: inline;
}
.revetements .product-desc li.title{
	background: url(../images/bullet02.gif) no-repeat 0 5px;
	padding: 0 0 0 14px;
	margin: 0;
}
.revetements h4{
	margin: 0 0 0 17px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 0.9285em;
	line-height: 17px;
	color: #707173;
	font-weight: bold;
}
.nuancier{
	height: 1%;
	overflow: hidden;
	margin: 0 0 17px;
}
.revetements .nuancier ul{
	margin: 10px 4px -6px 16px;
	padding: 9px 0 0 28px;
	list-style: none;
	background: #efefef;
	overflow: hidden;
	height: 1%;
	width: 438px;
	position: relative;
}
* html .revetements .nuancier ul{
	margin-bottom: 0;
	padding-bottom: 9px;
}
*+ html .revetements .nuancier ul{
	margin-bottom: 0;
	padding-bottom: 9px;
}
.revetements .nuancier li{
	float: left;
	width: 71px;
	border: 1px solid #a6a6a6;
	margin: 0 11px 15px 0;
}
.revetements .nuancier li img{display: block;}
.revetements li.active{margin-bottom: 1px;}
#content .revetements p a{
	background: none;
	float: none;
	padding: 0;
	text-decoration: underline;
}
#content .revetements .nuancier p a:hover{text-decoration: none;}
.revetements .block{
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0 0 14px;
}
.revetements .block ul{
	margin: 0 0 0 17px;
	padding: 0;
	list-style: none;
	font-size: 0.8571em;
}
.revetements .block ul a{
	background: url(../images/bullet03.gif) no-repeat 0 7px !important;
	padding: 0 0 0 8px !important;
}
.revetements .block ul a:hover{
	text-decoration: underline;
	color: #707173;
}
.revetements .row{
	width: 100%;
	overflow: hidden;
	padding: 3px 0 0;
	margin: 0 0 0 -4px;
	clear: both;
}
.revetements .row ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.revetements .row li{
	float: left;
	width: auto;
	margin: 0 9px 0 0;
}
.revetements .row-top li{margin-right: 10px;}
.revetements .row li img{display: block;}
.revetements .row li a{
	height:67px;
	border: 2px solid #b7b5ab;
	float: left;
	background: none !important;
	padding: 0;
}
.revetements .row li.active a,
.revetements .row li a:hover{
	height:67px;
	border: 2px solid #e3001a;
	background: none !important;
}
/* realisations */
.realisations .product-desc{
	margin: 13px 0 65px -3px;
	width: 475px;
	position: relative;
	font-size: 0.7857em;
}
.realisations .product-desc .image-holder{
	margin: 13px 0 0 20px;
	width: 222px;
	height: 180px;
}
.realisations .product-desc ul{
	margin: 42px 0 0;
	width:212px;
	overflow: hidden;
	font-size: 1.0909em;
	float: right;
	clear: none;
	display: inline;
}
.realisations .product-desc ul a{
	background: url(../images/bullet03.gif) no-repeat 0 7px !important;
	padding: 0 0 0 10px;
}
.realisations .product-desc ul a:hover{
	text-decoration: underline;
	color: #707173;
	background: url(../images/bullet03.gif) no-repeat 0 7px !important;
}
.realisations .product-desc ul li{
	margin: 0;
	width: 100%;
}
.realisations .product-desc ul li.title{margin-bottom:5px;}
.realisations .product-desc .row{
	margin: 6px 0 -46px 10px;
	float: left;
	position: relative;
	display: inline;
	width: 400px;
}
.realisations .product-desc .row ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}
.realisations .product-desc .row li{
	width:auto;
	margin: 0 8px 0 0;
}
.realisations .product-desc .row li a{
	background: none !important;
	padding: 0;
} 
.realisations li.active a.expand{
	position: absolute;
	right: 0;
	bottom: -21px;
	margin: 0;
	background: url(../images/link-extract.gif) no-repeat 75% 13px;
	padding-top:36px;
	padding-right: 1px;
	font-size: 1.0909em;
}
.realisations li{margin-bottom: 33px;}
/* sheet produits page */
.sheet-produits{
	width: 100%;
	overflow: hidden;
	position: relative;
	clear: both;
}
.sheet-produits h3{
	margin: 14px 0 0;
	background: url(../images/bullet02.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	font-size: 1.2727em;
	color: #e2001a;
	font-weight: normal;
}
.sheet-produits strong.title{
	display: block;
	color: #707173;
	font-weight: normal;
	font-size: 1.2727em;
	margin: 0 0 10px 12px;
}
.produits-page .sheet-produits p{
	margin: 0 0 0 27px;
	font-size: 1.0909em;
	line-height: 17px;
	word-spacing: -2px;
}
.sheet-produits .product-desc{
	width: 481px;
	background: #efefef;
	margin: 32px 0;
	padding: 17px 17px 17px 0;
	position: relative;
}
.sheet-produits .product-desc:after {
	content:"";
	display:block;
	clear:both;
}
.sheet-produits .product-desc img{
	display: block;
}
.sheet-produits .product-desc .image-holder{
	float: left;
	margin: -38px 15px -34px 8px;
	overflow: hidden;
	display: inline;
	position: relative;
}
.sheet-produits .product-desc .image-holder a{
	float:none;
	padding:0;
}
.sheet-produits .product-desc .image-holder img{
	border: 1px solid #77787a;
}
.sheet-produits .product-desc span{
	background: url(../images/bullet02.gif) no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 249px;
	top: -4px;
	display: block;
}
.sheet-produits .product-desc p{
	margin:0px;
	padding:0px;
	text-align: left;
	overflow:auto;
}
.sheet-produits ul{
	margin: 0 0 0 29px;
	padding: 0;
	list-style: none;
}
.sheet-produits li{margin: 0;}
.sheet-produits li a{
	float: left;
	color: #707173;
	background: url(../images/link-expand.gif) no-repeat 100% 0;
	padding: 0 31px 6px 0;
	text-decoration: none;
	font-size: 1.2727em;
}
.sheet-produits li a{
	height:20px;
}
.sheet-produits li{
	height: 1%;
	overflow: hidden;
	background: url(../images/bullet02.gif) no-repeat 0 5px;
	padding: 0 0 0 13px;
	word-spacing: 2px;
	vertical-align: middle;
	margin-bottom: 17px;
}
/* produits-page */
.produits-page .sheet-produits li p{
	clear: both;
	margin: 0 0 0 -13px;
	font-size: 1.0909em;
}
.produits-page .sheet-produits li ul{
	margin: 0 0 0 -14px;
	padding: 0;
	list-style: none;
	font-size: 1.0909em;
	clear: both;
}
.produits-page .sheet-produits li li{
	background: none;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
.produits-page .sheet-produits li li a{
	background: none;
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 1.0909em;
}
.produits-page .sheet-produits li a:hover{text-decoration: underline;}
.produits-page .sheet-produits li.realisations{
	margin: 0 0 27px;
	padding: 1px 0 0 13px;
	background-position: 0 6px;
}
.produits-page .sheet-produits li.realisations ul{padding-top: 3px;}
.produits-page .sheet-produits li.realisations ul a,
.produits-page .sheet-produits li.revem ul a{
	line-height: 20px;
	text-decoration: underline;
	font-size: 1em;
}
.produits-page .sheet-produits li.realisations ul a,
.produits-page .sheet-produits li.revem ul a:hover{text-decoration: underline;}
.produits-page .sheet-produits li.composition p a{
	color: #f00df3;
	font-size: 1.0909em;
	line-height: 17px;
	text-decoration: none;
	background: none;
}
.produits-page .sheet-produits li.composition p a:hover{text-decoration: underline;}
.produits-page .sheet-produits li.composition{margin: -3px 0 0;}
/* sheet produits */
.sheet-produits a.d-infos{
	float:right;
	background: url(../images/link-dinfo.gif) no-repeat;
	line-height: 20px;
	font-size: 1.1818em;
	color: #707173;
	text-decoration: none;
	padding: 0 0 0 24px;
}
.sheet-produits a.d-infos:hover{text-decoration: underline;}

.produits-page .sheet-produits li.revem div.product-desc{
	margin:48px 0px 0px 0px;
}
.produits-page .sheet-produits li.revem div#composition.product-desc ul{
	clear:none;
}
.produits-page .sheet-produits li.revem div#composition.product-desc ul li p{
	margin:0;
	width:216px;
	text-align:left;
}

.main .box .image.right{
float:right;
margin:2px 0 0 8px;
}
.main .box .image.left{
float:left;
margin:2px 8px 0 0;
}
div.clear{
clear:both;
}

div#contact {
clear:both;
}
div#contact fieldset{
border:1px solid #707173;
color:#707173;
margin:10px;
padding:10px;
padding-right:0;
clear:both;
}
div#contact legend{
font-size:12px;
font-weight:bold;
color:#E2001A;
padding:0 3px;
}
div#contact p{
float:left;
padding:10px 0px;
margin:0px;
}
div#contact fieldset input{
width:196px;
border:1px inset #ccc;
color:#707173;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
margin:0px 10px 0px 0px;
padding:1px 2px;
}
div#contact fieldset select{
color:#707173;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
}
div#contact fieldset textarea{
width:410px;
height:100px;
border:1px inset #ccc;
padding:1px 2px;
margin-right:10px;
}
div#contact #copie{
border:none;
width:18px;
}
div#contact fieldset input.envoyer{
color:#fff;
border:#ADADAD;
background:#ADADAD;
}
div#contact .centrer{
text-align:center;
width:100%;
clear:both;
}

div#recherche h2{
padding:0px;
margin-bottom:2px;
width:100%;
background:none;
}
div#recherche p{
float:none;
}
div#recherche p a.voir{
color:#E2001A;
}
div#recherche div#pagination{
text-align:center;
margin-top:20px;
}
div#recherche div#pagination ul{
margin:0;
padding:0;
}
div#recherche div#pagination ul li{
list-style:none;
display:inline;
padding:0px 4px;
}

div.both{
clear:both;
}
