html, body{
	height: 100%; /* POUR CENTRER VERTICALEMENT : PARENTS DU TABLE*/
	background: url(images/bg_bleu.gif) repeat center top;
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}
.spacer {
   clear: both;
   line-height: 0;
   width: 0;
   font-size:0;
}
#postIT {
	position:absolute;
	left:775px;
	top:37px;
	width:203px;
	height:221px;
	background: url(images/exploremploi/post-it.jpg) top left no-repeat;
	z-index:1;
	text-align: center;
	font-weight: bold;
	color: #831a7b;
	padding-top: 37px;
	line-height: 17px;
}
td, tr {
	margin: 0px;
	padding: 0px;
}
#bg {
	color: #831a7b;
	width: 100%;
	background-image: url(images/exploremploi/bande_home_bleu.gif);
	background-repeat: repeat-x;
}
#abc_contener_table{ /* POUR CENTRER VERTICALEMENT */
	margin: auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#abc_contener_div{
	position: relative;
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 586px;
}
#home_head {
	background-image: url(images/exploremploi/Home_emploi_bande_alpha_haut.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 1002px;
	margin-left: 23px;
}
* html #home_head {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/exploremploi/Home_emploi_bande_alpha_haut.png');
}
#home_contenu {
	position:relative;
	height: 374px;
	width: 1025px;
	background-image: url(images/exploremploi/home_emploi_image_centrale.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000f47;
	text-align: justify;
	background-color: #FFFFFF;
	font-size: 11px;
}
#contenu {
	padding: 140px 0 0 712px;
	width: 247px;
	font-size: 10px;
}
#contenu .bloc {
	text-align: center;
}
#logos{
	position: absolute;
	z-index: 5;
	right: 28px;
	bottom: 0;
	width: 322px;
	height: 106px;
	overflow: hidden;
}
#logos embed#Partenaires {
	position: relative;
	z-index: 6;
}
/*************************** FOOT DE LA HOME ***************************/
#home_foot img{
	margin-bottom: -3px;
}
#home_foot {
	background: url(images/exploremploi/Home_emploi_bande_alpha_bas.png) 0 0 no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C4D7;
	text-align: center;
	height: 53px;
	width: 1111px;
	padding-top: 9px;
}
* html #home_foot {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/exploremploi/Home_emploi_bande_alpha_bas.png');
}
#home_foot a{
	color: #C0C4D7;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
}
#home_foot a:hover{
	text-decoration:none;
}
#home_foot a.corp {
	text-decoration:none;
	font-weight: normal;
}
#home_foot a.corp:hover{
	text-decoration:underline;
}

/*************************** MENU DE LA HOME ***************************/
#home_menu {
	background-image: url(images/exploremploi/bg_menu_emploi.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 1002px;
	margin-left: 23px;
}
#home_menu ul {
	margin: 0px;
	height: 24px;
	padding: 42px 0 0 23px;
	width: 590px;
}
#home_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.menuHome_candidat a{
	background-image: url(images/exploremploi/home_emploi_rollover_candidats.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 113px;
	display: block;
	margin-right: 7px;
	margin-left: 7px;
}
.menuHome_candidat a:hover{
	background-position: 0px -17px;
	display: block;
}
.menuHome_entreprise a{
	background-image: url(images/exploremploi/home_emploi_rollover_entreprise.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 17px;
	width: 128px;
	margin-right: 36px;
}
.menuHome_entreprise a:hover{
	background-position: 0px -17px;
	display: block;
}
/************************ TEXTE SUR 2 COLONNES DE LA HOME ************************/
#contenu .texte {
   margin-top: 10px;
}
#contenu .texteGauche {
   width: 160px;
   text-align: right;
   padding-top: 20px;
   padding-right: 5px;
   font-weight: bold;
}
#contenu .texteMilieu {
   background-image: url(images/exploremploi/2-colonnes_home.jpg);
   background-repeat: no-repeat;
   width: 11px;
   height: 105px;
   display: block;
}
#contenu .texteDroite {
   width: 160px;
   text-align: left;
   padding-top: 20px;
   padding-left: 5px;
   font-weight: bold;
}