/* CSS Document */

/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	background-color:#ffa21a;
	}

#bandeauTop{
	height:0;
	width:100%;
	background-color:#e4c600;
}

#bandeauBottom{
	height:80px;
	width:100%;
	background-color:#862e1d;
}

#bandeauBottom2{
	height:28px;
	width:100%;
	background-color: #862e1d;
}

#global{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	background-color:#333333;
	height:300px;
	}
	
#global2{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	margin-left: 750px;
	position: relative;
	height:300px;
	}
	
#global3{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	}
#global4{
	width: 750px;
	margin: 0 auto;
	position: relative;
	height:20px;
	}	
	
#page{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 0px;
	width: 750px; /* ------ à changer <----------- largeur de l'image de fond */
	background-color:#CCCCCC;
}

#menuEmploi{
	background-color:#FFFFFF;
	height:366px;
}

#centrerMenuTop{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
}
	
#centrerMenuBottom{
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	}
	
#centrerPub{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 10px;
	left: 240px;
	width: 468px;
	color: #FFFFFF;
	text-align: center;
	}
	
#contenu{
	padding:10px 0 10px 0;
}

#blocLogin{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 5px;
	left: 559px;
	width: 250px;
	color: #000;
	text-align: center;
	font-weight:bold;
}

p{
padding-left:30px;
}

#footer { 
	background: transparent url(img/ligne.png) no-repeat top;
	left:0px;
	text-align: center; 
	padding-top:10px;
	padding-bottom:0px;
	width:750px;
	}
	
#footer a:link, #footer a:visited { 
	margin-left: 20px; 
	}

/* bloc pour les vidéos flash dans le menu central */
#blocVid1{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 200px;
	left: 0px;
	width: 178px;
	text-align: center;
}

#blocVid2{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: -43px;
	left: -178px;
	width: 178px;
	text-align: center;
}

/* ------------------ Roll over du PHP (chercheurs) ---------------------- */
#chercheursRollOver a {
padding: 1px 15px;
text-align: center;
text-decoration: none;
font-weight:bold;
color: #000000;
}

#chercheursRollOver a:hover {
color:#301aff;
}

/* ------------------ Roll over du PHP (offres) ---------------------- */
#offresRollOver a#lienAjoutez {
text-align: center;
color: #000000;
text-decoration: none;
}

#offresRollOver a#lienAjoutez:hover {
color:#3f3f3f;
text-decoration: underline;
}
