body {
	color: black;
	font-family: "Optima Regular", Candara, "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	margin: 0;
	background-color: #4C4C4C;
}
.bodyoyo {
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	background: #4C4C4C url(/img/site_01.jpg) no-repeat center top;
}

.head {
	font-size: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4C4C4C;
}
link {
	color: #969696;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #969696;
}
a:link2 {
	color: teal;
	text-decoration: none;
}
a:visited {
	color: #c7b576;
	text-decoration: none;
}
a:hover, a:focus{
	color: #ffe799;	text-decoration:none;
	}

/* debut script html ds div */
#one2
   {
    width: 100%;
    z-index: 0;
	background-color: #4C4C4C;
	position: relative;
	height: 95%;
	margin: 0;
	border: none;
}
#onew
   {
    width: 100%;
    z-index: 0;
	background-color: #4C4C4C;
	position: relative;
	margin: 0;
	border: none;
}
#foo
	{
	background-color: #4C4C4C;
}
foo
	{
	background-color: #4C4C4C;
}
.foo
	{
	background-color: #4C4C4C;
}

#bas
   {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #4C4C4C url(img/site_04.jpg) no-repeat 0 bottom;
	height: 30px;
	line-height:18px;
	display: block;
}
/*couleur fond text left flap firefox*/

object
   {
	width: 100%;
	background-color: #3A3A3A;
	height: 100%;
	border: none;
	
}
/*couleur fond text left flap firefox*/

/* fin script html ds div */

   /* (yoyo dit important pour fond des swf) pour que ie ne mette pas les une scrollbar et les bordure */
   

   html { overflow: hidden;
   z-index: 2;
   	border: none;
   	background-color: #4C4C4C;
}


	
/* ---------mb extruder--------------------------*/	

.extruder{
  position:fixed;
  cursor:default;
  background-color: #3A3A3A;
}


.extruder .content{
  display:none;
  background: #3A3A3A repeat-y left;
}

.extruder.open .content{
	/* ---------------------------*/	

}

.extruder.top .flap{
  color: #969696;
  font: 12px/12px Arial, Helvetica, Geneva, sans-serif;
  text-align:center;
  display:block;
  padding:5px 5px 5px 5px;
  height:30px;
  cursor:pointer;
  background: url(../elements/extruder_flap.png) no-repeat center top;
}

.extruder.left{
  /*position:absolute;*/
  height:100%;
	color: #3A3A3A;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background-color: aqua;
	text-align: left;
}
 /*couleur fond text left flap safari*/
.extruder.left.a .flap .flapLabel{
    background: #3A3A3A;
}
/*couleur fond text left flap safari*/

.extruder.left .content{
  display:block;
  border-right:1px solid #e4eddc;
  border-color: #4C4C4C;
}


.extruder.left .ext_wrapper{
  height:100%;
	background-color: #3A3A3A;
}

.extruder.left .footer{
  display:none;
}

.extruder.left .flap{
  font-size:11px;
  color: #969696;
  top:0;
  padding:10px 0px 10px 10px;
  width:30px;
  /*height:150px;*/
  position:absolute;
  /*overflow:hidden;*/
  right:-2px;
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
	background-color: #3A3A3A;
}


/*Extruder Content*/

  .extruder .voice{
    font:11px/11px Arial, Helvetica, sans-serif;
    color: #969696;
    padding:5px;
    padding-left:10px;
    height:27px;
    /*couleur trait*/
    border-bottom:1px solid #686868;
    /*couleur trait*/
    background: #3A3A3A url(../elements/extruder_blank.png) no-repeat left;
  }
 .extruder .voice.disabled{
   cursor:default;
  }
