body {
	padding:				0px;
	background:				#181818 url(Images/backgrnd.png) repeat-x;
	font-size:				12px;
	font-family:			verdana, arial, helvetica, sans-serif;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border:0px;
    color:white;
   
}


#header {
	padding:				0px;		
    background:				url(Images/bannerHaut.png) no-repeat;
	
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 200px;  
    border-width:0px; 
    position:relative;
}

#menu
    {
    position:relative;
    left:250px;
    top:150px;
    width: 800px;
    height:auto;
}


#main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
	/*height:600px;*/
	border:0px solid white;
	position:relative;
	background-color:transparent;
	
	}



#footerFull
{
    height:112px;
    background-image: url('images/footer.png');
    background-repeat:no-repeat;
    text-align:center;
    color:Yellow;
    padding:0px;
    
    margin-left:auto;
	margin-right:auto;
	margin-top:30px;
   width:1000px;
   position:relative;
}


    
    
 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(Images/no_flicker.png); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 50px;
	margin-right: 0px;
	background-image:url(Images/menu.png);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:50px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px -2px;
}
#kwick2 {
	background-position:-200px -2px;
}
#kwick3 {
	background-position:-400px -2px;
}
#kwick4 { 
	background-position:-600px -2px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 -2px;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px -2px;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px -2px;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px -2px; 
}

#kwick1 a{
    background-image:url(Images/end.png);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left 0px;
}

#kwick4 a{
   background-image:url(Images/end.png);
	background-repeat:no-repeat;
	background-position: right 0px;
}
#kwick4 a:hover{
	background-position: right 0px;
}




h1
{
font-size: 16px;
padding-left: 30px;
text-align:center;
color:Yellow;
padding-bottom:20px;
}

p
{
padding:0px;

margin:10px 0px 0px 0px;
border:0px;

}

a
{
color:red;
font-size:12px;
}

.DevisStyle
    {
    background-color:				#4f4f4f ;
    Color:white;
    Width:350px;
    height:auto;
    Border-Style:Solid; 
    Border-Color:#d0d0d0 ;
    Border-Width:1px;
    }
    
    
.DevisStyleError
    {
    Background-color:#4f4f4f;
    Color:white;
    Width:350px;
    height:auto;
    Border-Style:Solid; 
    Border-Color:red ;
    Border-Width:1px;
    }
    
    
#divBack02Creation
{
    height:400px;
    width:450px;
    padding:20px;

    background-image: url('images/backCreation.png');
    background-repeat:no-repeat;
}

