/*
 * Habillage perso UNREAL
 */

body{
  margin: 0px; 
  padding: 0px; 
	border: 0px;
  background-color:#4D516C;
  scrollbar-base-color: #7E7E7E;
	scrollbar-3dlight-color: #DFDFDF; 
	scrollbar-arrow-color: #DFDFDF;
	scrollbar-darkshadow-color: BLACK;
	scrollbar-face-color: #626262;
	scrollbar-highlight-color: #7E7E7E;
	scrollbar-shadow-color: #3B3B3B; 
	scrollbar-track-color: #DFDFDF;	
 	background-image: url(IMG/corps1024.jpg);
 	background-repeat:no-repeat;
	background-attachment: fixed;
}

div.header{
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:100%;
	background-image: url(IMG/haut02.jpg);
}
div.container{
  position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height: 600px;
	border : 0px;
	margin:0px;
	color:black;
}

.menuG{
	position:absolute;
	top:6px;
	left:6px;
	width:132px;
	height:800px;
	border : 1px solid #7480B8;
	background-image: url(IMG/fondG.jpg);
	filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7; 
}

div.corps{
  position:absolute;
	left:146px;
	top:6px;
	width:84%;
	height: 800px;
	border : 1px solid #7480B8;
	margin:0px;
	color:black;
	background-color:white;
	background-image: url(IMG/fond03.jpg);
	filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  overflow:auto;
}
div.droite{
  position:absolute;
	left:82%;
	top:6px;
	width:140px;
	height:98%;
	margin:0px;
	border : 1px solid #0000FF;
	background-color:#6A6AD5;
	filter:alpha(opacity=40);
  -moz-opacity:0.4;
  opacity: 0.4;
}
div.espace01{
  position:absolute;
	left:6px;
	top:6px;
	width:80%;
	height: 28%;
	margin:0px;
}

div.espace02{
  position:absolute;
	left:6px;
	top:31%;
	width:80%;
	height: 68%;
	margin:0px;
}

div.menubas {
	position:absolute;
	top:820px;
	left:0px;
	height:100px;
	width:100%;
	margin:0px;
	border:0px;
	background-color:#3C3C4D;
	color:#7480B8;
	vertical-align:middle;
}