/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/

/********************************************************************************************************************
  NO WIDTH VALUE MUST BE DEFINE BELOW THIS POINT (to avoid wrong display with effect (accordeon, fiche & defilement)
  
  !!!!!!!! REGARDING HEIGHT use only with images !!!!!!!!   will cause wrong display if 2 lines or more needed  
********************************************************************************************************************/


/* NO FRAME */
#no_frame {
text-align:left;
}
#no_frame_title {
font-size: 17px; 
text-align: left;
margin-bottom: 10px;
}


/* FRAME default */
#site_frame_top_including_title {
height: 26px;
line-height: 26px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #FFFFFF;
text-align: center;
background: url('../images/frames/site_frame_top_title_gris.gif') no-repeat center;
}
#site_frame_top {
height: 14px;
background-image: url('../images/frames/site_frame_top.gif');
}
#site_frame_middle { 
background-image: url('../images/frames/site_frame_middle.gif');
padding: 0 20px 0 20px;
text-align:left;
}
#site_frame_bottom {
height: 14px;
background-image: url('../images/frames/site_frame_bottom.gif');
}


/* FRAME Gris */
#site_frame_top_including_title_Gris {
height: 26px;
line-height: 26px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #FFFFFF;
text-align: center;
background: url('../images/frames/site_frame_top_title_gris.gif') no-repeat center;
}
#site_frame_top_Gris {
height: 14px;
background-image: url('../images/frames/site_frame_top.gif');
}
#site_frame_middle_Gris {
background-image: url('../images/frames/site_frame_middle.gif');
padding: 0 20px 0 20px;
text-align:left;
}
#site_frame_bottom_Gris {
height: 14px;
background-image: url('../images/frames/site_frame_bottom.gif');
}
/* FRAME more... */

