html{
	width: 100%;
	height: 100%;
}

body{
	margin: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
}

input, select, textarea{
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
}

p{
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #FF9933;
}

.erreur{
	color: #d10000;
	font-weight: bold;
}

/* *** CONTAINER *** */
#container{
	width: 1OO%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
}
#containerMenu{
	width: 100%;
	height: 76px;
	background-color: #000000;
}
#containerContenu{
	width: 100%;
	height: 292px;
	background: url(../images/fondContenu.gif) no-repeat #FFFFFF left top;
}
#containerSousContenu{
	width: 100%;
	height: 98px;
	background-color: #000000;
}
#containerMenuBas{
	width: 100%;
	height: 12px;
	background-color: #000000;
}

/* *** MAIN *** */
#main{
	width: 718px;
	height: 478px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

/* *** CONTENU *** */
#contenuGauche{
	float: left;
	width: 260px;
	height: 292px;
}
#contenuGauche .container{
	padding: 21px 6px 21px 9px;
}
#contenuGauche .titre{
	margin: 0px;
	background: url(../images/fondTitre.gif) no-repeat #FFFFFF top left;
	padding: 5px 12px 5px 12px;
	width: 160px;
	color: #FFFFFF;
	font-size: 12px;
	height: 15px;
}

#contenuCentre{
	float: left;
	width: 273px;
	height: 292px;
}
#contenuCentre .container{
	padding: 21px 6px 21px 6px;
}

#contenuDroite{
	float: left;
	width: 185px;
	height: 292px;
}
#contenuDroite .container{
	padding: 21px 6px 21px 6px;
}
#contenuDroite .blocOrange{
	width: 172px;
	height: 149px;
	background-color: #FF9933;
	overflow: hidden;
	margin-bottom: 5px;
}
#contenuDroite .blocOrange p{
	margin: 0px;
	padding: 0px;
}
#contenuDroite .blocOrange .itemListe{
	background: url(../images/puceListe.gif) no-repeat #FF9933 6px 4px;
	padding: 0px 3px 5px 17px;
}
#contenuDroite .blocBasEntreprises{
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 14px;
	color: #041C76;
	margin: 15px 5px 5px 3px;
}
#contenuDroite .blocBasEntreprises u{
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
}
#contenuDroite .blocBasCandidats{
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 15px 5px 0px 3px;
}
#contenuDroite .blocBasCandidats u{
	font-family: arial, verdana;
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
}

/* *** SOUS CONTENU *** */
#sousContenu{
	padding: 20px 10px 10px 100px;
}
#sousContenu p{
	background: url(../images/puceGrise.gif) no-repeat #000000 left center;
	color: #FFFFFF;
	padding-left: 18px;
	margin-bottom: 10px;
}
#sousContenu a:link, #sousContenu a:active, #sousContenu a:visited{
	color: #FFFFFF;
}
#sousContenu a:hover{
	text-decoration: underline;
	color: #FF9933;
}

/* *** MENU *** */
#menu{
	text-align: center;
	margin: 20px 5px 0px 5px;
	border-bottom: 1px solid #FF9933;
}
#menu img{
	width: 88px;
	height: 18px;
	border: none;
	cursor: pointer;
	margin-right: 1px;
}
#menu img.on{
	width: 97px;
	height: 18px;
	border: none;
	cursor: pointer;
	margin-right: 1px;
}
/* *** MENU BAS *** */
#menuBas{
	padding-left: 10px;
	font-family: verdana, arial;
	font-size: 8px;
	color: #CCCCCC;
}
#menuBas a:link, #menuBas a:active, #menuBas a:visited, #menuBas a:hover{
	font-family: verdana, arial;
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: none;
}

.popup{
	visibility: hidden;
	position: absolute;
	left: 25%; top: 16%;
	width: 358px;
	height: 487px;
}