body {
	background-color: #e8e0e0;
	background-image: url('images/all_bg.gif');
	background-repeat: repeat-x;
	
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size: 12px;
	color: #323232;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

#page_all {
	position: absolute;
	width: 762px;
	height: 640px;
	top: 19px;
	left: 50%;
	margin-left: -381px;
	background-color: #FFFFFF;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #beb8b8;
}

#shadow_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 641px;
	background-image: url('images/shadow_left.gif');
}
	#corner_left {
		position: absolute;
		left: 0;
		top: 0;
		width: 5px;
		height: 10px;
		background-image: url('images/corner_left_top.gif');
	}
	#shadow_navi_left {
		position: absolute;
		left: 0;
		top: 102px;
		width: 5px;
		height: 51px;
		background-image: url('images/shadow_navi_left.gif');
	}

#shadow_right {
	position: absolute;
	left: 760px;
	top: 0;
	width: 5px;
	height: 640px;
	background-image: url('images/shadow_right.gif');
}
	#corner_right {
		position: absolute;
		left: 0;
		top: 0;
		width: 5px;
		height: 10px;
		background-image: url('images/corner_right_top.gif');
	}
	#shadow_navi_right {
		position: absolute;
		left: 0;
		top: 102px;
		width: 5px;
		height: 51px;
		background-image: url('images/shadow_navi_right.gif');
	}

#header {
	width: 100%;
	background-image: url('images/header_blank.gif');
}

ul#navi {
	position: absolute;
	top: 102px;
	margin: 0;
	padding: 0;
	width: 100%;
}
	ul#navi li {
		list-style-type: none;
		float: right;
		display: inline;
	}
	ul#navi li a {
		display: block;
		text-decoration: none;
		color: #323232;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		line-height: 49px;
		width: 129px;
		height: 51px;
		background-image: url('images/navi_link.gif');
		background-position: 0 0;
	}
	ul#navi li a:hover {
		background-position: 0 -51px;
	}

ul#linklist {
	position: absolute;
	top: 180px;
	left: 570px;
	margin: 0;
	padding: 0;
	width: 200px;
}
	ul#linklist li {
		list-style-type: none;
		margin-bottom: 6px;
	}
	ul#linklist li a {
		display: block;
		text-decoration: none;
		color: #323232;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		line-height: 49px;
		width: 174px;
		height: 63px;
	}
	ul#linklist li#phone a {
		background-image: url('images/linklist_phone.gif');
		background-position: 0 0;
	}
	ul#linklist li#phone a:hover {
		background-position: 0 -63px;
	}
	ul#linklist li#mail a {
		background-image: url('images/linklist_mail.gif');
		background-position: 0 0;
	}
	ul#linklist li#mail a:hover {
		background-position: 0 -63px;
	}
	ul#linklist li#chat_online a {
		background-image: url('images/linklist_chat_online.gif');
		background-position: 0 0;
	}
	ul#linklist li#chat_online a:hover {
		background-position: 0 -63px;
	}
	ul#linklist li#chat_offline a {
		background-image: url('images/linklist_chat_offline.gif');
		background-position: 0 0;
	}

img#logo {}
img#adresse {
	position: absolute;
	top: 0;
	left: 639px;
}

#content {
	margin-left: 40px;
	margin-top: 30px;
	width: 510px;
	float: left;
}

table {
	margin-top: 10px;
	margin-left: 10px;
}
table tbody {
	font-size: 12px;
}
table tbody tr td input, table tbody tr td textarea {
	border-width: 1px;
	border-color: #666666;
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
}
table tbody tr td input[type=submit] {
	width: 100px;
	background-image: url('images/navi_link.gif');
	color: #EFEFEF;
	background-position: 0 -62px;
}
table tbody tr td textarea {
	height: 80px;
}

.error {
	color: #FF0000;
}

#content_div {
	height: 400px;
	overflow: auto;
}

#project_table  {
	border-collapse: collapse;
	width: 470px;
}
#project_table tr {
	border: 2px solid #666666;
}
#project_table tr :hover {
	background-color: #EFEFEF;
}
#project_table tr td {
	padding: 4px;
}
#project_table tr td img {
	border: 2px solid #AFAFAF;
}
