/* CSS Document */

*{
 margin: 0px;
 padding: 0px;
}
body {
 	text-align: center;  /* Centrer le site pour IE */
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e5e6eb;
	background:url(fond_ph.png) no-repeat center top;
 /*background: url(Fond.jpg) repeat-x 0 0;*/
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
}		

#header {
 height: 115px;
 width: 980px;
 background: url(Fond_Haut.png) no-repeat bottom center;
 text-align:right;
 /*background-color : #273691;*/

} 

#menubar {
 height: 56px;
 width: 624px;
 /*background: url(Fond_Menu.gif) no-repeat top center; */
} 
#menugauche {
 height: 400px;
 width: 156px;
 vertical-align:top;
 /*background: url(Fond_Gauche.gif) no-repeat top center;*/
}

#centre {
 float: left;  
 /*width: 407px !important;*/
/* width: 624px;*/
  width: 680px;
 height:600px;
 /*background: url(Fond_Write.jpg) /*repeat-y top center*/;
 background-color : #f4f4f6;
 /*background-image:url('./opa_13.png');*/

}
#content {
OVERFLOW: auto; WIDTH: 100%; HEIGHT: 560px; PADDING-RIGHT: 4px;
scrollbar-face-color: #FFFFFF; /*#B5B3D9;*/
scrollbar-shadow-color: #B5B3D9;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #B5B3D9;
scrollbar-darkshadow-color: #FFFFFF;*/
scrollbar-track-color: #FFFFFF; /*#B5B3D9;*/
scrollbar-arrow-color: #B5B3D9;
}	
/*#centre a{
 color: #604E3B;
}
#centre a:hover{
 color: #FFFFFF;
 text-decoration:none;
}*/
#Menu_gauche_footer {
 height: 15px;
 width: 156px;
 background: url(Fond_Menu_Bas.gif) no-repeat top center; 

}
#footer {
 height: 11px;
 width: 624px;
 /*background: url(Fond_Write_bas.gif) no-repeat top center; */
}
#headnews { /* taille du cadre, à titre d'exemple */
/*width: 15em;*/
/*background-color: #909090;*/
}
/* propriétés communes à l'ensemble des 4 coins */
#headnewshg, #headnewshd {
height: 21px; width: 19px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#headnewshg {
background: url(headnewshg.gif);
}
#headnewshd {
float: right;
background: url(headnewshd.gif);
}
#headnewscontent {
background-color: #b5b3d9;
}
#headnewsdate {
background-color: #b5b3d9;
}


/*Les styles du postitnews*/
.postitnewscontent {
/*background-color:#e5e6eb;*/
background-color:#FFFFFF;
padding:3px 3px 3px 3px;
}
.postitnewshd {
background: url(postitnews_hd.png) no-repeat bottom left;
height:12px; width:9px;
}
.postitnewsmd {
background: url(postitnews_md.png) repeat-y;
width:9px;
}
.postitnewsbm {
background: url(postitnews_bm.png) repeat-x;
height:13px;
}
.postitnewsbd {
background: url(postitnews_bd.png) no-repeat;
height:13px; width:9px;
}
.postitnewsbg {
background: url(postitnews_bg.png) no-repeat top right ;
height:13px; width:8px;
}
.postitnewstitle{
font-size:15px;
color:#f39900;
font-family:Arial, Helvetica, sans-serif;
font-style:oblique;
font-variant:small-caps;
font-weight:bold;
background-image: url('postitnewstitle.png');
}

