* {
	margin: 0;
	padding: 0;
	border: 0;
}
.zz {
padding: 2px 10px 0 20px;

}

#menuHBG {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 990px;
	height: 29px;
	z-index: 10;
	background: url(images/menuH_bg.jpg);
}
body {
	text-align: center;
	font-family: arial, Verdana, sans-serif;
	color: #1e2d3b;
	
	font-size: 11px;
	line-height: 1em;

}

#global {
     position: relative; /* on positionne le conteneur */
     margin: 0 auto;
     width: 990px;
     text-align: left;
}

#ligne {
	position : relative;
	top:29px;
	width:990px;
	height:8px;
	background: url(images/ligne.jpg) repeat-x;
}

#content {
	position:absolute;
	z-index:1;
	top:122px;
	left:0px;
	margin-left: 15px;
	margin-right: 15px;
	width:960px;
	text-align: left;
	background-color:#06C;
}


#menuG {
	position:absolute;
	left:0px;
	width: 160px;
	background-color:#06C;
	padding-bottom:5px;
}

#submenuG {
	border-style: solid; border-color:#CCC; border-top-width:1px;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;
	min-height:375px;
	background: url(images/menuG_bg.jpg) no-repeat;
}

#search,#rubriques,#panier { 
	border-style: solid; border-color:#76BBFF; border-top-width:2px;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;
	padding: 2px 5px 10px 5px;
	margin: 0px 6px 0 7px;
	font-size:12px;
	color:#000;
}



#rubriques { background: #FFF url(images/menuG_footer_rubriques.jpg) bottom right no-repeat; } 
#search,#panier { background: #FFF url(images/menuG_footer_search.jpg) bottom right no-repeat; }

ul.rubriques, #rubriques ul, ul.search, #search ul, ul.panier, #panier ul, #divdevis ul, ul.divdevis { list-style-type:none; }

#data {
	background-color:#FFF;
 	margin-left: 160px;
  padding-left: 10px;
  padding-top: 5px;
  
}

#data3 {
	min-height:500px;
	font-size:12px;
}


#data ul {

	list-style-type:none;
    
}



#data ul li {
  padding: 1px;           
  padding-left: 20px;     
  min-height: 10px;       
  vertical-align: middle; 
  background: url('images/liens.gif'); 
  background-repeat: no-repeat;        
  background-position: 4px 0%;   

}



#form_devis ul li { 
	color:#1e2d3b;
 	padding: 1px;           
  padding-left: 20px;     
  min-height: 10px;       
  vertical-align: middle; 
  background: url('images/liens.gif'); 
  background-repeat: no-repeat;        
  background-position: 4px 80%;   
 }
  
#form_devis ul li a { 
	color:#1e2d3b;
}

#info  {
color:#000;
display:none;
border: 1px solid #69C;
}

#ress_desc {
color:#000;
padding:5px 5px 5px 15px;
border: 1px dashed #69C;
}

#error {
color:black;
display:block;
padding:5px 5px 5px 15px;
border: 1px solid #69C;
margin-bottom:10px;
}

#info, #param0, #param1, #param2, #param3, #param4, #param5, #param6, #param7, #param8, #param9, #param10, #param11, #param12, #param13, #param14, #param15, #param16, #param17, #param18, #param19, #param20, #param21, #param22, #param23, #param24  {
color:#000;
display:none;
padding:5px 5px 5px 15px;
overflow: auto;

border: 1px solid #69C;
}


/* MENU */

#menu {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 1020px;
	
	z-index: 100;
	background-color:#000;
	background: url(images/transparent.gif);
	list-style: none;
}


#menu ul {
	display: none;
	/*border-bottom: 1px solid #96b200;*/
	/*background: #dae483;*/
}

#menu li.niv {
	margin:0;
	padding:0;
	float: left;
	/*border-left: 1px solid #b1c800;*/
	list-style-type: none;
	list-style: none;
	min-width:100px;
}

#menu li.suiv {
	margin:0;
	padding:0;
	float: left;
	/*border-left: 1px solid #b1c800;*/
	list-style-type: none;
	list-style: none;
	width:170px;

}

#menu li:hover {
}

#menu li.niv a {
	display: block;
	color: #FFF;
	font-size: 0.7em;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/menuH_left.jpg) no-repeat;
}

#menu li a:hover {
color:#036;	
	
}

#menu li a.selected {
	/*color: #dae483;*/
}

#menu li a.selected:hover {
	background: none;
}

#menu li a.ssmenu:hover, #menu li:hover a.ssmenu {
	color:#036;
}

#menu li:hover ul {
	display: block;
}

#menu li li {
	float: none;
	border: 0;
	
}

#menu li li:hover {
	border: 0;
}

