/* -------------------------------------------------------------------
CLASSES GENERIQUES
------------------------------------------------------------------- */
.selectSize2{
	cursor:pointer;
}


/* -------------------------------------------------------------------
AUTRES DEFINITIONS
------------------------------------------------------------------- */

.boxOptionDepartement{
	width:210px;
	height:92px;
}

.boxOptionInstrument{
	width:204px;
	height:75px;
}

#listInstruments{
	display:none;
}

/*
 * CONTENU
 */

.lineBoxMainContent{
	padding-bottom:20px;
}

	.boxFormSearchUser{
		float:left;
		width:704px;
		padding:30px 0 0 10px;
	}
	
		.lineFormSearchUser{
			float:left;
			width:100%;
			padding:0 0 7px 0;
		}
		
			.labelFormSearchUser{
				float:left;
				width:150px;
			}
		
		.inputSubmitSearchUser{
			float:left;
			width:87px;
			height:20px;
			background:url("../images/btn_valider.jpg") no-repeat;
			border:none;
			cursor:pointer;
		}

	#resultsSearch, #lastSubscribed{
		float:left;
		width:707px;
		padding:18px 0 0 7px;
	}
	
		.listUsers{
			float:left;
			position:relative;
			overflow:hidden;
			width: 100%;
		}
		
		.contentDynamic{
			float:left;
			position:relative;
			display:none;
			width:100%;
		}
				
		.lineResults{
			float:left;
			position:relative;
			width:100%;
			padding:10px 0 10px 0;
		}

		.lineUsers{
			float:left;
			padding:0 0 23px 0;
		}
	
			.boxUser{
				float:left;
				width:110px;
				cursor:pointer;
				padding:0 21px 0 0;
			}
			
				.imgUser{
					float:left;
					width:106px;
					border:1px solid #787878;
					padding:1px;
				}		
				
				.infosUser{
					float:left;
					width:100%;
					padding:5px 0 0 2px;
				}
				
					.pseudoUser{
						float:left;
						width:100%;
						font-size:13px;
						font-weight:bold;
						color:#0068ab;
					}
					
						.pseudoUser a{
							float:left;
							width:100%;
							font-size:13px;
							font-weight:bold;
							color:#0068ab;
						}
						
						.pseudoUser a:hover{
							float:left;
							width:100%;
							font-size:13px;
							font-weight:bold;
							color:#0068ab;
							text-decoration:underline;
						}
						
						.villeUser{
							float:left;
							width:100%;
							font-size:11px;
							font-weight:normal;
							color:#666666;
						}
						
							.villeUser a{
								float:left;
								width:100%;
								font-size:11px;
								font-weight:normal;
								color:#666666;
							}
						
							.villeUser a:hover{
								float:left;
								width:100%;
								font-size:11px;
								font-weight:normal;
								color:#666666;
								text-decoration:underline;
							}
							
						.typeUser{
							float:left;
							width:100%;
							font-size:11px;
							font-weight:normal;
							color:#666666;
						}
						
							.typeUser a{
								float:left;
								width:100%;
								font-size:11px;
								font-weight:normal;
								color:#666666;
							}
						
							.typeUser a:hover{
								float:left;
								width:100%;
								font-size:11px;
								font-weight:normal;
								color:#666666;
								text-decoration:underline;
							}
							
		.paginationResultsSearch{
			float:left;
			width:100%;
			font-size:11px;
			font-weight:bold;
			color:#7b7b7b;
			padding:10px 0 0 0;
		}
		
			.contentPaginationResultsSearch{
				width:170px;
				margin:0 auto;
			}
			
				.numPage{
					float:left;
					font-size:11px;
					font-weight:bold;
					color:#7b7b7b;
					text-decoration:underline;
					cursor:pointer;
				}
				
				.numPage.off{
					text-decoration:none;
					cursor:auto;
				}
				
				
				.curNumPage{
					float:left;
					font-size:11px;
					font-weight:bold;
					color:#000000;
					text-decoration:none;
				}
				
				.sepPagination{
					float:left;
					width:2px;
					height:8px;
					background:url("../images/sep_pagination_classement_video.jpg") no-repeat;
					margin:3px 4px 0 4px;
				}
				
				.btnLast{
					float:left;
					margin:0 10px 0 0;
					cursor: pointer;
				}
				
				.btnNext{
					float:left;
					margin:0 0 0 10px;
					cursor: pointer;
				}
								
								
