img {
    border: 0;
}

html {

	 height: 100%;
	}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background.jpg");
    background-repeat:repeat;
    font-family: georgia, times new roman;
    font-size: 12px;
    height: 100%;
}


#background_barre {
	position: absolute;
    background-image: url("/sites/templates/images/background_barre.png");
    background-repeat:repeat-x;
    height: 207px;
    width:100%;
    z-index:1;
    top:172px;
	}

#page {
    position: absolute;
    background-image: url("/sites/templates/images/background_page.png");
    background-repeat:repeat-y;
    left: 50%;
    margin-left: -480px;
    padding: 0px;
    top: 0px;
    width: 960px;
    z-index: 2;
    visibility: hidden;     
}

a, #content a {
    text-decoration: underline;
    color: #a63533;
}

#header {
	position: absolute;
	width: 900px;
	height: 149px;
	left:30px;
    background-image: url("/sites/templates/images/header.gif");
    background-repeat:no-repeat;
	}
	
#langue {
    position: absolute;
    top:128px;
    left: 32px;
    z-index: 10;
	}

#header_content {
    position: absolute;
    top:85px;
    left: 70px;
    width:415px;
    height:50px;
    margin:0;
    padding:0;
    z-index: 11;
    
    } 
#header_content h4 {
	 margin:0;
    padding:0;
    font-family:Arial;
    font-size:13px;
	}  
#actualite {
	position: absolute;
    top:25px;
    left: 545px;
    width:315px;
    height:110px;

    z-index: 11;

	}		
	
#feuillage {
	position: absolute;
    left:798px;
    top:0px;
	z-index: 5;
	}	
	
#background_menu {
	position: absolute;
    width: 900px;
    height: 47px;
    left:30px;
    top:149px;
    background-image: url("/sites/templates/images/background_menu.png");
    background-repeat:no-repeat;
    z-index: 4;
	}	
	
#photo_gauche {
	position: absolute;
    width: 900px;
    height: 47px;
    left:30px;
    top:185px;
    z-index: 3;
	}
	
#diaporama	{
    position: absolute;
    width: 454px;
    height: 47px;
    left:476px;
    top:185px;
    z-index: 3;
    }
    
#background_titre {
    position: absolute;
    width: 900px;
    height: 47px;
    left:30px;
    top:347px;
    background-image: url("/sites/templates/images/background_titre.png");
    background-repeat:no-repeat;
    z-index: 4;	
    color:white;
    font-size: 20px;
    text-align: center;
    padding-top: 18px;
    color: #efefef;
	}    

/*-----------------------MENU------------------------*/

ul.topnav {
	position:absolute;
	top:161px;
	left:36px;
	margin:0;
	padding:0;
    z-index: 7; 	
	width: 850px;
	height:30px:  
	}
	
ul.topnav li  {
    background-image: url("/sites/templates/images/etoile.gif");
    background-repeat:no-repeat;
    background-position:right;
    padding-left: 18px;
    padding-right: 28px;
    line-height: 13px;
    }	
	
ul.topnav li.last, ul.topnav li.here_last {
    background-image: none;
    }   	
	
ul.topnav li a  {
    color: #dbdbdb;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    font-family: times new roman;
    }	

ul.topnav li a:hover  {
    color: white;
        font-family: times new roman;
    } 
    
ul.topnav li.here a, ul.topnav li.here_last a   {
    color: white;
        font-weight: bold;
        font-family: times new roman;
    }        

/*-----------------------CONTENT------------------------*/

#background_content {
    position:absolute;
    background-image: url("/sites/templates/images/background_content.jpg");
    background-repeat:no-repeat;   
    background-position:top;
    background-color: #ececec;  
    top:396px;
    width: 900px;
    left: 30px;
    visibility: hidden;     
    }
    
h2 {
	color:#b33b39;
	font-size: 24px;
	font-weight: bold;
	}
#content {
    position:absolute;
    top:50px;
    width: 820px;
    left: 50px;
    line-height:18px;
    }   
   
#content ul, #actualite ul {
    padding:0;
    margin:0;

    margin-left: 20px;
    }     
    
#content li, #actualite li {
    list-style: none;
    list-style-image: url("/sites/templates/images/etoile_puce.gif");
    list-style-position: outside;

    }      
    
#content img {
	border: 4px solid #5c5c6e;
	}    
    
#bottom {
    position:absolute;
    width: 900px;
    left: 30px;
    text-align: center;
    visibility: hidden;	
    color: #5c5c6e;
	}    
	
table#tab_lang img {
	padding-right: 2px;
	}	 
    