#content{
	margin-top:6px;
}

#content ul.offre{
	float: left;
	list-style-type: none;
	padding-right: 35px;
}
#content ul.offre li{
	padding-bottom: 5px;
}

#content p.metiers{
	margin-bottom: 0;
}
#content ul.metiers{
	margin-bottom: 8px;
	margin-left: 50px;
	margin-top: 1px;
}

#content ul.metiers li{
	line-height: 17px;
}





/*************************/


#footer {
	height:206px;
	margin-top:-206px;
}
#footer #subfooter {
	height: 105px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

#footer form{
	position: relative;
	height: 26px;
	width: 120px;
}

#footer input[type=text]{
	border: none;
	width: 95px;
	height: 16px;
	line-height: 16px;
	top: 0;
	left:0;
	position: absolute;
	font-size:12px;
}
#footer input[type=button], input[type=submit]{
	border: none;
	background-color: white;
	color: #0097FF;
	width: 23px;
	height: 16px;
	line-height: 16px;
	top: 0;
	right:0;
	position: absolute;
	font-size:10px;
}
#footer input[type=button]:hover, input[type=submit]:hover{
	background-color: #00cccc;
	color: white;
}

#footer p{
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer #logos{
	width: 120px;
	position: relative;
	height:20px;
}
#footer #logos #logo_facebook{
	top: 0;
	left:0;
	position: absolute;
}
#footer #logos #logo_twitter{
	top: 0;
	right:0;
	position: absolute;
}

#footer p.confirmation{
	color: #0097FF;
	font-weight: bold;
	position: relative;
	height: 26px;
}

#footer p.error{
	color: red;
	font-weight: bold;
}

/************************************/


#subfooter h1{
	color: black;
	position: absolute;
	top: -22px;
}
#subfooter ul{
	height: 100px;
	list-style-type: none;
}
#subfooter ul li{
	float: left;
	width: 150px;
	height: 100%;
	margin-right: 15px;
}
#subfooter ul li.last{
	margin-right: 0;
}
#subfooter ul li div.date a{
	color: #0097FF;
	font-weight: bold;
	text-decoration: none;
}
#subfooter ul li div.date a:hover{
	color: #00cccc;
}

#subfooter ul li div.description{
	font-size: 11px;
	cursor: pointer;
}
#subfooter ul li div.description img{
	margin-top: 5px;
	margin-bottom: 5px;
}
#subfooter ul li div.description a{
	color: white;
}
#subfooter ul li div.description a:hover{
	color: #0097FF;
}
#subfooter ul li div.description p{
	text-align: left;
}

#footer #subfooter {
	height: 105px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}




