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

body{
	margin:0;
	background:url(../images/background.jpg) top center no-repeat;
	}
/* En tete */
#en_tete{
	width:960px;
	height:150px;
	margin:auto;
	}
#flags{
	float:right;
	height:25px;
	margin-top:93px;
	color:#a9a9a9;
	padding:5px 15px 0px 15px;
	}
#flags img{
	cursor:pointer;
	}
#music{
	float:right;
	height:30px;
	background:#1f1a17;
	color:#a9a9a9;
	font-family:'Georgia' serif;
	font:bold;
	}
/* End En-tete */
#footer{
	width:960px;
	height:70px;
	margin:auto;
	text-align:center;
	padding-top:40px;
	text-decoration:none;
	}
#footer span{
	color:#a9a9a9;
	}
#footer span a{
	color:#a9a9a9;
	text-decoration:none;
	border:none;
	}
.page{
	width:960px;
	height:600px;
	margin:auto;
	background:#1f1a17;
	}
/* Div left */
.div_left{
	width:200px;
	height:602px;
	background:#a9a9a9;
	margin-top:-1px;
	float:left;
	z-index:100;
	}
.logo{
	float:left;
	width:300px;
	height:120px;
	z-index:70;
	}
.menu{
	float:left;
	margin-top:60px;
	margin-left:0px;
	height:120px;
	margin-bottom:60px;
	}

	
	#ver {
			list-style:none;
			padding:0;
			margin:0;	
		}
		
			#ver li {
				padding:2px;	
			}
		
			#ver li a {
				display:block;
				height:24px;
				text-indent:-999em;
				border:0;
				outline:0;
				text-decoration:none;
				cursor:pointer;
			}			
			
			#ver a.home {
				width:100px; 
				background:url(../images/accueil.png) no-repeat 0 0;	border:0;
			}
			#ver a.product {
				width:150px; 
				background:url(../images/produit.png) no-repeat 0 0;	border:0;
			}
			#ver a.mproduction {
				width:150px; 
				background:url(../images/production.png) no-repeat 0 0;	border:0;
			}
			#ver a.certificat {
				width:130px; 
				background:url(../images/certificat.png) no-repeat 0 0;	border:0;
			}
				#ver a.contact {
				width:100px; 
				background:url(../images/contact.png) no-repeat 0 0;
				border:none;	
			}
.clear {
			clear:both;	
		}	

.slide_left{
	margin-top:50px;
	width:160px;
	height:160px;
	float:left;
	margin-left:120px;
	background:url(../images/slide2.png) no-repeat;
	z-index:60;
	}
	
#slideshow {
    position:relative;
    height:280px;
	width:380px;
	margin-top:10px;
	margin-left:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Div right */

.div_right{
	float:left;
	width:760px;
	height:602px;
	z-index:-1;
	}