/*
//  window.css

*/

/******** BLOC BODY : Invisible par défaut. Activé en JS après le
 * chargement complet de la page */
/*
*.wlp-bighorn-book-content {
	display: none;
}
*/

*.wlp-bighorn-titlebar
{
  font-size: smaller;
  width: 100%;
  overflow: hidden;
}

*.wlp-bighorn-titlebar div
{
  white-space: nowrap;
  padding: 2px;
}

*.wlp-bighorn-titlebar img
{
  border: 0;
}

*.wlp-bighorn-titlebar-window-icon, *.wlp-bighorn-titlebar-title-panel
{
  float: left;
}

*.wlp-bighorn-titlebar-button-panel
{
  float: right;
}

*.wlp-bighorn-titlebar-button-panel a
{
  vertical-align: middle;
}

*.wlp-bighorn-titlebar-button-panel a:hover > img.wlp-bighorn-image-rollover
{
  display: inline;
}

*.wlp-bighorn-titlebar-button-panel a:hover > img.wlp-bighorn-image-nonrollover
{
  display: none;
}

*.wlp-bighorn-layout-cell *.wlp-bighorn-book
{
 /* border-style: solid;*/
 
  margin: 0px;


}

*.wlp-bighorn-book {
 /* background:#305D78 url(../img/transverse/bg_conteneur.gif) repeat-y scroll center top;*/

}	
	*.wlp-bighorn-page
{
  padding: 0px;
}

*.wlp-bighorn-window
{
  border-style: solid;
  border-width: 0px;
  margin: 0px;
  background: transparent;   
}

*.wlp-bighorn-window-content
{
  width: 100%;
  overflow: visible;
  background: transparent;
  /*border-bottom:4px solid #4998D0;*/
}

*.wlp-bighorn-window-content-only
{
  border: 0;
  margin: 0;
}

.wlp-bighorn-theme-borderless .wlp-bighorn-window
{
    border: 0;
    margin:0;
    padding:0;
   /* display:none;rajoute*/
}

.wlp-bighorn-theme-borderless .wlp-bighorn-window-content
{
    background: transparent;
}