.extruder .text{
    background: #3A3A3A;
    font: 11px/11px "Optima Regular", Candara, "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
    color: #d1cab4;
    padding:10px;
    /*couleur trait*/
    border-bottom:1px solid #686868;
	text-align: left;
}

  .extruder .voice.hover{
    background:url("../elements/extruder_voiceHover.png") no-repeat top;
  }

  .extruder .voice.sel{
    background:url("../elements/extruder_voiceHover.png") no-repeat top;
  }

  .extruder .voice img{
    float:left;
    margin-right:15px;
  }

  .extruder .voice a.label{
    display:block;
    height:30px;
    color: gray;
    padding-top:0px;
    text-decoration:none;
  }

  .extruder .voice span.label{
    display:block;
    height:30px;
    color: #d0cfcf;
    padding-top:0px;
    text-decoration:none;
  }

  .extruder .voice{
    position:relative;
  }

  .extruder .settingsBtn{
    display:block;
    position:absolute;
    width:36px;
    height:36px;
    background: url("../elements/settingsBtn.png") no-repeat bottom;
    cursor:pointer;
    right:-3px;
    top:-4px;
    /*z-index:1000;*/
  }

  .extruder .optionsPanel{
    /*background: url("../elements/optionsPanel.png") no-repeat bottom;*/
    background: url("../elements/fuzz.gif");
    display:none;
    border-bottom:1px solid #E8E8E8;
  }

  .extruder .voice.sel{
    background: url("../elements/extruder_voiceHover.png") no-repeat top;
  }


  /*Extruder Panel*/

  .optionsPanel .panelVoice a{
    text-decoration:none;
    display:block;
    color: gray;
    padding:8px;
    padding-left:20px;
    font-size:11px;
    text-shadow:#333 1px 1px 1px;
    border-bottom:1px solid #444;
    cursor:pointer;
  }
  .optionsPanel .panelVoice a:hover{
    color:#fff;
    /*background: #666666;*/
    background: url("../elements/red_op_50.png");
  }

:focus {
	outline: 0;
}



/* ----end mb extruder---------*/



/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/* Reset 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


#contactable {
	background-image: url(img/contact.png);
	color:#FFFFFF;
	background-color: #989b8e;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:40px;
	*margin-top:300px;
	width:44px;
	z-index:100000;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-box-shadow:#666 2px 0px 3px;
  	-webkit-box-shadow:#666 2px 0px 3px;
}

#contactForm {
	background-color: #989b8e;
	
	color:#FFFFFF;
	height:450px;
	left:0;
	margin-left:-400px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:180px;
	width:360px;
	*width:394px;
	z-index:99;
}

form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}

form#contactForm .submit {
	background: #701d07 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border: 3px solid #701d07;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:0.9em;
}

#contactForm .red {
	color: #701d07;
}

#overlay {
	background-color: #989b8e;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}

#name.error { background-color: #EDBE9C; }
#email.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }

#contactform #loading {
	background: url(css/images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


.holder {
	margin:0 auto;
	padding-top:20px;	
}	
/* 
------------------------------------------------------------------------------------------------------contact--------------*/

/* 
------------------------------------------------------------------------------------------------------top slide box
body {
	margin: 0;
	padding: 5px 0 0;
}

.slide-panel {
	z-index: 25;
	width: 10px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #343434;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 15px;
	padding-top: 5px;
	text-align: center;
	background-color: #343434;
}

.slide-button:hover {
	color: #9f9d8e;
}
/* 
------------------------------------------------------------------------------------------------------top slide box--------------*/

/* ----kwicks---------*/


 .kwicks {  
     list-style: none;  
     position: relative;  
     padding: 0;
/*	 some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
   	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	/* ----kwicks
	-moz-box-shadow:#666 2px 3px 3px;
  	-webkit-box-shadow:#888b7f 2px 3px 3px;
  	---------*/
	background-color: #4C4C4C;
}  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../img/kwicks_sprite.jpg);
	background-repeat:no-repeat;
	
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;

}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}
#kwick5 { 
	background-position:-800px 0px;
	-moz-border-radius:0 0 10px 0;
  -webkit-border-bottom-right-radius:10px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}
/*
#kwick1 a{
	background-image:url(end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-box-shadow:#666 2px 0px 3px;
  -webkit-box-shadow:#666 2px 0px 3px;

#kwick1 a:hover{
	background-position: left -80px;
}
/*
#kwick4 a{
	background-image:url(end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
*/
#kwick5 a:hover{
	background-position: right -120px;
}

/* ----kwicks---------*/