#menu li.suiv a {
	display: block;
	font-size: 0.6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #9CF;
	border-left: 1px solid #9CF;
	border-right: 1px solid #9CF;
	text-align: left;
	color: #06C;
	background: url(images/blanc.jpg) ;
	cursor: pointer;
	
}
#menu li ul {
	display: none;
	position: absolute;
	width: 170px;
	/*border: 1px #000000 solid;*/
	
	background: url(images/transparent.gif);
	}
	
#menu li li a:hover {
	
	color: #06C;
}


/* FIN MENU */

#rubriques a, #search a, #panier a {
	color:#000;
}

#credit {
margin-top:10px;
padding-bottom:20px;
margin-left:auto;
margin-right:auto;
color:#666;
text-align:center;
font-size:10px;
clear: both;
}

#credit2 {
margin-top:25px;
padding-bottom:20px;
margin-left:auto;
margin-right:auto;
color:#666;
text-align:center;
font-size:10px;
float: left;
width: 560px;
margin-left: 100px;
}

#credit2 img {
float: left;
margin-right: 10px;
}

#credit2 p {
width: 470px;
float: left;
margin-top: 25px;
}

#sitemap a {
color:#06C;
text-decoration:underline;
}

#data3 a {
color:#06C;
text-decoration:underline;
}

#form_devis a {
color:#999;
text-decoration:underline;
}

#path { color:#999; font-size:11px;text-transform:uppercase; }
#path a { color:#999; font-size:11px; text-decoration:underline; }

.news {
float:left;
width: 375px;
font-size:12px;
}

.news a, .autre a {
	padding-left:15px;
	color:#06C;
	text-decoration:underline;
	background: url(images/liens.gif) no-repeat;
}

#divnews a {
	padding-left:15px;
	color:#06C;
	text-decoration:underline;
	background: url(images/liens.gif) no-repeat;
}



#credit a {
color : #666;
text-decoration:underline;
padding: 0;
background:none;
}



#divress a {
	padding-left:15px;
	color:#06C;
	text-decoration:underline;
	background: url(images/liens.gif) no-repeat;

}


h2 { color:#06C; font-size:14px; font-weight:bold; margin:10px 0 7px 0; text-transform:uppercase } 
h4 { color:#06C; font-size:13px; font-weight:normal;  } 
h3 { color:#06C; font-size:12px; font-weight:normal; margin:0 0 7px 0;}
h3 { border-style: solid; border-color:#06C; border-top-width:0px;border-bottom-width:1px;border-left-width:0px;border-right-width:0px; }

#titrep a, #rubr a {
padding:0;
margin:0;
text-decoration: none;
background: none;
color:#FFF;
}


.rubr {
float:left;
width:147px;
 margin:0px 6px 0 0; 
padding:0 0 0 0;
}
 
#title_rubrB {}
#title_rubrJ {}
#title_rubrR {}
#title_rubrV {}

.BleuBG {  background: url(images/repeat1.jpg) repeat-x;}
.JauneBG {  background: url(images/repeat2.jpg) repeat-x}
.RougeBG {  background: url(images/repeat3.jpg) repeat-x}
.VertBG {  background: url(images/repeat4.jpg) repeat-x}
.VioletBG {  background: url(images/repeat5.jpg) repeat-x}
/*
.BleuBG { background-color:#39F ;}
.JauneBG { background-color:#990; }
.RougeBG { background-color:#600;}
.VertBG { background-color:#390;}
.VioletBG { background-color:#ff3299;}
*/
#BleuBG, #JauneBG, #RougeBG, #VertBG, #VioletBG { padding: 0 0 0 0px; }




.blanc {

margin: 0 0 0 0px;
padding: 0 0 0 0;

}


#bleu  {
	border-style: solid; border-color:#39F; border-top-width:0px;border-bottom-width:0px;border-left-width:5px;border-right-width:2px;
	padding-left:7px;
}

#bleu a {
	color: #39F;
}

#jaune  {
	border-style: solid; border-color:#990; border-top-width:0px;border-bottom-width:0px;border-left-width:5px;border-right-width:2px;
	padding-left:7px;
}

#jaune a {
	color: #990;
}

#rouge  {
	border-style: solid; border-color:#600; border-top-width:0px;border-bottom-width:0px;border-left-width:5px;border-right-width:2px;
	padding-left:7px;
}

#rouge a {
	color: #600;
}

#vert  {
	border-style: solid; border-color:#390; border-top-width:0px;border-bottom-width:0px;border-left-width:5px;border-right-width:2px;
	padding-left:7px;
}

#vert a {
	color: #390;
}

#violet  {
	border-style: solid; border-color:#ea3eb4; border-top-width:0px;border-bottom-width:0px;border-left-width:5px;border-right-width:2px;
	padding-left:7px;
}

