* {	
	margin: 0;
	padding: 0;
}
p {
margin-bottom:10px;
text-indent:25px;
}
body {
	font-family:Georgia,Times,serif;
	font-size:12px;
	color:#333333;
	background-color: #fff;
}
#header {
	background: url(images/bg-head.png) repeat-x 0 0;
	height: 108px;
	left: 0;
	padding: 20px 35px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:-1;
}

#logo {
	width:345px;
	height:15px;
	padding-top:60px;
	background: url(images/logo-enform.gif) no-repeat 0 0;
}
#container {
	margin: 0 auto 10px;
	padding: 0;
	width: 950px;
}
.content {
	padding: 120px 0 15px;
	margin: 0 auto;
	width: 600px;
	height: 1200px;
}
.menu {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
#contact-detail {
width:190px;
float:left;
margin-top:35px;
}
#form {
width:400px;
float:right;
margin-top:35px;
}

/* Typographie */
h2 {
font-family:"Trebuchet MS", Georgia, "Times New Roman";
color:#A41C22;
font-size:14px;
}

.slogan {
color:#A5A5A5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:right;
letter-spacing:1px;
}

.menu li {
	list-style-type: none;
	display:inline;
	padding-left:60px;
}
.menu a, .menu a:link, .menu a:visited {
	text-decoration:none;
	color:#1A171B;
}
.menu a:hover, .menu a.on {
	color:#A41C22;
}
.content p {
	line-height:20px;
	font-size:14px;
	text-align:justify;
}
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 389px;	
	height:291px;	
	top:50px;
	left:104px;
	/* custom decorations */
	padding:0;	
	border:1px solid #ccc;
margin:0;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
		padding:0;	
margin:0;


	/* decoration */
	/*margin-left:10px;*/
}


/* single scrollable item */
div.scrollable div.items div {
	float:left;

}

/* active item 
div.scrollable div.items div.active {
	border:1px inset #ccc;	
	background-color:#fff;
}*/

/* Scroll Clients */
#his3container {
margin: 70px 0 0 20px;
position:relative;
width:0px;
height:0px;
border:1px solid #ccc;
overflow:hidden
}
#display_area {
position:absolute;
left:0;
top:0;
width:0px;
height:0px;
clip:rect(0,0,0,0);
}




