img {
    border: 0;
    height: 100%;
}

body {
    padding:0;
    margin:0;
    background-color: #4c4c4c;
    background-image: url("/sites/templates/images/background.jpg");
    background-repeat:repeat-x;
    font-family: arial;
    font-size: 12px;
    color: #3e3e3e;
    height: 100%;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -467px;
    padding: 0px;
    top: 0px;
    width: 903px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

#header {
	position: absolute;
    background-image: url("/sites/templates/images/header.jpg");
    background-repeat:no-repeat;	
	width: 903px;
	height: 223px;
	}
	
ul.topnav {
	margin:0;
	padding:0;
	position: absolute;
	top:56px;
	left:291px;
	width: 574px;
	height: 40px;
	/*border: 1px solid red;*/
	}	
	
ul.topnav li {
    list-style: none;
    }
  
ul.topnav li a {
    display: block;
    width: 114px;
    height: 34px;
    margin-top:4px;
    text-align: center;
    text-decoration:none;
    font-weight: bold;
    padding-top: 10px;
    color:black;
    }  
    
ul.topnav li a:hover {
    background-image: url("/sites/templates/images/topnav_bouton.jpg");
    background-repeat:no-repeat;
    }     
 
#title {
    position: absolute;
    width: 600px;
    height: 20px;
    top:190px;
    left:260px; 
    
    }

#title h1 {
	margin:0;
	padding:0;
	font-size: 22px;
	} 
	
#title_print {
	display: none;
	}
	
h2 {
	margin:0;
	background-image: url("/sites/templates/images/h2.gif");
    background-repeat:no-repeat;
    background-position: left;
    color: black;
    font-size:18px;
    border-bottom:1px solid #f2ecec;
    padding-left: 35px; 
	}
	
h3 {
  
    background-position: left;
    color:#b74227;
    font-size:14px;
    padding-left: 30px; 
    }		    
	
#background_content	{
	position: absolute;
	background-image: url("/sites/templates/images/background_content.jpg");
    background-repeat:repeat-y; 
	width:903px;
    /*height:500px;*/
    top:223px;
    visibility: hidden;
	}
	
#content {
	position: absolute;
	width: 795px;
	top:10px;
	left:67px;
	
	}	
	
#content p {
  padding-left: 30px;
}

#content a {
    color:#b74227;
    text-decoration: underline;
	
    } 
    
#content img {
	border:4px solid #dcdcdc;
	
	}    
    
#content li {
    list-style-image:url("/sites/templates/images/puce.gif");
    display: list-item;
    list-style-position: inside;
    }      

#bottom {
	position: absolute;
    background-image: url("/sites/templates/images/background_bottom.gif");
    background-repeat:no-repeat; 
	text-align: center;
	width: 903px;
	height: 38px;
	padding-top: 25px;
	color: white;
}

#bottom a {
    color:#b74227;
}

/*DEVIS*/

#form1 fieldset {
position:relative;	
border:1px solid #f2ecec;
background-color:#c6bbac;
width:470px;
left: 150px;
}

#form1 fieldset legend {
color:#b74227;
font-weight:bold;
font-size:16px;
background-color:#f2ecec;
padding-left:5px;
padding-right:5px;
}

#form1 fieldset input {
margin:0pt 0pt 5px;
padding:0pt;
width:200px;
}

#form1 fieldset label {
float:left;
margin-right:20px;
text-align:right;
width:200px;
color:#FFFFFF;
}

#form1 span {
color:#b64328;	
	}

