* {
    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: 14px;
}

#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.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 18px 0 18px;
    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_hover.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:0px;
	top:70px;
	}
	
#logo {
    position: absolute;
    left: 0px;
    top:0px;
    } 
    
#item {
	position: absolute;
	width: 256px;
	height: 226px;
	top:96px;
	}    	  	       
    
#item1 {
    position: absolute;
    bottom:115px;
    right: 130px;
    } 
    
#item2 {
    position: absolute;
    bottom:115px;
    left: 130px;
    }
    
#item3 {
    position: absolute;
    top:115px;
    right: 130px;
    } 
    
#item4 {
    position: absolute;
    top:115px;
    left: 130px;
    }     	
    
#content_panel {
    position: absolute;
    top:70px;
    left: 0px;
    width: 940px;
	}    
    
#item_place {
	float:left;
    width: 306px;
    height:350px; 
    }       
    
#content {
    background-image: url("/sites/templates/images/background_content.jpg");
    background-repeat:no-repeat;   
    background-position: 306px top;
    padding-top: 43px;
    z-index: 6;

	}    
	
#bottom {
	position: absolute;
	width: 940px;
    background-image: url("/sites/templates/images/bottom.jpg");
    background-repeat:no-repeat;
    text-align: center;
    color: gray;
    padding-top: 70px;
    visibility: hidden;
	}
	
#bottom a {
    color: gray;
    }   			
	
/*MISE EN PAGE*/

h1 {
	color: #467f07;
	font-size: 18px;
	line-height: normal;
	}
	
h2 {
    color: #467f07;
    font-size: 18px;
    }	
	
#content {
	line-height: 22px;
	color: #333333;
	}	
	
.highlight
{
    color: #3a90bc;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
}

a, #content a {
    color: #3a90bc;
	}

	
		
