img {
    border: 0;
    height: 100%;
}

body, html {
	height: 100%;
	}

body {
    padding:0;
    margin:0;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat:repeat;
    font-family: arial;
    font-size: 12px;
    color: #404965;
    height: 100%;
}

#page {
	background-image: url("/sites/templates/images/background_repeat.png");
    background-repeat:repeat-y;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    padding: 0px;
    top: 0px;
    width: 860px;

}

a, #content a {
    text-decoration: underline;
    color: #404965;
}

#header {
	position: absolute;
    background-image: url("/sites/templates/images/header.jpg");
    background-repeat:no-repeat;	
	width: 819px;
	height: 340px;
	left: 20px;
	}
	
ul.topnav {
	margin:0;
	padding:0;
	position: absolute;
	top:196px;
	left:280px;
	width: 530px;
	height: 40px;
	/*border: 1px solid red;*/
	}	
	
ul.topnav li {
    list-style: none;
    }
  
ul.topnav li a {
    display: block;
    width: 106px;
    height: 34px;
    margin-top:4px;
    text-align: center;
    text-decoration:none;
    font-weight: bold;
    padding-top: 10px;
    font-size: 11px;
    }  
    
ul.topnav li a:hover {
    background-image: url("/sites/templates/images/topnav_bouton.jpg");
    background-repeat:no-repeat;
    }     
 
#title {
    position: absolute;
    width: 700px;
    height: 20px;
    top:298px;
    left:70px; 
    
    }

#title h1 {
	margin:0;
	padding:0;
	font-size: 24px;
	color:black;
	} 
	
#title_print {
	display: none;
	}
	
h2 {
	margin:0;
    background-repeat:no-repeat;
    background-position: left;
    color:#6fc4dc;
    font-size:16px;
    border-bottom:1px solid #f2ecec;
    padding-left: 35px; 
	}
	
	    
	

#content {
	position: absolute;
	width: 795px;
	top:350px;
	left:30px;
	
	}	
	
#content p {
   padding-left: 40px;   
    } 
	


#content a {
    color:#77aab8;
    text-decoration: underline;
	
    } 
    
#content img {
	border:4px solid #c3dde4;
	
	}    
    
#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: 18px;
	color: gray;
	height: 20px;
}

#bottom a {
    color:#b74227;
}

/*DEVIS*/

#form1 fieldset {
position:relative;	
border:1px solid #f2ecec;
background-color:#b5d5de;
width:470px;
left: 150px;
}

#form1 fieldset legend {
color:#404965;
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:#404965;	
	}

