/* List candidats
-------------------------------------------------------------- */

#candidatheque_listCandidats {
}

	#candidatheque_listCandidats table {}

	#candidatheque_listCandidats table th a {
		color: white;
	}

	#candidatheque_listCandidats table th {
		padding: 3px 5px;
	}

	#candidatheque_listCandidats table td {
		padding: 0px 5px;
	}

	#candidatheque_listCandidats .sexe {
		display: none;
	}

	#candidatheque_listCandidats img.picto_sexe {
		position: relative;
		top: 3px;
	}


/* Control search candidats
-------------------------------------------------------------- */

#candidatheque_ControlSearchCandidats {}

	/*#candidatheque_ControlSearchCandidats .left{
		float: left;
		margin-right: 10px;
	}

	#candidatheque_ControlSearchCandidats .right{
		float: left;
	}*/

		#candidatheque_ControlSearchCandidats h2{
			font-size: 15px;
		}

		#candidatheque_ControlSearchCandidats .btn {
			float: right;
			position: relative;
			top: -5px;
		}

		#candidatheque_ControlSearchCandidats .labelSeparator {
			display: block;
			width: 1px;
			height: 5px;
		}


/* Control last candidats
-------------------------------------------------------------- */

#candidatheque_ControlLastCandidats	  {
	
	padding:5px 5px 15px 5px;
	
}

	 #candidatheque_ControlLastCandidats UL{
	 margin:0px 0px 0px 0px;
	 padding:10px 10px 10px 20px;
	 background:url("images/bg_ctrlcandidat.jpg") 0px 0px repeat-x #e5e5e5;
	 border:1px solid #dfdfdf;
	}



	 #candidatheque_ControlLastCandidats LI{
		margin-bottom:10px;
	 }


	#candidatheque_ControlLastCandidats	i{
		color:#333333;
		font-size:10px;
	}

	#candidatheque_ControlLastCandidats .showAll{
		float:right;
		background:url("images/bg_btnshowall.jpg") 0px 0px no-repeat;
		color:white;
		text-decoration:none;
		display:block;
		padding:4px 5px 5px 5px;
		width:110px;
		text-align:center;
	}


		#candidatheque_ControlLastCandidats .showAll:hover{
		 	 filter : alpha(opacity=50);
		   -moz-opacity : 0.5;
			  opacity : 0.5; 
		}