/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/


/* PLUS D'INFO */
#infoplus {
text-align:center;
}


/********************************************************************************************************************
  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 {
height: 34px;
padding: 4px 0 0 0;
background: url('../images/bng_content.jpg') bottom;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.4em;
color: #FFFFFF;
text-align: center;
}


/* 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... */

