img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #d0d0d0;
    background-image: url("/sites/templates/images/background_index_repeat.jpg");
    background-repeat:repeat-x;
    font-family: arial;
    font-size: 12px;

}

#page {
    position: absolute;
    background-image: url("/sites/templates/images/background_index.jpg");
    background-repeat:repeat-x;
    left: 50%;
    margin-left: -400px;
    padding: 0px;
    top: 0px;
    width: 800px;
    height: 505px;
}

a {
    text-decoration: underline;
    color: #43658e;
    font-family: century gothic, arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
}

a:hover {
	    color:#333940;
	}

#diaporama {
	position: absolute;
	top:84px;
	left: 315px;
	}
	
ul.topnav {
	position:absolute;
	margin: 0;
	padding: 0;
	top:180px;
	left:50px;
	
	}
	

ul.topnav li {
    background-image: url("/sites/templates/images/puce.png");
    background-repeat:no-repeat;
    background-position:left 20%;
    list-style-type: none;
    padding-left: 13px;
    height: 24px;
    }

		
    
#entree {
	position: absolute;
	width:200px;
	height: 30px;
	top:360px;
	left:95px;
	font-size:18px;
	}
	
#entree a {
    font-size:18px;
    }
    
    
#shortcuts
{	
	/*border: 1px solid red;*/
	position: absolute;
    width:250px;
    height: 30px;
    top:415px;
    left:50px;
    
    text-align: center;
}

#shortcuts .short_link
{   
    background-image: url("/sites/templates/images/bouton_index.gif");
    background-repeat:no-repeat;
    
    display: block;
    
    margin: 0;
    padding: 0;
    border: 0;
    width: 114px;
    height: 29px;

    padding-top: 5px;
    color: white;
    font-weight: bold;  
}
#shortcuts .short_link:hover
{   
    background-image: url("/sites/templates/images/bouton_index_hover.gif");
}  
    
#credit {
	position: absolute;
	width: 800px;
	top:510px;
	text-align: center;
	}    	

