body {
overflow-y: auto;
color: #4877FF; 
	font-family:Arial, sans-serif,Verdana,  Helvetica ;
	
	
	
	margin-left: auto;
	margin-right:auto;
	font-size: 14px;

}
#container {
height: 100%;
max-height: 150%;
min-width: 60%;
min-height: 60%;
}
#frame {
margin: 0px;
height: 500px;
width: 95%;
position: center;
border: 0px;
}
#main_body {
margin: 0px;
height: 425px;
max-width: 1024px;
width: 100%;
text-align: center;
position: center;
}
#menusx {
margin: 0px;
max-width: 500px;
width: 175px;
height: 435px;
float: left;
}
#right {
margin: 0px;
height: 600px;
max-width: 500px;
width: 350px;
float: right;
}
#header {
position: center;
clear: both;
background-color: #FFFFFF;
height: 228px;
width:100%;
}
#footer {
clear: both;
margin-top: 187px;
height: 93px;
background-color: #ffffff;
position: relative center;
width: 100%;
text-align: center;
}

#table {

width: 400px;
margin-top: -6px;
float: right;

}

.categorie a {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #4877ff;
        display: block; 
	margin: 0; padding: 4px;
	border-bottom:0px ;
	border-right:0px ;
	border-left:0px ;
	border-top:0px ;
}
	
.categorie a:hover {
	background-color: #4877FF;
	display: block; 
	margin: 0; 
	padding: 4px; 
	border-left: 4px solid black; 
	color:white; }
	
.categorie {
	padding-bottom: 0px;
	padding-right: 3px;}

.submenu a{
    color: #3456B8;
    font-style: italic;
    
}

.submenu a:hover {
    text-align: center;
    color: #3558bc;
    padding-left:7px;
}