#violet a {
	color: #ea3eb4;
}

.grey {
margin-top:0px;
margin-bottom:3px;
border-style: solid; border-color:#CCC; border-top-width:0px;border-bottom-width:1px;border-left-width:0px;border-right-width:0px;
height:1px;
font-size:1pt;
}

a { text-decoration: none; 	color: white; }

#menuG input,#menuG .input,#menuG textarea,#menuG select {
	border: 1px solid #69C;
	background: #FFF;
	width: 70%;
	margin: 0;
}
#form_contact ul {

	list-style-type:none;
    
}
#NL_inscrip {
border: 1px solid #69C;
padding: 10px;
width:450px;
margin:10px 10px 0px 10px;

}

#form_contact {
	padding:0;
	margin:0;      
	width:600px
}

#NL_inscrip ul li, #form_contact ul li {
  background:none;
}

#NL_inscrip LABEL, #form_contact LABEL { DISPLAY: inline ; FLOAT: left ; WIDTH: 100px ; margin-left: 10px ; }

#NL_inscrip INPUT, #indexpage INPUT, #form_search INPUT, #form_contact INPUT { width:255px; border: 1px solid #69C; background-color: #FFF ; font-family: Arial, Helvetica, sans-serif ; color: #000 ; }

#form_contact OPTION { background-color: #FFF ; }

#form_contact SELECT { border: 1px solid #69C;background-color: #FFF ; }

#form_contact TEXTAREA { width:255px; border: 1px solid #69C;background-color: #FFF ; color: #000 ; }

#form_contact .FILE { width:260px; border: 1px solid #69C;background-color: #FFF ; color: #000 ; }

#NL_inscrip .BUTTON, .BUTTON, form_search .BUTTON, #form_contact .BUTTON { width:200px; border: 1px solid #69C;font-family: arial, helvetica, sans-serif ; border-width: 1pt ; font-size: 10pt ; color: #000 ; background-color: #FFF ; }


#div-titre
{ 
float:left;
font-family : Arial, Times, courrier;
padding: 7px 5px 5px 5px;
margin: 0 6px 0 0;
width:137px;
height:30px;
}

#titrep
{
/*border-style: solid; border-color:#FFF; border-top-width:0px;border-bottom-width:0px;border-left-width:5px;border-right-width:2px;*/

font-family : verdana;
color:white;
font-weight:bold;
/*padding-left:7px;*/
font-size: 11px;
text-align:center;
}

.cleaner { height : 1px; clear : left; }
.clean { clear : both; }

.lienmenu {
  padding: 4px;           /* Ne pas coller le TEXTE à la bordure */
  padding-left: 20px;     /* Pour que le texte ne soit pas SUR l'icône (image de fond) */
  vertical-align: middle; /* ... et centrer le texte verticalement */
}
.lienmenu {
  background: url('images/liens_menu.jpg'); /* Si on définit une propriété background alors il faut définir toutes les autres :   */
  background-repeat: no-repeat;        /* Impossible de définir la couleur, la position et la répétition une fois pour toute */
  background-position: 4px 50%;        /* dans la règle d'au dessus et de ne changer que l'image ici et en dessous !         */
  border-left:5px solid #accee6;  
 }
  
  #divress ul li, #sitemap ul li {
	background:none;
}
#indexpage a {
	font-size:14px;
	color:#134c87;
	text-decoration:underline;
}

#indexpage {
  background: url('images/fond-sommaire.jpg') top left; /* Si on définit une propriété background alors il faut définir toutes les autres :   */
  background-repeat: no-repeat;        /* Impossible de définir la couleur, la position et la répétition une fois pour toute */
	font-size:14px;
	color:#134c87;
	min-height: 120px;
	padding: 10px;
}

#titre {
text-transform:uppercase;
padding-top:7px;
padding-left:15px;
}

#divdevis ul li{
background : none;
}

.sliding_product a {
color:#06C;
font-size:10px;


}

#divnews ul li a {
padding:0px;
margin:0px;
background:none;


}


#data li.premier {
  padding: 1px;        
  padding-left: 20px;        
  min-height: 10px;       
  vertical-align: middle; 
  background: url('images/liens.gif'); 
  background-repeat: no-repeat;        
  background-position: 4px 0%;   
  color:#021D88;
  text-decoration:underline;
}

#data li a {
  color:#021D88;
  text-decoration:underline;
}

#data li.lisecond {
  padding: 1px;           
  padding-left: 30px;     
  min-height: 10px;       
  vertical-align: middle; 
  background: url('images/liens2.gif'); 
  background-repeat: no-repeat;        
  background-position: 4px 0%;   
  color:#021D88;
  text-decoration:underline;

}

#hr {
	line-height:1px;
	background-color:#091410;
}
