@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}

html,
body {
	margin:0;
	padding:0;
	height:100%; 
	font-family: Geneva, Verdana, sans-serif;
	}
	
body {
	background-color: #CCC;
	-moz-hyphens: auto;
 	hyphens: auto;
	}	
	
	
html>body #wrap {
	min-height:100%;
	} 

#wrap {
	width:100%;
	z-index:10;
	position:absolute;
	overflow:hidden;
	left: -16px;
	}
	
#slogan {
	color: #87888A;
    font-family: 'FrutigerRegular';
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 7px;
    text-align: end;
    text-transform: uppercase;
    top: 65px;
	}	
	
	
#slogan_anime {
	color: #fff;
    font-family: 'FrutigerRegular';
    font-size: 15px;
    line-height: 25px;
	text-align:end;
    position: absolute;
	z-index:999;
    right: 10px;
    text-transform: uppercase;
    top: 80px;
	
	}	
	
.fade-in.one{
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;

	}
	
.fade-in.two{
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;

	}
	
.fade-in.three{
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;

	}
	
.fade-in.four{
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	animation-delay: 2.2s;

	}

#slogan_mask{
	width:110px;
	height:85px;
	background-color:#fff;
	position:absolute;
	right:7px;
	top:65px;
	z-index:9999;
	}
	
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-duration:1.5s;
}

html>body #content_wrap {
	height:100%;
	}

#content_right , #content_left {
    margin-bottom: -32707px !important;
    padding-bottom: 32797px !important;
}
	
html>body #content_right {
	width: 88%;
	padding-bottom: 30px;
	background-image: url(../images/right_metallotests.png);
	background-repeat: repeat-y;
	position:relative;
	float: left;
	min-height:100%;
	
} /* 50px = height of #footer */


html>body #content_left {
	width: 12%;
	padding-bottom: 50px;
	background-image: url(../images/left_metallotests.png);
	background-repeat: repeat;
	position:relative;
	float: left;
	min-height:100%;
	background-attachment: fixed;
} /* 50px = height of #footer */

#header { 
	width: 575px;
	height: 213px;
	margin-left: 40px;
	position:relative;
	}
	
#txt_content {
	padding-top: 60px;
	width: 455px;
	margin-left: 100px;
	position:relative;
	font-family: 'FrutigerRegular';
	font-size:13px;
	line-height: 17px;
	color: #444545;
	text-align: justify;
	hyphens: auto;
	}
hr {
	border: 1px solid #E3E3E2;
	}	

	
td.line {
	border-top: #cccccc thin solid;
	padding-top: 10px;
	}

p.puce {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 25px;
	}
	
p.puce2 {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size:12px;
	padding: 5px 0px 5px -7px;
	margin: -9px 0px 0px 25px;
	}

p {
	padding: 7px 0px;
	padding-left: 25px;
	}	
	
	html body div#wrap div#content_wrap div#content_right div#txt_content.hyphenate div#acc_content div#acc_container div#acc_main div#acc2.accordion div.new div.outer div.inner table.trenteans tbody tr td p{
		width: auto;
		font-size: 13px;
		  line-height: 17px;
		margin: 0px;
		text-align: justify;
		}
	
a.inscription {
		font-family: 'FrutigerBold'!important;
		}
		
form.inscription {
	padding-left:25px;
	}		
	
#acc_content a.trigger.trente {
	border: none;
	color: #000;
	}
	
#acc_content a.trigger.trente:hover {
	color: #BB0017;
	}	
	
	table.trenteans p {
	padding: 10px 0px 7px 0px;
	}	
	
#acc_content.trente{
		padding-top: 0px;
		}
		
	table.trenteans p.trenteans {
	padding: 10px 10px 10px 0px;
	}	
	
h1 {
	font-size: 16px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
		font-family: 'FrutigerRegular';
		font-weight: lighter;
	
	}

