
body {
    padding:0;
    margin:0;
    background-color: white;
    font-family: arial;
    font-size: 12px;
    color: black;
    height: 100%;
}


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;
	display: none;
	}
	
ul.topnav {
	margin:0;
	padding:0;
	position: absolute;
	top:56px;
	left:291px;
	width: 574px;
	height: 40px;
    display: none;
	}	
	
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_print h1 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    }

#title h1 {
    margin-bottom:40px;
	font-size: 22px;
	} 
	
h2 {
	margin:0;
    background-position: left;
    color: black;
    font-size:18px;
    border-bottom:1px solid #f2ecec;
	}
	
h3 {
  
    background-position: left;
    color:#b74227;
    font-size:14px;
    padding-left: 30px; 
    }		    
	
	
#content {

	width: 795px;
	top:10px;
	left:67px;
	
	}	
	
#content p {
  padding-left: 30px;
}

#content a {
    color:#b74227;
    text-decoration: underline;
	
    } 
         

#bottom {

    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;
}
