/* CSS Document */
body {
	background:   url(../multimedia/multimedia.jpg) repeat-x fixed left bottom;
	margin: 0;
    padding:60px 200px 5px 0;
}
 div#header{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:20px;
	text-align: left;
 }
 div#right-sidebar{
	position:absolute;
	right:0;
	width:150px;
	height:100%;
	bottom: 0;
 }
  div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
}
@media screen{
  body>div#header{
   position:fixed;
  }
  body>div#right-sidebar{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
#logo {
	right: 0px;
	bottom: 0px;
	position: absolute;
	height: 100px;
	width: 300px;
	z-index: 7;

}
#coline {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;

}
#cadre {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	padding:0;
	margin: 0;


}
#communication{
	position: absolute;
	bottom: 70px;
	z-index: 2;
	padding: 0 1em 0 2em ;
	text-align: right;
	right: 10px;
}
#copyright {
	position: absolute;
	bottom: 3px;
	z-index: 4;
	font: 0.54em Arial, Helvetica, sans-serif;
	color: #23729B;
	text-decoration: none;
	left: 13px;
	line-height: 8px;
}