img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #d5d946;
    background-image: url("/sites/templates/images/accueil_background_repeat.jpg");
    background-repeat:repeat-x;
    font-family: arial;
    font-size: 12px;

}

#page {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    padding: 0px;
    top: 0px;
    width: 900px;
     background-image: url("/sites/templates/images/accueil_background.jpg");
    background-repeat:no-repeat;
    height:582px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

#diaporama {
	position: absolute;
	right:0px;
	top:50px;
}

#logo {
	position: absolute;
	z-index: 2;
}

ul.topnav {
    position: absolute;
    margin: 0;
    padding: 0;
    top:290px;
    left: 50px;
}

ul.topnav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.topnav li a {
    display: block;
    width: 150px;
    height: 19px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    background-image: url("/sites/templates/images/puce_menu.png");
    background-repeat:no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    border-bottom: 1px dotted white;
    color: #155772;
    text-decoration: none; 
}

ul.topnav li.last a {
    border-bottom: 0px dotted white; 
}

ul.topnav li a:hover, ul.topnav li.here a {
    background-image: url("/sites/templates/images/puce_menu_hover.png");
        color:#00a0e3;
}

#masque {
	position: absolute;
	left:250px;
	top:50px;
	z-index: 1;
}


#btn_entree a {
	position:absolute;
	display: block;
	left: 450px;
	top:45px;
	z-index: 300;
	width: 155px;
	height: 26px;
    background-image: url("/sites/templates/images/entrer_site.png");	
    font-weight: bold;
    text-align: center;
    color: white;
    text-decoration: none;
    line-height: 26px;
	}
	
#btn_entree a:hover {
    background-image: url("/sites/templates/images/entrer_site_hover.png");   
    }	

#credit {
	position: absolute;
	width: 900px;
	text-align: center;
	top:540px;
	padding-left: 100px;
}

#credit a {
	font-size: 10px;
	color:gray;
}

h1 {
    margin: 0;
    padding: 0;
}
