/* -------------------------------------------------------------------
REDEFINITION D'ELEMENTS
------------------------------------------------------------------- */
INPUT{
	float:left;
}


/* -------------------------------------------------------------------
CLASSES GENERIQUES
------------------------------------------------------------------- */
.selectSize3{
	float:left;
	cursor:pointer;
	margin:-2px 0 0 0;
}

.inputTextSize4{
	margin:3px 0 0 0;
}

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



/*
 * CONTENU
 */

#listQCM  {
	float:left;
	position:relative;
	overflow:hidden;
	width:704px;
}

.contentDynamic{
	float:left;
	position:relative;
	display:none;
	width:100%;
}

.lineListConcours{
	float:left;
	width:100%;
	padding:0 0 20px 0;
	position:relative;
}

	.imgConcours{
		float:left;
		width:106px;
		height:82px;
	}
	
		.imgConcours a{
			float:left;
			width:106px;
			height:82px;
			border:1px solid #787878;
			padding:1px;
		}
	
		.imgConcours a:hover{
			float:left;
			width:106px;
			height:82px;
			border:1px solid #0068ab;
			padding:1px;
		}
	
	.descConcours{
		float:left;
		width:500px;
		margin:0 0 0 10px;
	}
	
		.descConcours h1, .descConcours h1 a{
			float:left;
			width:100%;
			font-size:17px;
			font-weight:bold;
			color:#0068ab;
			text-decoration:none;
		}
		
		.descConcours h1 a:hover{
			float:left;
			width:100%;
			font-size:17px;
			font-weight:bold;
			color:#0068ab;
			text-decoration:underline;
		}
		
		.descConcours h2{
			float:left;
			width:100%;
			font-size:11px;
			font-weight:normal;
			color:#999999;
		}
		
		.infoConcours, .infoConcours a{
			float:left;
			width:100%;
			font-size:13px;
			font-weight:normal;
			color:#666666;
			padding:5px 0 0 0;
			text-decoration: none;
		}
		
		.infoConcours a:hover{
			float:left;
			width:100%;
			font-size:13px;
			font-weight:normal;
			color:#0068ab;
			padding:5px 0 0 0;
			text-decoration: none;
		}
		
		.btnPartcipateConcours{
			float:left;
			width:100%;
			padding:5px 0 0 0;
		}
		
.paginationQCM{
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	color:#7b7b7b;
	padding:20px 0 10px 0;
}

	.contentPaginationQCM{
		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;
		}
		
		.sepPaginationQCM{
			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;
		}

.titleBoxMainContentConcours{
	float:left;
	width:310px;
	padding:13px 0 0 8px;
}
						
	.titleBoxMainContentConcours h1{
		float:left;
		font-size:17px;
		font-weight:bold;
		color:#356787;
		text-transform:uppercase;
	}
	
.linksTopBoxMainContentConcours{
	float:right;
	width:385px;
	text-align:right;
	padding:12px 2px 0 0;
}

	.linkDownloadReglementConcours{
		float:right;
		font-size:13px;
		font-weight:normal;
		color:#313131;
		padding:0 5px 0 0;
	}
							
		.linkDownloadReglementConcours a{
			float:right;
			font-size:13px;
			font-weight:normal;
			color:#313131;
			background:url("../images/picto_download.jpg") no-repeat 0 3px;
			padding:0 0 0 15px;
		}
								
		.linkDownloadReglementConcours a:hover{
			float:right;
			font-size:13px;
			font-weight:normal;
			color:#313131;
			text-decoration:underline;
		}

.blocQuestion{
	float:left;
	width:704px;
	padding:0 0 10px 0;
}

	.titleQuestion{
		font-weight:bold;
		width:704px;
	}
	
	.indice{
		float:left;
		font-style:italic;
		font-weight:normal;
		margin:5px 0 5px 0;
	}
	
	.blocReponses{
		float:left;
		width:684px;
		padding: 0 0 0 20px;
	}
		.blocReponses .lineForm{
			padding: 5px 0 0 0;
		}
		
.blocChamps{
	float:left;
	width:704px;
	padding:20px 0 10px 0;
}

	.lineFormChamp{
		float:left;
		width:100%;
		padding:6px 0 0 0;
	}
	
		.labelLineFormChamp{
			float:left;
			width:250px;
			font-size:13px;
			font-weight:normal;
			color:#666666;
			padding:3px 0 0 0;
		}

.lineBoxMainContent .contentStep{
	padding:10px 0 0 10px;
}

.linkLogin{
	color:#999999;
}

	
.boxOptionAdminInput{
	width:180px;
	height:75px;
}