* {
	margin: 0;
	padding: 0;
}
html,body {
	font-family: Verdana, Arial, Sans;
	font-size: 1em;
	width: 100%;
	height: 100%;
	color: #000;
	background-color:#CCC;

}
ul {
	list-style:none;
}
li {
	margin:10px;
}
/* centrage */
table {
	width: 100%;
	height: 100%;
}
td {
	text-align: center;	
	vertical-align: middle;
}
.contenu {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 550px;
	border-left: solid 2px #777;
	border-top: solid 2px #777;
}
/* menu */
#menu {
	position: absolute;
	left: 0px;
	top: 500px;
	width: 900px;
	height: 50px;
}
#skip {
	line-height:2em;
	background:#FFF;
}
/* portfolio */
#portfolio {
	background:url(image/portfolio.gif) left top no-repeat #FFF;
}
/* lien */
#lien {
	background:url(image/lien.gif) left top no-repeat #FFF;
}
#lien_texte {
	position:absolute;
	right:20px;
	top:5px;
	width:500px;
	height:400px;
	text-align:right;
	font-size:0.9em;
}
#lien_texte dt {
	margin-top:15px;
}
/* forum */
#forum {
	background: url(image/forum.gif) left top no-repeat #FFF;
}
#forum_form {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 300px;
	height: 250px;
}
#forum_texte {
	position: absolute;
	left: 320px;
	top: 20px;
	width: 560px;
	height: 480px;
	background: #F6F6F6;
	overflow: auto;
}
hr{
	visibility: hidden;
	height: 10px;
	clear: both;
}
#forum_texte dt {
	float: left;
	width: 110px;
	text-align: left;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	border-right: solid 1px #000;
}
#forum_texte dt em {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}
#forum_texte dd {
	float: right;
	width: 420px;
	text-align: left;
}
/* lien */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
}