body {
	background-image: url(images/fond.jpg);
	background-repeat:repeat-x;
	background-color:#7b7b7b;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:906px;
	/*border-left:solid 10px #198319;
	border-right:solid 10px #198319;*/
	margin:auto;
}

.bouton{
	padding:10px 5px 10px 5px;
	text-decoration:none;
	color:#ffffff;
	-moz-box-shadow: 0px 0px 10px #343434;
	-webkit-box-shadow: 0px 0px 10px #343434;
	-o-box-shadow: 0px 0px 10px #343434;
	box-shadow: 0px 0px 10px #343434;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="008139", endColorstr="1B921A"); /* Pour IE seulement et mode gradient à linear */
	background: -webkit-gradient(linear, left top, left bottom, from(#008139), to(#1B921A));
	background: -moz-linear-gradient(top center, #008139, #1B921A);
}

.bouton-plan{
	padding:10px 5px 10px 28px;
	text-decoration:none;
	color:#ffffff;
	-moz-box-shadow: 0px 0px 10px #343434;
	-webkit-box-shadow: 0px 0px 10px #343434;
	-o-box-shadow: 0px 0px 10px #343434;
	box-shadow: 0px 0px 10px #343434;
	background-color:#179216;
	background-image:url('images/plan-icone.png');
	background-position:center left;
	background-repeat:no-repeat;
}

.bouton:hover, .bouton-plan:hover{
	color:#CCCCCC;
}

h1 {
	color: #179216;
	font-size:18px;
	margin:5px;
	margin-left:0px;
	font-weight:normal;
}

h1 a{
	color: #179216;
	text-decoration:none;
}

h1 a:hover{
	text-decoration:none;
	color: #179216;
}
	
h2{
	font-size:12px;
	width:100%;
	border-bottom:1px dotted #818181;
	padding-bottom:6px;
	color:#179216;
	font-weight:normal;
}

.float {
	float:left;
	}
	
.clear {
	clear:both;
	}
	
.contain {
	width:886px;
	border:solid 10px #EEEEEE;
	border-bottom:0px;
	}

.gras {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.techni {
	color: #179216;
	font-weight: bold;
}

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

a:hover {
	text-decoration: underline;
	color: #149811;
}


#interne {
	background-color:#FFFFFF;
	width:846px;
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(images/interfacefinale_10.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	

.deco {
	border-bottom:solid 1px;
	text-align:justify;
	padding-left:15px;
	padding-bottom:30px;
	float:left;
	width:625px;
	}
	
.decolarge {
	border-bottom:solid 1px;
	text-align:justify;
	padding-left:15px;
	padding-bottom:30px;
	float:left;
	width:800px;
	}
	
.decoproduits {
	text-align:justify;
	padding-left:15px;
	padding-bottom:30px;
	float:left;
	width:410px;
	}
	
.decoproduits a {
	text-decoration: underline;
	color: #149811;
}

.decoproduits a:hover {
	color: #000000;
	text-decoration: none;
}
	
.sousmenu {
	padding-bottom:30px;
	padding-top:3px;
	padding-right:10px;
	float:left;
	width:200px;
	}
	
.sousmenu a{
	display:block;
	text-align:right;
	font-size:11px;
	padding-right:3px;
	border-right:solid 1px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	color:#5F615E;
	}

.sousmenu a:hover{
	text-decoration:none;
	color:#179216;
	}

	
/* Menu general////////////////////////////////////////////////// */
#menu {
	height:18px;
	width:804px;
	padding-left:82px;
	background-image:url(images/menugauche.jpg);
	}
	
#menu a {
	display:block;
	float:left;
	height:18px;
	}

.presentation {
	background-image:url(images/presentation.jpg);
	width:99px;
	}
	
.presentation:hover {
	background-image:url(images/presentation-over.jpg);
	}
	
.savoir {
	background-image:url(images/savoir_faire.jpg);
	width:121px;
	}
	
.savoir:hover {
	background-image:url(images/savoir_faire-over.jpg);
	}
	
.groupe {
	background-image:url(images/groupe_polifibra.jpg);
	width:121px;
	}
	
.groupe:hover {
	background-image:url(images/groupe_polifibra-over.jpg);
	}
	
.produits {
	background-image:url(images/produits.jpg);
	width:131px;
	}
	
.produits:hover {
	background-image:url(images/produits-over.jpg);
	}
	
.decoupe {
	background-image:url(images/decoupe_complexage.jpg);
	width:111px;
	}
	
.decoupe:hover {
	background-image:url(images/decoupe_complexage-over.jpg);
	}

.actus {
	background-image:url(images/actus.jpg);
	width:130px;
}

.actus:hover {
	background-image:url(images/actus-over.jpg);
}
	
.contacts {
	background-image:url(images/contact.jpg);
	width:130px;
	}
	
.contacts:hover {
	background-image:url(images/contact-over.jpg);
	}
	
	
/* Footer----------------------------------------- */
#footer {
	text-align:center;
	font-size:10px;
	background-image:url(images/bas_technifilm.jpg);
	height:25px;
	width:886px;
	padding-top:2px;
	}

#footer2 {
	text-align:center;
	font-size:10px;
	width:886px;
	background-color:#EEEEEE;
	padding-bottom:4px;
	}


/* Formulaire----------------------------------------- */	

input { 
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: solid 1px #179216;
	}


textarea { 
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: solid 1px #179216;
	width:90%;
	}
	
.send {
	text-align:center;
	font-weight:bold;
	width:480px;
	background-color:#179216;
	color:#FFFFFF;
	}
	
.mini {
	font-size:8px;
	text-align:justify;
	width:90%;
	}
	
.drapo{
	height:20px; 
	width:13px; 
	z-index:100; 
	position:absolute; 
	margin-left:853px; 
	margin-top:137px;
	}
	
.drapo img{
	border:none;
}
/************ AFFICHAGE DES LIENS PDF POUR LA PAGE "FACES AVANT"  ************/
.accordioncontent a{
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/sstitre/pdf.jpg);
	height:14px;
	padding-top:2px;
	padding-left:20px;
	color:#000000;
	font-size:10px;
	text-transform:none;
}

.nopdf a{	
	background:none!important;
	color:#159413;
	padding-left:0!important;
}

#content h3{
	font-size:11px;
} 

/*ACTUS*/
.liresuite{
	float:right;
	color:#159413;
}

.illusleft{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.date{
	font-style:italic;
	color:grey;
}

.lienretour{
	background-color: #159413;
	float:right;
	margin-top:30px;
	margin-right:50px;
	color:#fff;
	padding:5px 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.lienretour:hover{
	text-decoration:none;
	color:#fff;
}

/*Pagination ///////////////////////////////////////*/
.lienpage{
	display:block;
	float:left;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	color:#3A6ADC;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
	text-decoration:none!important;
}

.lienpage:hover{
	background-color:#01366A;
	color:white;
	text-decoration:none!important;
}
 
.lienpageselected{
	display:block;
	float:left;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	background-color:#179216;
	color:#FFFFFF !important;
	font-weight:bold;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none!important;
}

.lienpageinactif{
	display:block;
	float:left;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	color:#8F8F8F !important;
	text-decoration:none;
	cursor:default;
	text-decoration:none!important;
} 
	/*Fin pagination ///////////////////////////////////////*/

