body {
	background-color: #6A5A48;
	background-image: url(../images/bandeau-haut.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6A5A48;
}
div {
	color:#6A5A48;
}
#bandeau-haut{
	position: absolute;
	top:55px;
	width:911px;
	z-index:7000;
}
#principal{
	position: absolute;
	width: 100%;
	height: 1px;
	z-index:0;
}
#logo{
	position:absolute;
	margin: 0px 0px 0px 5px;
	top: 60px;
  	left: 00px;
	width:122px;
	height:114px;
	background-repeat:no-repeat;
	z-index:9999;
}
#contact{
	position:absolute;
	margin: 0px 0px 0px 5px;
	top: 130px;
  	left: 541px;
	width:365px;
	height:61px;
	background-repeat:no-repeat;
	z-index:9999;
}
#centre{
	position: absolute;
	visibility: visible;
	padding: 0px;
	margin: 0px 0px 0px -455px;
  	left: 50%;
	top:0px;
	height: 700px;
	width: 911px;
	z-index:9999;
}
#copyright{
	position: absolute;
	display:inline;
  	left: 0px;
	top: 5px;
	width:911px;	
	height:25px;
	color:#43392D;
	z-index:9999;
	text-align:right;
}
#copyright a{
	color:#43392D;
	text-decoration:none;
}
#copyright a:hover{
	color:#F18E1F;
	text-decoration:none;
}
#liens-haut{
	position: absolute;
	display:inline;
  	left: 0px;
	top: 35px;
	width:911px;	
	height:25px;
	color:white;
	z-index:9999;
	text-align:right;
}

#liens-haut a{
	color:white;
	text-decoration:none;
}
#liens-haut a:hover{
	color:white;
	text-decoration:underline;
}
#contenu{
	position: absolute;
	display:inline;
  	left: 0px;
	top: 205px;
	width: 911px;
	height:50px;
	color:black;
	z-index:0;
}

#depannage a {
		display:block;
		width:228px;
		height:32px;
		padding:0px 0 0px 0px;
		font: bold 14px/1 sans-serif;
		background: url("../images/tabs/depannage.gif") 0 0 no-repeat;
		text-decoration: none;
}
#depannage a:hover {
   background-position: 0 -36px;
}
#depannage a:active {
   background-position: 0 -36px;
}
li{
    	list-style: square inside; color:#6A5A48;
}
a{
     color:#6A5A48;
     text-decoration:none;
}
a:hover{
     color:#6A5A48;
     text-decoration:underline;
}

#div1 li{
	list-style: square inside; color:#6A5A48;
}
#div1 h3{
	background-color:#C1002A;
	color:white;
}
#div1 .titre{
	color:#C1002A;
	font-weight:bold;
}
#div2 h3{
	background-color:#ED7925;
	color:white;
}
#div2 .titre{
	color:#ED7925;
	font-weight:bold;
}
#div3 h3{
	background-color:#97BE0D;
	color:white;
}
#div3 .titre{
	color:#97BE0D;
	font-weight:bold;
}
#div4 h3{
	background-color:#0070B8;
	color:white;
}
#div4 .titre{
	color:#0070B8;
	font-weight:bold;
}
