*{
	margin: 0;
	padding: 0;
	border:0;
}

html, body{
	/*background: #FFFFFF url('../images/background.jpg');
	background-attachment:fixed;*/
	background-color: #FFFFFF;
	color:#1a171b;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-size:10pt;
}

.wrap{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#all{
	position: relative;
	text-align:left;
	margin:10px auto;
}

#container{
	position: relative;
}

.item {
  width: 240px;
  margin: 5px;
  float: left;
  height: 190px;
  overflow:hidden;
  background:#FFF;
  position:relative;
}

#menu {
	height:390px;
}

#links{
	margin-top:45px;
}

#header, #footer{
	position:relative;
	margin:5px;
	background:#1a171b;
	height:20px;
}

.popup{
	position:absolute;
	left:0;
	top:0;
	z-index:20;
	height:360px;
	background:#FFF;
	padding:20px 20px 10px 10px;
	color:#1a171b;
}

.presentation{
	width:460px;
}
.clients{
	width:210px;
}

.contact{
	padding:15px;
	width:210px;
	height:160px;
}

.close{
	position: relative;
	text-align: right;
}

.close a{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:15px;
	height:15px;
	background: #FFFFFF url('../images/close.jpg') no-repeat top left;
}

.close a:hover{
	background-position:-15px 0px;
}

.popup .scrollable_text{
	padding:0 10px;
	height:300px;
	overflow:auto;
}

#logo{
	text-align:center;
	margin-top:20px;
}

#griffe{
	text-align:right;
	text-transform:uppercase;
}

#griffe a{
	text-decoration:none;
	color:#999;
	font-size:7pt;
	letter-spacing:1px;
}
#griffe a:hover{
	color:#ff5c00;
}