body{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background:#f1f1f1;
	text-shadow:1px 1px 1px #FFF;
}
a{
	color:#999;
}
a:hover{
	color:#c71c3c;
}
.uncap{
	text-transform:none !important;
}
.hidden{
	visibility:hidden;
}
.none{
	display:none;
}
.clear{
	clear:both;
}
.alignRight{
	text-align:right;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
hr.simple, hr.double, hr.triple{
	border:none;
	background-image:url('../img/hr.png');
	margin:10px 10px 10px 10px;
}
hr.simple.full, hr.double.full, hr.triple.full{
	margin-left:0;
	margin-right:0;
}
hr.simple{
	height:4px;
}
hr.double{
	height:8px;
}
hr.triple{
	height:12px;
}
hr.header{
	margin-top:20px;
}
.page{
	position:relative;
	width:980px;
	padding:0 10px;
	margin:0 auto;
}
strong{
	font-weight:600;
}
strong.underline{
	font-weight:100;
	text-decoration:underline;
}
.colorGris{
	color:#999 !important;
}
.text80{
	font-size:0.8em !important;
}
.text90{
	font-size:0.9em !important;
}
.rouge, h1, .h1{
	color:#c71c3c !important;
}
.content{
	position:relative;
	width:1000px;
	margin:0 auto;
}
#home{
	margin-top:40px;
}
/*CONTENT*/
h1, .h1{
	color:#444;
	font-weight:600;
	/*text-transform: uppercase;*/
	font-size: 1.4em;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Ubuntu', sans-serif;
}
h2, .h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	color:#444;
	font-size:1.1em;
	font-size:1.2em;
	font-weight:600;
	font-style:italic;
}
h2.borderBottom{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #999;
}
georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
}
#container p, p{
	color:#999;
	margin:10px 0;
	line-height:1.5em;
}
ul.ul{
	color:#999;
	line-height:1.5em;
	margin:0 0 20px 35px;
	list-style-type:disc;
}
ul.ul li{
	margin-bottom:3px;
}
#container p:last-child, p:last-child{
	margin:10px 0 0 0;
}
#social{
	position:absolute;
	top:-10px;
	right:10px;
}
#social a #linkedin, #social a #mail{
	width:40px;
	height:27px;
	background-position:top;
	float:right;
}
#social a #linkedin{
	background:url('../img/social_linkedin.jpg');
}
#social a #mail{
	background:url('../img/social_mail.jpg');
}
#social a #linkedin:hover, #social a #mail:hover{
	background-position:bottom;
}
/*HEADER*/
#header{
	position:relative;
	background-image:url('../img/top_header.jpg');
	background-repeat:repeat-x;
	/*background-color:#e6e6e6;*/
	height:54px;
	padding:20px 0;
	border-bottom:1px solid #dadada;
	margin-bottom:30px;
}
#header.headerNoMargin{
	margin-bottom:0;
}
#header img#logo{
	position:absolute;
	margin-top:0px;
	top:8px;
}
#header ul#langue{
	position:absolute;
	top:-50px;
	height:20px;
	line-height:35px;
	right:10px;
	margin:5px 0 20px 0;
	font-size:0.9em;
	background:#333;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#header ul#langue li{
	margin:0 8px;
	text-shadow:none;
	display:inline;
}
#header ul#langue li a{
	font-weight:600;
	color:#999;
	text-decoration:none;
	text-shadow:none;
}
#header ul#langue li.on > a, #header ul#langue li:hover > a{
	color:#fff;
	text-shadow:none;
}
#header ul#langue:hover{
	top:-40px;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}
/*SLIDER*/
#slider{
	width:100%;
	/*height:400px;
	background:url('../img/slider/2.jpg') center;*/
}
@media screen and (max-width: 1024px) {
#slider{
	height:300px;
  }
}
@media screen and (max-width: 800px) {
#slider{
	height:200px;
  }
}
/*NAVIGATION*/
ul#nav{
	font-size:0.9em;
	position:relative;
	width:980px;
	text-transform:uppercase;
	margin:0 auto;
	padding-bottom:10px;
	padding-top:-5px;
	border-bottom:1px solid #ababab;
	font-family: 'Ubuntu', sans-serif;
	cursor:pointer;
}
ul#nav li{
	position:relative;
	float:left;
	padding-right:20px;
	display:inline;
}
ul#nav li.last{
	padding-right:0;
}
ul#nav li a{
	text-decoration:none;
	color:#ababab;
}
ul#nav li:hover > a{
	color:#444;
}
ul#nav li:hover > a{
	padding-bottom:10px;
	border-bottom:1px solid #333;
}
ul#nav li.on > a{
	color:#c71c3c;
}
ul#nav li.on > a{
	padding-bottom:10px;
	border-bottom:1px solid #c71c3c;
}
ul#nav li > div{
	display:none;
	position:absolute;
	right:-12px;
	top:0;
	background:url('../img/subMenu_subsubMenu.png');
	height:31px;
	width:39px;
	z-index:9999;
}
ul#nav li:hover > div{
	display:block;
}
#header #nav{
	position:absolute;
	right:0;
	width:auto;
	margin:22px 10px 0 0;
}
/*subnav*/

