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

.bouton a#home{
	background-image:url(../images/btn_home_over.png);
	}


h1, h3{
	font-weight:bold;
	padding:0px 0px 5px 0px; 
	margin:0px;
}
h1{font-size:1.5em;}
h3{font-size:1.2em;}

/* SLIDES */
#main-pics div {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align:center;
}
#main-pics {
	height: 280px;

}

/* our OEM */
#our-oem p {
	position: absolute;
	width: 205px;
	text-align: center;
}
#our-oem {
	height: 116px;
	width: 205px;

}


/* LIGNE 1 */
.main_part1{
	width:736px;
	height:auto;
	padding:0px;
	clear: both;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
}
.main_part1-ctnt{
	width:225px; 
	height:auto; 
	padding:0px; 
	margin:0px ;
	float:left;
	background-color:#FFF;
}
.main_separ{
	width:30px; 
	height:auto; 
	padding:0px; 
	margin:0px ;
	float:left;
}

.main_part1-separ-vide{
	width:30px; 
	height:150px; 
	padding:0px; 
	margin:0px ;
	
}
.main_part1-separ{
	width:30px; 
	height:150px; 
	padding:0px; 
	margin:0px ;
	background-image:url(../images/main_part1-separ.gif);
	background-repeat:repeat-y;
}
.main_part1-txt{
	width:205px;
	height:auto;
	padding:10px;
	margin:0px;
	float:left;
	text-align:justify;
}

/* LIGNE MILIEU */
/* LIGNE MILIEU */
.home_middle{
	width:800px;
	height:18px;
	padding:8px 0px;
	margin:0px;
	background-image:url(../images/home-middle.gif);
	background-repeat:repeat-x;
	color:#000000;
	text-align:center;
	font-size:1.5em;
	float:left
}
#navigButtons {
	position: relative;
	top: -50px;
	height: 1px;
	margin-left: 700px;
}
#navigButtons div {
	height: 19px;
	width: 19px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor:pointer;
}
#navigButtons #n1 {
	background:url(../images/slide-count-1-a.png);
}
#navigButtons #n2 {
	background:url(../images/slide-count-2-a.png);
}
#navigButtons #n3 {
	background:url(../images/slide-count-3-a.png);
}
#navigButtons #n4 {
	background:url(../images/slide-count-4-a.png);
}
#navigButtons #n5 {
	background:url(../images/slide-count-5-a.png);
}

#navigButtons #n1.current, #navigButtons #n1:hover {
	background-image: url(../images/slide-count-1-b.png);
}
#navigButtons #n2.current, #navigButtons #n2:hover {
	background:url(../images/slide-count-2-b.png);
}
#navigButtons #n3.current, #navigButtons #n3:hover {
	background:url(../images/slide-count-3-b.png);
}
#navigButtons #n4.current, #navigButtons #n4:hover {
	background:url(../images/slide-count-4-b.png);
}
#navigButtons #n5.current, #navigButtons #n5:hover {
	background:url(../images/slide-count-5-b.png);
}


#socialNetworkTitle {
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	margin-right: 0px;
	padding-right: 0px;
}
