/* 
  -----------------------------------
	(c) 2009 Colored Future sprl-bvba (www.web-designer.be)
	All Rights Reserved
	
	developed by Luc Laurent
	for Liaison-office Europe
	Print version
  -----------------------------------
*/
html, body, div, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
body {
	background-image: url(../images/bgdline.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
#wrapper {
	width: 94%;
	margin: 0 0 0 6%;
}
#logo {
	width: 250px;
	margin-left: 20px;
}
#maintop {
	background-color: #12365a;
}
h1 {
	color: #edc9a5;
	text-align: right;
	padding: 3px 30px 3px 0;
	font-size: 100%;
}
#main {
	background-color: #FFF;
	background-image: url(../images/mainbgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	border: 2px solid #FFF;
	border-width: 2px 2px 2px 2px;
}
#leftcol {
	float: left;
	width: 47%;
	color: #000;
}
#rightcol {
	float: left;
	width: 47%;
	color: #FFF;
	background-image: url(../images/clavier.jpg);
	background-repeat: no-repeat;
}
.content {
	padding: 15px 20px;
}
.content p, .content ul {
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 80%;
}
.content ul li {
	list-style-position: inside;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#mainbot {
	background-color: #12365a;
	padding: 6px 30px 6px 0;
}
#coord {
	color: #edc9a5;
	text-align: right;
	font-size: 75%;
}
#coord a, #coord a:visited {
	color: #edc9a5;
}
#copyright {
	display: none;
}

