*{
  	margin:0;
  	padding:0;
	border:0;
	font-size:11px;
}
html, body {
  	background:url('../images/bg.png');
  	color:#266;
  	font-family:arial;
}
body {
	width:100%;
}
td {
  	vertical-align:top;
}
input, textarea {
  	background-color:#c7e1e1;
  	color:#044;
  	height:18px;
  	padding-top:2px;
  	padding-left:3px;
  	font-family:arial;
  	font-size:11px;
  	border-top:1px solid #033;
  	border-left:1px solid #033;
  	border-bottom:1px solid #0aa;
  	border-right:1px solid #0aa;
}
textarea {
  	overflow-y:auto;
  	overflow-x:none;
}
a {
  	text-decoration:underline;
  	font-weight:bold;
  	color:#99160b;
}
ul {
  	padding-left:30px;
}

#window {
  	width:100%;
  	background:url('../images/header_bg.png') repeat-x top;
  	padding-top:106px;
}
#page {
	width:692px;
	margin:auto;
}
.prestations {
	position:relative;
	left:100px;
	height:30px;
	background:url('../images/prestations.png') top left no-repeat;
}
#head {
	position:relative;
	left:100px;
  	height:73px;
  	background:url('../images/head.png') no-repeat;
}
#body {
	float:left;
	margin-left:100px;
  	width:492px;
  	background:url('../images/content_bg.png') repeat-y;
}
#body-foot-bg {
	width:100%;
  	background:url('../images/foot.png') no-repeat bottom;
}

#content {
  	padding:20px 35px 60px 32px;
}

#foot {
	float:left;
	margin:0 0 20px 100px;
	width:492px;
	height:44px;
  	color:#055;
  	font-size:10px;
  	text-transform:uppercase;
  	background:url('../images/freelance.png') top right no-repeat;
}
#foot span {
	padding-left:10px;
	padding-bottom:10px;
}

#menu {
	float:left;
  	width:90px;
}
#menu ul {
  	list-style-type: none;
  	padding:10px 0 0 5px;
}
#menu li {
  	font-size:12px;
  	margin-bottom:5px;
  	text-transform:uppercase;
}
#menu li a {
  	color:#066;
  	text-decoration:none;
}
#menu li a:hover {
  	color:#0aa;
  	text-decoration:none;
}

.title {
  	margin-bottom:10px;
}
.clear {
	clear:both;
}