/* CSS Document */

body{
	background-color:#675b4f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
}

#conteneur {
	left:50%;
	margin-left: -451px;
	position:absolute;
	width:902px;
	height:auto;
	top:0px;
	}
	
#header{
	width:902px;
	height:249px;
	background-image:url(images/entete.png);
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;}
	
#corps{
	width:902px;
	height:auto;
	background-image: url(images/bg_corps.png);
	background-repeat:repeat-y;
	background-position:top right;
}
	
#pied-main{
	height:42px;
	width:902px;
	background-image: url(images/footer_main.png);
	background-position:bottom;
	background-position:left;
	background-repeat: no-repeat;}

#societe{
	width:182px;
	left: 0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	line-height: 15pt;
	}
	
#activite{
	color: #464239;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	line-height: 15pt;
	width: 680px;
}

#texte_presentation{
	width: 680px;
	height:auto;
	background-image:url(images/separateur.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-top:10px;}

#telephone{
	position: absolute;
	top: 45px;
	left: 840px;}

#footer{
	width: 902px;
	min-height:82px;
	background-image:url(images/haut_footer.png);
	background-repeat:no-repeat;
	color:#ffffff;
	}
	
#footer a{
	color: #ffffff;
	text-decoration:underline;}


.titre_orange{
	color:#d76e02;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;}
	
.titre_blanc{
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #675b4f;
	border-bottom-color: #675b4f;
}
	
.texte-marron{
	color:#675b4f;
	}

.texte_blanc{
	color:#FFFFFF;}


img{
	border:none;}

p{
	padding:0px;
	margin:0px;}
	
/*- Menu Tabs K--------------------------- */

    #tabsK {
      float:left;
      width:100%;
      background:#E7E5E2;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #54545C;
      }
    #tabsK ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
          background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
          }

        #tabsK #current a {
                background-position:0% -42px;
        }
        #tabsK #current a span {
                background-position:100% -42px;
        }
-->	
