img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #c3e171;
    background-image: url("/sites/templates/images/accueil_background.jpg");
    background-repeat:repeat-x;
    font-family: arial;
    font-size: 13px;
    behavior: url(/sites/templates/csshover.htc); 
}

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

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

#animation {
    position: absolute;
    left: 0px;
    top:0px;
}

#menu {
    position: absolute;
    left: 0px;
    top:307px;
    background-image: url("/sites/templates/images/accuei_background_menu.gif");
    background-repeat:no-repeat;
    height: 82px;
    width: 860px;
}


ul.topnav {
    position: absolute;
    margin:0;
    padding: 0; 
    top:5px;
    left:20px;
    width:820px;
    height:35px;
}

ul.topnav li {
    padding: 0;

    background-image: url("/sites/templates/images/background_bouton.gif");
    background-repeat:no-repeat;
    background-position:right;
    line-height:35px;
}

 ul.topnav li.last {
    background-image:none;
}

ul.topnav li:hover, ul.topnav li.last:hover, ul.topnav li.here {
    background-image: url("/sites/templates/images/bouton_hover_right.gif");
    background-image: right;
    line-height:36px;
    
}



 ul.topnav li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color:white;
    padding-left:30px;
    padding-right:30px;
}

 ul.topnav li a:hover, ul.topnav li.last a:hover, ul.topnav li.here a, ul.topnav li.here_last a {
   background-image: url("/sites/templates/images/bouton_hover_left.gif");
   background-image: left;
   background-repeat: no-repeat;
   color: #577418;
}


/*-----------------sous menu---------------------*/

ul.topnav2 {
    position: absolute;
    margin:0;
    padding: 0; 
    top:40px;
    left:20px;
    width:820px;
}

ul.topnav2 li {
    padding: 0;
    border-right: 1px solid #d4d4d4;.
    line-height:25px;
}

ul.topnav2 li.last {
    padding: 0;
    border-right:none;
}

 ul.topnav2 li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-left:25px;
    padding-right:25px;
    color: #577418;
    line-height:25px;
}

 ul.topnav2 li a:hover, ul.topnav2 li.here a, ul.topnav2 li.here_last a  {
    color: #96cc1f;
}

#title {
    position: absolute;
    top:260px;
    left: 30px;
	}
	
#background_content {
    position: absolute;
    top:385px;
    width: 860px;
    /*background-image: url("/sites/templates/images/background_content.png");
    background-repeat: repeat-y;*/
height: 250px;
    }	
    
#content {
    position: relative;
    margin-top:10px;
    width: 820px;
    margin-left:20px;
    }      
	
#background_bottom {
    position: absolute;
    top:300x;
    width: 860px;
    background-image: url("/sites/templates/images/background_bottom.png");
    background-repeat: no-repeat;
    height: 23px;
    text-align: center;
    padding-top: 40px;
    color:gray;
    font-size: 11px;
    }
    
#background_bottom a {
    color:gray;
    font-size: 11px;
    }    
    
#logo_treviform {
	position: absolute;
	left: 673px;
	top:10px;
	z-index: 3;
	} 

#lang_choice {
position:absolute;
left:730px; top:10px;
	z-index: 13;
}         
    	
/*---MISE EN PAGE --*/

h1 {
    margin:0;
    padding: 0;
	color: #6f951e;
	font-size: 20px;
	font-weight: bold;
	}
	
#content li {
	list-style:none;
	list-style-image: url("/sites/templates/images/puce.gif");
	list-style-position: outside;
	    margin:0;
    padding: 0;
	}	
	
#content ul {
    padding: 0;
    margin: 0;
    margin-left: 25px;
    padding-left: 5px;
    }   	
    
h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
	}    


