




body
{
 
   margin: auto; 
   margin-top: 10px; 
   margin-bottom: 0px;
   background: black url(images/fond.png)no-repeat top left;    
   background-position: top left;
}


#header
{
   height: 75px;
   
}

#header h1
{
position: absolute;
top: 50px;
left: 130px;
color: white;
font-style: trebuchet;   
width:500px;
height: 60px;
font-size: 17px;
   
}


#header2
{
   position:relative;
   left: 100px;
   height: 35px;
  
}

h3
{
  color: #ab995d;
  font-size: 20px;
  
}

h3 em
{
  color: white;
  font-size: 18px;
  
}

p
{
  color: white;
  font-size: 16px;
  }


#sidebar
{
   position: relative;
   top: 50px;
   right: 50px;
   float: right;
   width:150px;
   height: 500px;
  
}

.tabNavigation
{
   Float: left;
   margin-left: 150px;
   margin-top: 30px;
   color:white;
   width: 200px;
}


.tabNavigation a
{
height: 45px;
background: url(images/menu-left.png) no-repeat top left;
padding-left: 20px;
padding-top: 15px;	
display: block;
color: black;
font-weight: bold;
text-decoration: none;
}

.tabNavigation li:hover a, .tabNavigation .current a
{
height: 45px;
background: url(images/menu-left-2.png) no-repeat top left;
padding-left: 20px;
color: white;
z-index:1;
}

.tabNavigation li
{
display: block;	
}

.tabNavigation li a:hover span, .tabNavigation .current a span
{
display: block;
background: url(images/coche.png) no-repeat;
background-position: 0px -12px;
padding-left: 30px;	
height: 45px;
z-index:2;
}



#depannage, #assemblage, #tarifs, #contact, #creation-web
{
float: left;
color: white;
position: relative;
top: 30px;
left: 90px;
color: white;
width: 535px;
}


#depannage h3, #assemblage h3, #tarifs h3, #contact h3, #creation-web h3
{
background: url(images/head.png) no-repeat top left;
padding-top: 60px;
padding-left: 10px;
}


