html, body {
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #ff9ac2 url(../img/bg.jpg);
}
#wrap {
	position: absolute;
	min-height: 100%;
	height: 100%;
	width: 392px;
	left: 220px;
	top: 0px;
	z-index: 2;
}
#ombre {
	height: 100%;
	min-height: 100%;
	z-index: 0;
	top: 0px;
	position: absolute;
	width: 392px;
}
#recrutement {
	background: #fff;
	position: absolute;
	height: 68px;
	width: 330px;
	left: 605px;
	top: 20px;
	z-index: 1;
	padding-left: 20px;
	padding-top: 3px;
}

html>body #wrap {
	height: auto;
}
#myspace {
	background: #f06;
	top: 320px;
	height: 15px;
	width: 195px;
	left: 32px;
	position: absolute;
	z-index: 1;
	font: 9px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#myspaceContent {
	padding-left: 7px;
}
#links {
	background: #f06;
	top: 260px;
	height: 25px;
	width: 80px;
	left: 147px;
	position: absolute;
	z-index: 1;
	font: 9px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#linksContent {
	padding-left: 7px;
}
#recherche {
	background: #fff;
	top: 370px;
	height: 20px;
	width: 160px;
	left: 67px;
	position: absolute;
	z-index: 1;
}
#rechercheContent {
	padding-left: 7px;
}
#menu {
	background: #f06;
	position: absolute;
	height: 110px;
	width: 200px;
	left: 605px;
	top: 185px;
	z-index: 1;
}
#menu ul, li {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	list-style: none;
	margin: 0px 10px 0px 5px;
}
#rss {
	height: 17px;
	width: 90px;
	position: absolute;
	background: #fff;
	left: 605px;
	top: 360px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
#rssContent {
	padding-left: 20px;
}
#logo {
	height: 121px;
	width: 331px;
	position: absolute;
	left: 225px;
	top: 0px;
	z-index: 3;
	margin-bottom: 20px;
}
#articles {
	width: 145px;
	margin-left: 220px;
	margin-bottom: 20px;
	z-index: 3;
}

#contenu {
	position: absolute;
	top: 230px;
	background: #fff;
	margin-left: 6px;
	width: 380px;
	z-index: 3;
}
.post-content img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #e1e1dc;
	padding: 5px;
}

#footer {
	background: #f06;
	bottom: 0px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	

}
#footercontent {
	margin: 5px 5px 0px;
	padding-bottom: 5px;
}
#footermenu {
	text-align: center;
}
/* Liens
================================================================= */
a:link {
	color: #f06;
	text-decoration: none;

}
a:visited {
	color: #f06;
	text-decoration: none;
	}
a:hover {
	color: #f60;
	text-decoration: none;
}
#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
	}
#menu a:hover {
	color: #fff;
	font-weight: bold;	
}
#myspace a:link {
	color: #fff;
	text-decoration: none;
}
#myspace a:visited {
	color: #fff;
	text-decoration: none;
}
#myspace a:hover {
	color: #fff;
	font-weight: bold;	
}
#links a:link {
	color: #fff;
	text-decoration: none;
}
#links a:visited {
	color: #fff;
	text-decoration: none;
}
#links a:hover {
	color: #fff;
	font-weight: bold;	
}
#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	font-weight: bold;	
}

