* {
    margin: 0;
    padding: 0;
	}

img {
    border: 0;
}

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

}

#page {
    position: absolute;
    left: 50%;
    margin-left: -470px;
    padding: 0px;
    top: 0px;
    width: 940px;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -470px;
    padding: 0px;
    top: 0px;
    width: 940px;
}

ul.topnav {
	position: absolute;
	width: 940px;
	height:70px;
    background-image: url("/sites/templates/images/background_menu_accueil.jpg");
    background-repeat:repeat-x;
	} 
	
ul.topnav li {
    list-style: none;
    } 
    
ul.topnav li a {
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #467f07;
    padding: 0 21px 0 21px;
    height: 70px;
    border-right:1px solid white;
    line-height: 70px;
    }
    
ul.topnav li.last a {
    border-right:0px solid white;
    } 
   
ul.topnav li.first a:hover, ul.topnav li.here_first a {
    background-image: url("/sites/templates/images/background_menu_first_hover2.jpg");
    background-repeat:no-repeat;
    background-position: left;
    }
    
ul.topnav li.last a:hover, ul.topnav li.here_last a {
    background-image: url("/sites/templates/images/background_menu_last_hover.jpg");
    background-repeat:no-repeat;
    background-position: right;
    }                                                 

ul.topnav li a:hover, ul.topnav li.here a {
    color:#3a90bc;
    background-color:#ffffff;
    }
    
    
#left {
	position: absolute;
	left: 0;
	top:70px;
    background-image: url("/sites/templates/images/background_accueil_left.jpg");
    background-repeat:no-repeat;
    width: 587px;
    height: 493px;	
	}
	
#content {
	position: absolute;
	top:270px;
	left:15px;
	}
	
#right {
    position: absolute;
    left:587px;
    top:70px;
    width: 353px;
    height: 493px;  
	}
	
#logo {
	position: absolute;
	top:0px;
	}
	
#item {
    position: absolute;
    top:179px;
    width: 350px;
    height: 310px;
    }		
    
#item1 {
	position: absolute;
	bottom:157px;
	right: 177px;
	} 
	
#item2 {
    position: absolute;
    bottom:157px;
    left: 177px;
    }
    
#item3 {
    position: absolute;
    top:157px;
    right: 177px;
    } 
    
#item4 {
    position: absolute;
    top:157px;
    left: 177px;
    }        	   
	
#bottom {
	position: absolute;
	top:563px;
	width: 940px;
    background-image: url("/sites/templates/images/bottom_accueil.jpg");
    background-repeat:no-repeat;
    text-align: center;
    color: gray;
    padding-top: 70px;
	}
	
#bottom a {
    color: gray;
    }   			
	
/*MISE EN PAGE*/

h1 {
	color: #3a90bc;
	font-size: 24px;
	}
	
h2 {
    color: #467f07;
    font-size: 18px;
    }	
	
#content {
	font-size: 18px;
	color: #696969;
	}	
	
		