.subMenu{
	font-size:0.9em;
	display:none;
	position:absolute;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
	left:10px;
	margin-top:5px;
	z-index:999;
	border-bottom:2px solid #c21734 !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.subMenu li{
	width:130px;
	position:relative;
	float:none;
	clear:both;
	background-image: url('../img/bg_subMenu.jpg');
	padding:10px;
}
.subMenu li:hover{
	background-image:url('../img/bg_subMenuHover.jpg');
}
.subMenu li:hover > a, #nav li:hover >.subMenu li, #nav li:hover >.subMenu li a{
	border:none;
	text-decoration:none;
}
#nav li:hover >.subMenu li{
	border-bottom:1px solid #ccc;
}
#nav li:hover >.subMenu{
	display:block;
	color:#999;
}
.subMenu li:hover{
	color:#444;
}
.subsubMenu{
	margin-top:-20px;
	margin-left:158px;
}
/*CONTENT*/
.content.content2, .content.content3, .content.content4, .content.content5, .content.content4-5{
	position:relative;
	height:100px;
	background:#c71c3c;
	float:left;
	margin:0 10px 20px 10px;
}
.content2, .content3, .content4, .content5, .content4-1, .content4-5{
	float:left;
	margin:0 10px 0 10px;
}
.content2{
	width:480px;
}
.content3{
	width:313px;
}
.content4{
	width:230px;
}
.content4-1{
	width:730px;
}
.content4-5{
	width:130px;
}
.content4-1{
}
.content5{
	width:180px;
}
/*FOOTER*/
#footer{
	width:100%;
	background:url('../img/bg_top_footer.png') repeat-x;
	padding:70px 0 20px 0;
}
#footerContent h3{
	color:#444;
	font-weight:600;
	text-transform:uppercase;
	font-size:1.2em;
}
#footerContent h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-weight:600;
	font-style:italic;
}
#footerContent hr.triple{
	margin-bottom:0;
}
#footerContent ul li{
	list-style:disc;
	color:#c71c3c;
	margin:5px 0 5px 20px;
	font-size:0.9em;
}
#footerContent ul li a{
	color:#bebebe;
	text-decoration:none;
}
#footerContent ul li a:hover, #footerContent ul li a.on {
	color:#999;
	text-decoration:underline;
}
#footerContent .content4.logo{
	background:url('../img/footer_logo.png') center;
	background-repeat:no-repeat;
	height:80px;
}
#footerContent .content4-5.separation_right, #footerContent .content4-5.separation_left{
	margin:5px 0;
	padding:0 9px;
}
#footerContent .content4-5.separation_right{
	border-right:1px solid #FFF;
}
#footerContent .content4-5.separation_left{
	border-left:1px solid #bebebe;
}
#footerContent .content4-1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1em;
	color:#999;
	font-weight:100;
	line-height:1.3em;
	margin-top:15px;
}
#footer h4{
	font-size:0.9em;
}
#footer_footer{
	color:#999;
	font-size:0.9em;
}
#footer_footer a{
	color:#999;
	text-decoration:underline;
}
#footer_footer a:hover{
	color:#333;
}
#footer_footer{
	font-size:0.8em;
}
#footer_footer .content2.alignRight{
	margin-top:35px;
}
/*PRODUIT*/
#headerProduit{
	margin:25px auto;
}
#produit{
	position:relative;
	background-color:#fff !important;
	height:460px;
	width:100%;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
	margin:35px 0;
}
#produit .bullets, #references .bullets{
	position:absolute;
	top:100px;
	left:250px;
	background:url('../img/bulet.png');
	width:21px;
	height:23px;
	cursor:pointer;
	border-radius:20px;
	-moz-border-radius:20px;
	-webbkit-border-radius:20px;
}
#produit .bullets .info{
	position:relative;
	display:block;
	width:200px;
	background:#fff;
	border:1px solid #F1F1F1;
	margin:20px 0 0 -122px;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index:100;
}
#produit .bullets img{
	position:relative;
	display:none;
}
#produit .bullets:hover > .info, #produit .bullets:hover > img{
	display:block;
	border:1px solid #ccc;
	margin:23px 0 0 -50px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index:100;
	border:1px solid #CCC;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
	cursor:pointer;
	border-bottom:2px solid #c71c3c;
}
#produit .bullets:hover > img, #references .reference div{
	cursor:auto;
}
#references{
	height:1000px;
	background:url('../img/map.png') center no-repeat;
	margin:-30px 0 -45px 0;
}
#references .bullets.bulletBelgique{
	background:url('../img/bulet-belgium.png');
	left:200px;
	top:225px;
}
#references .bullets.bulletFrance{
	left:195px;
	top:275px;
}
#references .bullets.bulletItalie{
	left:280px;
	top:305px;
}
#references .bullets.bulletSuisse{
	left:240px;
	top:265px;
}
#references .bullets.bulletEgypte{
	left:440px;
	top:460px;
}
#references .bullets.bulletRussie{
	left:500px;
	top:130px;
}
#references .bullets.bulletEmirats{
	background:url('../img/bulet-emirats.png');
	left:680px;
	top:500px;
}
#references .bullets.bulletKoweit{
	left:605px;
	top:450px;
}
#references .bullets.bulletGabon{
	left:267px;
	top:740px;
}
#references .bullets.bulletCongo{
	left:295px;
	top:745px;
}
#references .bullets.bulletBahrain{
	left:635px;
	top:485px;
}
#references .bullets.bulletAlgerie{
	left:195px;
	top:405px;
}
#references .bullets.bulletMaroc{
	left:120px;
	top:410px;
}
#references .bullets.bulletInde{
	background:url('../img/bulet-india.png');
	left:900px;
	top:540px;
}
#references .bullets.bulletLux{
	left:221px;
	top:230px;
}
#references .bullets.bulletOman{
	left:700px;
	top:540px;
}
#references .bullets.bulletSudan{
	left:435px;
	top:520px;
}
#references .bullets.bulletArabie{
	left:580px;
	top:520px;
}
.reference.bullets > div{
	display:none;
}
.reference.bullets:hover > div{
	position:relative;
	display:block;
	margin-top:23px;
	margin-left:-50px;
	width:250px;
	background:url('../img/bg_top_footer.png') repeat-x bottom;
	background-color:#ededed;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:10px;
	border:1px solid #CCC;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
	z-index:99999;
	border-bottom:2px solid #c71c3c;
	color:#999;
}
.reference.bullets h3{
	font-weight:600;
}
.reference.bullets .entreprises{
	list-style:disc;
	font-weight:100;
	margin-left:15px;
}
.reference.bullets .entreprises li{
	float:none;
	font-weight:none;
	padding-bottom:0;
	font-size:0.85em;
	margin-bottom:5px;
	text-transform:uppercase;
}
/*GALERIE PHOTO*/
.galerie img,  img.cloisons-pleinesIMG{
	border:1px solid #dadada;
	margin:0 9px 18px 9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.galerie img:hover, img.cloisons-pleinesIMG{
	border:1px solid #ccc;
	cursor:pointer;
	opacity:0.7;
}
img.content4{
	height:172px;
}
img.cloisons-pleinesIMG{
	cursor:auto;
	opacity:1;
	margin-left:0;
	width: 100%;
	height: 157px;
}
.galerieContent h2{
	margin-top:20px;
}
/*CONTACT*/
#map {
	margin-bottom:35px;
	border-bottom:1px solid #dadada;
}
/*TELECHARGEMENT*/
ul.telechargement{
	list-style:url('../img/pdf.png');
	margin:10px 0 0 10px;
}
ul.telechargement li{
	margin-bottom:5px;
	line-height:1.3em;
}
/*ANGLES*/
.angles img{
	height:174px;
	width:218px;
	border:1px solid #dadada;
	margin:0 20px 20px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.angles img:hover{
	border:1px solid #ccc;
	cursor:pointer;
	opacity:0.7;
}
/*PORTES*/
.porteIMG{
	border:1px solid #dadada;
	margin:0 25px 10px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border-bottom:2px solid #c71c3c;
	width:80px;
	height:130px;
	float:left;
}
#topbanner{
	height:350px;
	width:100%;
	margin-bottom:25px;
	margin-top:-30px;
	background-position:center !important;
}

.cloisons-pleinesIMG-resume1, .cloisons-pleinesIMG-resume2{
	height:232px !important;
}
.cloisons-pleinesIMG-resume1{
	width:730px !important;
}
#portes a img.content5, #angles a img.content5{
	height:280px !important;
}