h1 a {
	text-decoration: none;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #BB0017;
	}

#lang {
	position: absolute;
	right: 7px;
	top: 15px;
	font-family: 'FrutigerRegular';
	font-size:11px;
	}
	
#lang a {
	text-decoration: none;
	color: #333;
	}
	
#lang a:hover {
	text-decoration: underline;
	color: #000;
	}

#recherche {
	position: absolute;
	overflow: hidden;
	right: -228px;
    top: 10px;
    width: 220px;
	}
	
.slides_control img{
	height:189px;
}

/*prochaine avec menu molecult : 213px*/
/*sans menu molecult : 189px*/


#footer {
	width:615px;
	height:20px;
	margin-left: 12%;
	font-family: 'FrutigerRegular';
	font-size:11px;
	color: #333;
	}
	
#footer p {
	margin-left: 55px;
	padding-left: 0px;
	}	
	

#footer a {
	text-decoration: none;
	color: #333;
	}
	
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
	background-color: #CCC;
	}
	
img{
	border:none;
	}

.sqs {
	position:absolute;
	left:0px;
	bottom: 0px;
	}
	
/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img{
	display:inline;
	}
		
		
		
/*MENU*/		
#conteneur{
	height:188px;
	width:492px;
	font-family: 'FrutigerRegular';
	text-transform: uppercase;
	font-size:11px;
	position:absolute;
	top: 233px;
	 left: 343px;
	z-index: 1000;
}

#conteneurHeader {
	float:left;
	width:272px;
	height:188px;
	color:#999;
	z-index: 10;
}
#conteneurMenu {
	float:left;
	width:220px;
	height:188px;
	background-color:#87888a;
	color:#FFF;
	z-index: 100;
}
.menu:hover {
	cursor:pointer;
	background-color:#eceded;
}

.brillant {
	background-color:#d8dada;
	}
	
.menu.brillant a {
	color:#444445;
	}

.menu {
	border-bottom-color:#b1b3b4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height:20px;
	line-height:21px;
}


.actif{
	background-color:#adaeb0;
}

#btmenu9 {
	border: none;
	background-color:#BB0017;
	}
	
#btmenuoffre.menu a {
	color:#BB0017;
	}
	
#btmenu9.menu.brillant {
	border: none;
	background-color:#b1b3b4;
	}
	
#btmenu9.menu.brillant a {
	color: #FFF;
	}
	
#btmenu9.menu.brillant a:hover {
	color: #87888a;
	}	
	
#btmenu9.menu:hover {
	border: none;
	background-color:#eceded;
	color: #87888a;
	}

.texteMenu:hover {
	color:#87888a;
}

.headers {
	background-image:url(../images/fondmenu.png);
	display:none;
}
#header3 {
	position:relative;
	top:0px;
	left:272px;
	width:0px;
	height:inherit;
}
#header4 {
	position:relative;
	top:0px;
	left:272px;
	width:0px;
	height:inherit;
}
#header5 {
	position:relative;
	top:0px;
	left:272px;
	width:0px;
	height:inherit;
}
.sousMenu {
	border-bottom-color:#b1b3b4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height:20px;
	line-height:21px;
}
.sousMenu:hover {
	color:#000000;
}


.menu a:hover {
	text-decoration:none;
	color:#444445;
	height:22px;
	width:210px;
	display:block;
}
.menu a {
	text-decoration:none;
	color:#FFF;
	height:22px;
	width:210px;
	display:block;
	padding-left:10px;
	padding-top:2px;
}


.sousMenu a {
	text-decoration:none;
	color:#444545;
	height:20px;
	width: 262px;
	display:block;
	cursor:pointer;
	padding-left:10px;
}
.sousMenu a:hover {
	text-decoration:none;
	color:#000000;
	height:20px;
	width:262px;
	display:block;
	background-color:#d8dada;
}

.min {
	text-transform: lowercase;
	}
	
