a img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat:repeat;
    font-family: arial;
    font-size: 12px;
    color: #3e5c77;
    font-weight: bold;

}

#page {
    position: absolute;
    left: 50%;
    margin-left: -420px;
    padding: 0px;
    top: 0px;
    width: 840px;
}

#background_shadow {
	position:absolute;
    background-image: url("/sites/templates/images/background_repeat.png");
    background-repeat:repeat-y;
    width:840px;

	}

a, #content a {
    text-decoration: underline;
    color: #3e5c77;
}

#header {
	position: absolute;
	left: 50px;
	width: 740px;
	height: 223px;
    background-image: url("/sites/templates/images/header.jpg");
    background-repeat:no-repeat;
    
	}
	
#logo {
    position: absolute;
    left: 240px;
    }	
	
#menu {
   	position: absolute;
    left: 50px;
    top:187px;
    width: 170px;

    background-color: #401316; 
    	}
    	
ul.topnav {
	margin: 0;
	padding: 0;
	}
	
ul.topnav li {
   margin: 0;
    padding: 0;
    list-style-type: none;
    display:block;
    width: 170px;
    height: 39px;
    background-image: url("/sites/templates/images/bouton.gif");
    background-repeat: no-repeat;
    } 
    
ul.topnav li a {
    position:relative;
    background-repeat:no-repeat;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    left:30px;
    top: 10px;
    color: white;

    } 
    
ul.topnav li a:hover {
    color:#f59307;  
    } 
    
#title {
    position: absolute;
    top:230px;
    width:520px;
    left: 245px;
    text-align: center;
/*border: 1px solid red;*/
	}    
    
#content {
    position: absolute;
    top:280px;
    width:520px;
    left: 245px;
    line-height: 18px;
    text-align: justify;
	}    
            	    		
#bottom {
    position: absolute;
    left:0px;
    height: 101px;
    width: 840px;
    background-image: url("/sites/templates/images/bottom.png");
    background-repeat: no-repeat;
    font-size: 11px;
    color:white;
    font-weight: normal;
}

#bottom a {
     font-size: 11px;
    color:white;
    text-decoration: none;
    font-weight: normal;
    
}

#bottom a:hover {
    text-decoration: underline; 
}

ul.topnav2 {
	margin: 0;
	pause: 0;
	margin-left: 50px;
	margin-top: 37px;
	}
	
ul.topnav2 li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
    line-height: 12px;
    }
    
a#btnBook {
	width: 230px;
	height: 32px;
	display: block;
    background-image: url("/sites/templates/images/btnBook.gif");
    background-repeat: no-repeat;
    color: white;
    font-size: 13px;
    line-height: 30px;
	}    
    
    
      
/*mise en page */

h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}