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

body{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: #000000;
	letter-spacing:0.1em;
	background-color:#f4f4f4;
	font-family: Times, "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
}

h5{
	text-align: right;
	font-family: Verdana,sans-serif;
}
.lpp_site{
	position: absolute;
	top: 50%;
	left:50%;
	width: 955px;
	height: 600px;
	margin-left:-477px;
	margin-top: -300px;
	background-color: #f4f4f4;
}
.header_lpp p{
	position: absolute;
	right: 0px;
	top : 37px;
	float: right;
	letter-spacing:0.3em;
	color: #777777;
	cursor: default;
}

.img_fond {
	position:relative;
}
.img_fond img {
	position:absolute;
	top:0px;
	left:0px;
}

.lpp_banniere{
	position: relative;
	width: 955px;
	height: 450px;
	margin: 10px 0px 10px 0px; 
	background-color: #ffffff;
	border: solid #f4f4f4 1px;	
}

.lpp_menu{
	position: relative;
	width: 955px;
	height: 25px;
	letter-spacing:0.3em;
	background-color:#f4f4f4;
	z-index:100;
}

.lpp_footer{
	position: absolute;
	bottom: 0px;
	color: #B5B5B5;
	height: 20px;
	width: 100%;
	font-size:10px;
	text-align: right;

}

p{
text-align: justify;
}

/* Relative page presentation */
.presentation_entreprise{
	position: absolute;
	top: 70px;
	right: 20px;
	padding: 10px;
	width: 500px;
	height: 310px;
	z-index:100;
	background-color:#FFFFFF;
	font-family: Verdana,sans-serif;
	font-size:10px;
	background-filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;-khtml-opacity:0.9;

}

/* Relative presse */
.presentation_presse{
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 0px 10px;
	width: 500px;
	height: 450px;
	z-index:100;
	background-color:#FFFFFF;
	font-family: Verdana,sans-serif;
	font-size:10px;
	background-filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;-khtml-opacity:0.9;

}

.presentation_presse a{
	border: 0px solid black;

	text-decoration: none;
}
a{  
      color: #777777; 
      text-decoration: none; 
	  font-weight: bold;
	  padding: 0px 15px 0px 15px;
      }
a:hover { 
      color: #2B2B2B; 
      text-decoration: none; 
      }

.presentation_presse img{
	border: 2px solid #f4f4f4;
	text-decoration: none;
	margin: 0px 8px 0px 8px;
}
	  
.presentation_presse a img{
	border: 0px solid black;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

/* Relative à la page contactez */

.form_contact_pp{
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 0px 10px;
	width: 500px;
	height: 450px;
	z-index:100;
	background-color:#FFFFFF;
	font-family: Verdana,sans-serif;
	font-size:10px;
	background-filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;-khtml-opacity:0.9;
}

.form_contact_pp p{
	text-align: left;
	margin-left: 15px;
}
h1{
 font-weight : normal;
 letter-spacing:0.2em;
 color: #4b4b4b;
 font-weight:bold;
 text-align: left;
 font-size : 13px;
 margin: 5px;
 padding: 15px 0px 5px 0px;
 border-bottom : solid #717171 1px;
}

h2{
 font-weight : bold;
 color: #ffffff;
 font-size : 15px;
 margin: 0px 15px 0px 15px;
 padding: 5px 0px 5px 0px;
 border-bottom : solid #ffffff 1px;
}

table{
margin: 5px 0px 0px 15px;
width: 350px;

}
table tr{
	height: 25px;
}

input{
	width:100%;
}

textarea{
	width: 100%;
}

select{
	width: 100%;
}

/* Presentation Gamme */
.presentation_gamme{
	position: absolute;
	top: 2px;
	right: -1px;
	padding: 0px 10px;
	width: 501px;
	overflow: hidden;
	height: 450px;
	z-index:100;
	background-color:#FFFFFF;
	font-family: Verdana,sans-serif;
	font-size:10px;
	background-filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	-khtml-opacity:0.9;
}

.bloc_telechargement_cat {
	position: absolute;
	bottom: 20px;
	right: 0px;
	padding: 5px 10px;
	width: 500px;
	overflow: hidden;
	height: 66px;
	z-index:100;
	background-color:#f4f4f4;
}

.bloc_telechargement_cat img{
	float: left;
	padding : 0px 20px 0px 50px;
	border : solid red 0px;

}

.bloc_telechargement_cat a{
	text-align: left;
	line-height:20px;

}
.bloc_telechargement_cat span{
	float: left;
	width: 330px;
	margin: 12px 0px 0px 0px;

}
/* Relative au menu */
.navigation {
      margin: 0; 
      padding: 0; 
      list-style: none; 
      background: none; 
      color: #fff;
      width: auto;
      } 
	  
   .navigation li{
  	  padding: 4px 10px;
   }
   .navigation a, .navigation span {  
      color: #777777; 
      text-decoration: none; 
	  padding: 0px 8px 0px 15px;
	  font-weight: normal;
      }
	  
	#la_marque_lien {
	border-left: 1px double #BFBFBF;
	margin-left: 10px;
	}
	
	.navigation a:hover { 
      color: #2B2B2B; 
      text-decoration: none;
      }
	  
   .toggleSubMenu , .toggle , .toggle_check{
	  float: left;
	  width : auto;
	  margin-right: 2px;
	  border-right: 1px double #BFBFBF;
	  text-align: left;
   }
   
   .toggle_check span{
	color: #2B2B2B; 
   }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
      } 
   .navigation .open a, .navigation .open span { 
      } 
   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      
      } 
   .navigation .subMenu {
      position: absolute;
      bottom : 0px;  
      font-size: 13px;
	  letter-spacing:0.2em;
      margin: 0px 0px 34px 0px; 
      padding: 0px;
	  text-align: left;
      } 
   .navigation ul.subMenu a { 
      padding: 0px;
	  text-align: left;
      }
	
	.navigation .subMenu li{
	padding: 5px;
	margin : 0px;
	list-style-type: none;
	width: 145px;
	color: #999999;
	z-index:99;
	background-color: #FFFFFF;
	background-filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;-khtml-opacity:0.8;
	}

/* Relative au Slid d'image */

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	display: inline;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}

.nivo-html-caption {
    display:none;
}