.maj {
	text-transform: uppercase;
	font-weight: bold;
	}

/*small MENU*/
#small_menu {
	position: absolute;
	top: 470px;
	left: 615px;
	font-family: 'FrutigerRegular';
	font-size:12px;
	}	
	
#small_menu a {
	padding-left: 10px;
	color: #444;
	text-decoration:none;
	width: 210px;
	display:block;
	height: 17px;
	margin-bottom: 3px;
	}
	
#small_menu a:hover {
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 210px;
	height: 16px;
	margin-bottom: 3px;
	
	}
	
#small_menu li, #menu_logo li{
	list-style-type: none;
	}
	
#small_menu a.ligne_brillant{
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	width: 210px;
	height: 16px;
	margin-bottom: 3px;
	
	}
	

/*logo MENU*/
#menu_logo {
	position: absolute;
	top: 146px;
	left: 82px;
	font-family: 'FrutigerRegular';
	font-size:10px;
	text-transform: uppercase;
	line-height: 18px;
	color: #707173;
	}	
	
#menu_logo a {
	color: #707173;
	text-decoration: none;
	}	
	
#menu_logo a:hover {
	color: #000000;
	}	
	
/* photo */	


#preview{
	position:absolute;
	display:none;
	color:#fff;
	}
	
p#preview{
	margin: 0px;
	padding: 0px;
	z-index: 100;
	}


.recherche_gloss {
	position: absolute;
	right: 0px;
	top: 35px;
	}
	
ul.contact {
	 text-align: left;
	}
	
label {
	width: 180px;
	display: block;
	float: left;
	}
	
input, textarea {
	 margin: 3px 0px;
	}
	

li.form_sans label {
	float: none;
	display:inline;
	} 
	
ul.contact li.form_sans {
    margin-left: 205px;
}
ul.contact li {
	list-style-type: none;
	line-height: 20px;
	margin-left: 25px;
	}
	
li.plan{
	margin-top:12px;
	list-style-type: none;
	};
	
.message {background:#eee; color:#000;display:none;width:360px;padding:15px; margin: 15px 25px; font-size:11px;}

.message li {
	list-style-position: inside;	
	}

.submitbutton {
	height: 20px;
	margin-left: 190px;
    margin-top: 20px;
    width: 70px;
	border-radius: 3px;
	}
	
.submitbutton2 {
	height: 20px;
	margin-left: 340px;
    margin-top: 0px;
    width: 90px;
	border-radius: 3px;
	}
	
	
.submitbutton:hover, .submitbutton2:hover{
	cursor: pointer;	
	}
	


h2.new_e {
	background-image: url(../images/new_e.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	padding-right: 34px;
	margin-right: -34px;
	}
	
#acc_content .new_e a {
	color: #bb0017;
	}
	
	
#form_offre, #form_commande, #form_contact, #facturation {
	display:none;
}


form.form_contact {
	margin-left: 25px;
	}
	
	
input, textarea {
	  border: 1px solid #666;
	}
	

.txtform {
	width: 190px;
	display: block;
	float: left;
	}
	
.inscription .txtform {
	width: auto;
	}	

.left_form {
	margin-left: 190px;
	}

.small {
	font-size: 10px;
	 line-height: 10px;
	}
	
.red {
	color: #bb0017;
	}
	
.list_type {
	float: none;
	display:inline;
	}

#message_envoye {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;	
	margin-left: 25px;
	padding: 10px 0px;
	}
	

.print {
	display: none;
	
	}
	
	
#signature {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	}
	
.accnews {
	background-color: #EDEDED;
	color: #BB0017;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 435px;
	    height: 65px;
	}	
	
.news {
    left: 0;
	}	
	
.accnews:hover {
	background-color: #CCCCCC;
	cursor: pointer;
	
	}		
	
.news2 {
    margin-left:177px;
	}	
	
.news3 {
    margin-left:355px;
	}	