img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #CAE5F3;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat: repeat-x;
    font-family: arial;
    font-size: 12px;
    color: black;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    padding: 0px;
    top: 0px;
    width: 900px;
    z-index: 50;
}

a, #content a {
    text-decoration: underline;
    color: #0000F5;
}

LABEL, tr, td  {
    color: black;
    font-size: 12px;
	}

h1 {
	font-size: 20px;	
	font-family: century gothic, arial;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: black;
	}

h2 {
	font-size: 14px;
	font-family: century gothic, arial;
    font-weight: bold;
    padding: 0;
    margin: 0;
	}

/*header*/

#header {
	position: absolute;
	top:0px;
	}
	
	
/*MENU*/

#menu {
	position:absolute;
	margin:0;
	padding:0;
	width:273px;
	height:553px;
	top:108px;
	left:72px;
	background-image: url("/sites/templates/images/menu.jpg");
	background-repeat: none;
	z-index: 200;
	}
	
.topnav {
	position: absolute;
	   margin:0;
    padding:0;
	width: 250px;
	height: 275px;
	top:175px;
	left:13px;
	
	}
	
.topnav li {
	margin:0;
    padding:0;
	list-style: none;
	list-style-position:outside;
	background-image: url("/sites/templates/images/topnav.jpg");
	background-repeat: no-repeat;
	width: 250px;
	line-height: 23px;
	}
	
.topnav li.here, .topnav li.here_last, .topnav li:hover  {	
	background-image: url("/sites/templates/images/topnavHere.jpg");
    background-repeat: no-repeat;
	}
	
.topnav li a {
	margin:0;
    padding:0;
    font-family: century gothic;
    width: 250px;
    height: 17px;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding-left: 30px;
    color: white;
    }			

.topnav li ul li {
	margin:0;
    padding:0;
    list-style: none;
    list-style-position:outside;
    background-image: url("/sites/templates/images/topnav2.jpg");
    background-repeat: no-repeat;
    width: 190px;
    background-position:3px 6px;
	}
	
.topnav li ul li.here, .topnav li ul li.here_last,.topnav li ul li:hover   {    
    background-image: url("/sites/templates/images/topnav2Here.jpg");
    background-repeat: no-repeat;
    }	
	
.topnav li ul li a {
    margin:0;
    padding:0;
    font-family: century gothic;
    width: 250px;
    height: 17px;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    padding-left: 20px;
     color: black;
    }	
	
	


/*title*/

#title {
	position:absolute;
    margin:0;
    padding:0;
    width:555px;
    height:69px;
    top:108px;
    left:345px;
    background-image: url("/sites/templates/images/title.jpg");
    background-repeat: no-repeat;
     
	}
	
#title h1 {	
   padding-left: 20px;
    padding-top: 30px;
}

/*CONTENT*/

#backgroundContent {  /*pour IE6*/
	position:relative;
    width:567px;
	height: 500px; 
	background-image: url("/sites/templates/images/backgroundContent.png");
    background-repeat: repeat-y;
    margin-top:177px;
    margin-left:146px;
    z-index: 100;
    float: left;
	}

html>body #backgroundContent {  /*pour mozilla*/
	position:relative;
	width:567px;
	min-height:500px;
	height: auto;
	background-image: url("/sites/templates/images/backgroundContent.png");
	background-repeat: repeat-y;
	margin-top:177px;
	margin-left:292px;
	z-index: 100;
	float: left;
	}
	
	
#bloc {
height: 5em;
background: yellow;
}
html>body #bloc {
height: auto;
min-height: 5em;
} 	
	
	
#content {
	position:relative;
	width:480px;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
	/*bottom*/
	
#bottom img{
	position:relative;
	margin-left:292px;
	z-index: 1000;
	
	}	

/*mention*/
#mentions {
    padding-top:0px;
    font-size:10px;
    padding-left:400px;
  
    color: black;
 
    }
    
    




	



