.content {
	position: relative;
	margin: 0px auto;
	width:1000px;


}



.navigation{

	position:relative;
    margin-left: auto;
  margin-right: auto;
  width: 1000px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.2px;
   
     
}
.navigation .item{
    position:absolute;
    
}

         

.title p {
	text-align: justify;
}

.title h2 {
	color: #E17F00;
	font-size: 160%;
}

.menu-presta {

	position: relative;
	float: left;
	width:20%;
	top:13px;
	height: 400px;
	
}

#prestations {

	position: relative;
	float: left;
	left:0px;
	width:20%;
	top:40px;
	height: 350px;


}

#prestations a {
	cursor: pointer;
	text-decoration: none;
	color:#6DC6DE;
	}

#prestations ul {

 color:#6DC6DE;
     font-size:20px;
   list-style-type:none;
   font-weight:bold;
   padding: 0px;
     
}

#prestations li {
	margin: 20px 0px;

}

#prestations a:hover {
	cursor : pointer;
	color: #E17F00;
	
}

#texte {
	position: relative;
	float: left;
	width:75%;
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	
}


#presta-titre{

	position: relative;
	top: 0px;
	line-height: 2px;
	float: left;
	width:75%;
	left: 4.5%;
	
	text-align: justify;
	font-size: 14px;
}
	



.menu-presta ul {
	
    color:#6DC6DE;
     font-size:20px;
   list-style-type:none;
   font-weight:bold;
   padding: 0px;
     
}

.menu-presta li {
	margin: 20px 0px;

}

.menu-presta a {
	cursor : pointer;
}

.menu-presta a:active{
	color: #E17F00;
}



.menu-presta a:hover {
	cursor : pointer;
	color: #E17F00;
}

a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.accueil a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.societe a.icon{
    background:transparent url(../images/user.png) no-repeat 0px 0px;
}
.prestations a.icon{
    background:transparent url(../images/prestations.png) no-repeat 0px 0px;
}
.produits a.icon{
    background:transparent url(../images/produits.png) no-repeat 0px 0px;
}
.contact a.icon{
    background:transparent url(../images/contact.png) no-repeat 0px 0px;
}

.devis a.icon{
    background:transparent url(../images/devis.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:22px;
    height:22px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:200px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    color: #ff0;
    text-shadow:1px 0px 1px #555;
}
.item ul{
 
    position:absolute;
    top:30px;
    left:0px;
    display:none;
    width : 190px;
    	
}
.item li {
    list-style: square;
   padding-left: -5px;

    line-height: 19px;


}

.item ul li a{
    font-size:14px;
    text-decoration:none;
 
    color:#222;
    padding:3px;
      

    clear:both;

    text-shadow:1px 1px 1px #fff;
}

.item ul p{
    text-decoration:none;
    color:#000;
    padding:3px;
    float:left;
    clear:both;
    width:110px;
    text-shadow:1px 1px 1px #fff;
	font-size: 70%;
}

.item ul li a:hover{
    background-color:#ffffff;
    color:#6DC6DE;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
}

#tabContaier{
	position: relative;
	float: left;
	width:60%;
	left: 5%;
	top: -5px;
	padding:0px;
	width:494px;
	z-index: 200;

}

#tabContaier-normal{
	position: relative;
	float: left;
	width:60%;
	left: 5%;
	top: -5px;
	padding:0px;
	width:494px;
	z-index: 200;

}
	#tabContaier ul{
		overflow:hidden;
		border-right:1px solid #fff;
		height:25px;
		position:relative;
		left: -43px;
		
	}
	
	#tabContaier-normal ul{
		overflow:hidden;
		border-right:1px solid #fff;
		height:25px;
		position:relative;
		left: -43px;
		
	} 
	#tabContaier li{
		float:left;
		position: relative;
		list-style:none;
		text-align: justify;
		
	}
	
	#tabContaier-normal li{
		position: relative;
		list-style:none;
		text-align: justify;
		
	}
	#tabContaier li a{
		background:#6DC6DE;
		border:1px solid #fcfcfc;
		border-right:0;
		font-weight:bold;
		color:#000;
		cursor:pointer;
		display:block;
		width: 90px;
		height:25px;
		line-height:25px;
		padding:0px 30px;
		text-decoration:none;
		
		
	}
	#tabContaier li a:hover{
		background:#ff0;
	}
	#tabContaier li a.active{
		background:#E17F00;
		border:1px solid #fff;
		border-right:0;
		color:#fff;
	}
	.tabDetails{
		margin:10px 0 0;
	}
	
	.tabDetails-normal{
		margin:10px 0 0;
	}
	
	
	#tab1 ul {
		position: relative;
		 margin-top:-10px;
		height: 200px;
		float:left;
		left: 1px;
padding-left:17px;

	}
		#tab1-normal ul {
		position: relative;
		 margin-top:-10px;
		height: 400px;

		left: 1px;
padding-left:17px;

	}
	
	#tab1-normal li {

	list-style-type: square;
	margin-bottom: 8px;
	}
	
	#tab1 li {

	list-style-type: square;
	margin-bottom: 8px;
	}
	
	#tab3 ul {
		position: relative;
		height: 400px;
		float:left;
		left: 1px;
		
padding-left:17px;

	}
	
	#tab3 li {

	list-style-type: square;
	margin-bottom: 8px;
	}
	
	
	.tabContents h1{
		font:normal 24px/1.1em Georgia, "Times New Roman", Times, serif;
		padding:0 0 10px;
	}
	.tabContents p{
		padding:0 0 10px;
		text-align: justify;

	}

