/* @override 
	http://localhost/~olikenobi/Francofa/css/recrutement.css
*/

#content h2 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 19px;
}
#content h3 {
	padding-left: 18px;
	font-size: 14px;
	color: #f60;
}


/*-- Liste Postes --*/
#content table.postes {
	width: 627px;
	margin: 45px 0 0 18px;
}
#content .postes .separateur {
	width: 627px;
	height: 15px;
	background: url(../images/produits-sep.jpg) no-repeat center 5px;
	line-height: 1px;
	font-size: 1px;
}
#content .postes h4 {
	padding: 0 0 4px 47px;
	text-transform: uppercase;
	font-size: 11px;
}
#content .postes .coordonnees {
	width: 178px;
	vertical-align: middle;
}
#content .postes .description {
	width: 359px;
	padding: 0 0 0 47px;
	line-height: 18px;
}
#content .postes .description p {
	padding: 4px 0;
}
#content .postes a {
	color: #000;
}
#content .postes a:hover {
	text-decoration: underline;
}

/*-- Bottom --*/
#content .content .bottom {
	clear: both;
	display: block;
	width: 667px;
	height: 115px;
	font-size: 1px;
}
#content .bottom .suivant {
	float: right;
	margin: 44px 46px 0 0;
}
#content .bottom .precedent {
	float: left;
	margin: 44px 0 0 46px;
}



