<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body{
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:0;
	}
	
#main{
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*left:50%;
	margin-left:-512px;
	position:absolute;*/
	}
	
/*- Menu categorie --------------------------- */
.menu {  
list-style: none;  
position: relative;  
margin: 0;  
padding: 0;  
}  
.menu li{  
display: block;  
overflow: hidden;  
padding: 0;  
cursor: pointer;  
float: left;  
height: 70px;  
margin-right: 0px;  
background-image:url(../../images/menu-fr.jpg);  
background-repeat:no-repeat;  
}
.menu a{  
display:block;  
height:70px;  
text-indent:-9999px;  
outline:none;  
}  
  
#item1 {  
background-position:0px 0px;  
width: 151px;
}  
#item2 {  
background-position:-151px 0px;  
width: 170px;
}  
#item3 {  
background-position:-321px 0px;  
width: 183px;
}  
#item4 {  
background-position:-504px 0px;  
width: 162px;
}
  
#item1.active, #item1:hover{  
background-position: 0 bottom;  
}  
#item2.active, #item2:hover{  
background-position: -151px bottom;  
}  
#item3.active, #item3:hover {  
background-position: -321px bottom;  
}  
#item4.active, #item4:hover {  
background-position: -504px bottom;  
}  
</pre></body></html>