/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/

body#home {
	text-align:center;
	padding: 0;
	border:0;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}


body {
	text-align:center;
	padding: 15;
	border:0;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}


#global{
	width: 867px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#global2{
	width: 867px;
	background-image: url(../images/deco/bgtab.gif);
	background-repeat: repeat;
}



#haut{
	width: 867px;
	height: 255px;
	}
	

#menu{
	height: 21px;
	width: 867px;
	padding-left: 2px;
	background-image: url(../images/deco/bg_menu.gif);
	background-repeat: no-repeat;
	}
	
#menu_home{
	height: 21px;
	width: 100%;
	background-image: url(../images/deco/bg_menu.gif);

	}
		
	
#gauche{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 20px;
	width: 290px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;
	}
	
#droite{
	float:left;
	padding-top: 20px;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 290px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;

	}
	
#centre {
	float: left;
	padding: 40px 0 40px 2px;
	width: 855px;
	text-align: justify;
	line-height: 18px;
}
.nav_pages {
	margin: 0 15px 0 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	color: #666666;
	float: right;
}
.nav_pages a {
	color: #3399FF;
	text-decoration: none;
	border: 1px dotted #3399FF;
	margin: 0 3px;
	padding: 1px 4px;
}
.nav_pages a:hover {
	color: #666666;
	background-color: #99CCFF;
	text-decoration: none;
}
.nav_pages a.menu_actif {
	color: #666666;
	background-color: #99CCFF;
	text-decoration: none;
}
#centre h2 {
	padding: 2px 0 2px 15px;
	margin: 0;
	text-align: left;
	color: #3399FF;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px dotted #3399FF;
	border-bottom: 1px dotted #3399FF;
}
#centre img.img_produit {
	border: none;
	padding: 0;
	margin: 5px 0 9px 15px;
	float: left;
}
#centre span.ref_produit {
	padding: 2px 0 20px 15px;
	margin: 0;
	color: #3399FF;
	border-top: 1px dotted #3399FF;
	display: block;
	font-style: italic;
}
.produit {
	float: left;
	width: 707px;
	margin: 0 0 0 15px;
	padding: 0;
}
.produit h3 {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}
.produit p {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	padding: 0 0 5px 0;
	margin: 0;
}
.produit strong {
	color: #3399FF;
	font-weight: normal;
}
.produit span {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	padding: 0 0 5px 0;
	margin: 0;
	display: block;
}
.produit ul {
	padding: 0 0 5px 0;
	margin: 0;
}	
.produit ul li {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0;
	list-style: none inside url(../images/deco/puce2.gif);
}


#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding-top: 5px;
	height: 40px;
	width:100%;
	left:0px;
	background-image: url(../images/deco/footer.gif);
	text-align: center;
	background-repeat: repeat-x;
	}
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#3399FF;
	font-family: verdana;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
}



.highlight
{
	color:#3399FF;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.pied
{
	color:#3399FF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}


li {
	list-style-image: url(../images/deco/puce2.gif);
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS PLAN     ----*
  *------------------------------------------------------*/




a.lien_plan
{
	color:#3399FF;
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-align: right;

}
a.lien_plan:hover{
	background-color:#3399FF;
	color:#FFFFFF;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
body#presentation a#presentation, body#maintenance a#maintenance, body#achat a#achat, body#pro a#pro, body#contact a#contact{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 6px;
	padding-left:27px;
	color:#FFFFFF;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 6px;
	padding-left:27px;
	text-decoration: none;
	display:block;
	height: 21px;
	width:134px;
	font-family: verdana;
	color:#3399FF;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	}
	

a.menu:hover{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 6px;
	padding-left:27px;
	color:#FFFFFF;
	background-image: url(../images/deco/roll.gif);
	
}



.preload {display:none;}

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/
  
a.map
{
	color:#999999;
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	letter-spacing:1;
	font-weight: bold;
}
a.map:hover{
	color:#A8A8A8;
}


a.lien{
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #3399FF;
	}


a.lien:hover{
	color: #3399FF;
	text-decoration: underline overline;
}




td.tableau{
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	font-weight: 500;
	line-height: 18px;
	text-align: justify;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399FF;

	}

th{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top:4px;
	padding-left:15px;
	text-align: left;
	color:#3399FF;
	font-family: verdana;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399FF;
	background-color: #FFFFFF;
	}

#cadre {
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE:  url(../images/deco/cadre.gif);
	BACKGROUND-REPEAT: repeat-y;
	padding-top: 15px;	
	padding-left: 15px;
	text-align: justify;
	color: #3C3C3C;
}

