@charset "iso-8859-1";

body {
  background-color: #666666;
  font-size: 10pt;
  font-family:Arial;
  color:#000000;  
  margin:0px auto;
  height:50%;
  padding:0px;
}

p {
	margin-top:9px;
	margin-bottom:0px;
}

a:link {
	color:#d00204;
	text-decoration:none;
}

a:visited {
	color:#d00204;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#container { 	
  position:absolute;
  left:50%;
  top:50%;
  margin:-170px 0px 0px -50%;
  padding: 0px;
  width:100%;
  height:317px;
  background-image:url('../images/right_background.jpg');
  background-repeat:repeat-x;
  border-top:#CCCCCC 1px dashed;
  border-bottom:#CCCCCC 1px dashed;
}

#akky {
	position:absolute;
	z-index:10;
	right:0px;
	width:72px;
	height:49px;
	background-image:url('../images/akky_traduction.jpg');
}

#content {
	position:absolute;
	z-index:0;
	left:0px;
	width:100%;
	height:315px;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

#header {
	width:100%;
	height:49px;
}

#center {
	width:100%;
	height:219px;
}

#footer {
	width:100%;
	height:49px;
}

#boxes {
	float:right;
	height:100%;
	width:780px;
}

#blabla {
	float:right;
	margin-left:-5px;
	margin-top:12px;
	width:500px;
	height:200px;
		background-image:url('../images/box_3.png');
		background-repeat:no-repeat;
	overflow:auto;
}

#stuff {
	float:right;
	width:225px;
	height:200px;
	margin-top:12px;
		margin-right:15px;
	width:230px;
	background-image:url('../images/box_5.png');
		background-repeat:no-repeat;
}

#info {
	float:right;
	margin-top:15px;
	text-align:right;
	margin-right:20px;
	color:#FFFFFF;
	height:20px;
}

#loading {
	position:absolute;
	right:0px;
	top:0px;
	color:#666666;
	padding:4px;
	background-color:#CCCCCC;
	display:none;
}
/*
#blabla {
	
}
*/

div.box {
	margin-left:27px;
	margin-top:10px;
	margin-right:5px;	
}

span.title {
	font-weight:bold;
	text-decoration:underline;
}

a.info:link {
	color:#d00204;
	text-decoration:none;
}

a.info:visited {
	color:#d00204;
	text-decoration:none;
}

a.info:hover {
	color:#d00204;
	text-decoration:underline;
}