
.newsleft{
	width:64px;
	border: 1px Solid #BCBCBC;
	float: left;
	margin-top:2px;
}
.newsright{
	float: right;
	width:452px;
	margin:0;
}

.separateur{
	height:3px;
	border-bottom: 1px solid #BCBCBC;
}
.haut {
     width:760px;	
	 height:14px;
	 text-align: left;  
     background-image:url('images/haut.png');
 }
.bas {
     width:760px;	
	 height:47px;
	 text-align: left;  
     background-image:url('images/bas.png');
 }
.base{
	padding: 0;
	margin: 0;
}
.barremenu{
     width:760px;	
	 height:98px;  
     text-align: left;
 }
.centregauche{
     text-align: left;
     border-left: 1px solid #BCBCBC;
     background-color: #EDEDED;
     margin:0px;
     padding-left:10px;
     padding-right:10px;
     font-family: Arial;
     font: smaller;
}
.centredroite{
     text-align: left;
     border-right: 1px solid #BCBCBC;
     background-color: #F3F3F3;
     margin:0px;
     padding-left:20px;
     padding-right:20px;
     font-family: Arial;
     font: smaller;
}
.title{
     padding-left:20px;
     padding-right:20px;
     border-bottom: 1px solid #BCBCBC;
}
body {
	text-align: center;
	scrollbar-face-color: #F3F3F3;
	scrollbar-highlight-color: #939393;
	scrollbar-3dlight-color: #F3F3F3;
	scrollbar-darkshadow-color: #F3F3F3;
	scrollbar-shadow-color: #939393;
	scrollbar-arrow-color: #939393;
	scrollbar-track-color: #F3F3F3;
 }
 
.arrondi {
	background-image:url('images/menubasarrondi.png');
	height:5px;
}

dt, dl, dd, ul#menu {
list-style-type: none;
margin: 0;
padding: 0;
float:left;
}

.menu dl {
width: 160px;
}
.menu{
margin: 0;
padding:0;
display: none;
width:30px;
}
.menu a{
margin: 0;
display: block;
text-align: center;
font-weight: bold;
text-decoration: none;
color: #FFF;
height: 18px;
background: #939393;
width:160px;
}

.menubas {
margin: 0;
display: block;
text-align: center;
text-decoration: none;
width:160px;
height:5px;
background-image: url('images/menubasarrondi.gif');
}

.menu a:hover {
background: #ccc;
color: #000;
width: 160px;
height: 18px;
}
#mmenu {
display: block;
width: 160px;
font-size: 12px;
}
a.fade {
	Filter: Alpha(Opacity=27, FinishOpacity=27, Style=1);
	height: 1 em;
}
a:hover.fade, a:active.fade {
	Filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	height: 1 em; 
}