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


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

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

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

.boxOptionVideo{
	width:210px;
	height:100px;
}

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

.selectVideo{
	margin:-2px 0 0 5px;
}

/**
 * OVERLAY CREDIT VOTE
 */

#overlayCreditVote{
	position:absolute;
	width:100%;
	background:url("../images/bg_overlay_authentification.png") repeat;
	z-index:5000;
	cursor:pointer;
	display:none;
} 
 
	#boxCreditVote{
		position:relative;
		top:-150px;
		width:273px;
		height:334px;
		background:url("../images/bg_box_credit_vote.png") no-repeat;
		margin:0 auto;
	} 
	
		#boxCreditVote h1{
			font-size:17px;
			font-weight:bold;
			color:#999999;
			padding:15px 0 0 10px;
		}
		
		#boxCreditVote h2{
			font-size:13px;
			font-weight:bold;
			color:#999999;
			padding:10px 0 0 10px;
		}
	
		#boxCreditVote form{
			float:left;
			width:100%;
			padding:15px 0 0 0;
		}
		
			.lineBoxCreditVote{
				float:left;
				width:100%;
				font-size:10px;
				font-weight:normal;
				color:#999999;
				text-align:center;
				padding:0 0 0 0;
			}
			
				.labelBoxCreditVote{
					float:left;
					width:220px;
					font-size:13px;
					font-weight:normal;
					color:#999999;
					text-align:left;
					margin:0 0 5px 20px;
				}
				
				.lineBoxCreditVote a{
					font-size:10px;
					font-weight:normal;
					color:#999999;
					text-decoration:underline;
				}
				
				.lineBoxCreditVote a:hover{
					font-size:10px;
					font-weight:normal;
					color:#2E6081;
					text-decoration:underline;
				}
				
				.lineBoxCreditVote textarea{
					float:left;
					width:225px;
					height:150px;
					font-family:Arial, Helvetica, sans-serif;;
					font-size:13px;
					font-weight:normal;
					color:#000;
					border:none;
					padding:3px 5px 0 5px;
					margin:0 0 0 20px;
				}
				
			.btnSubmitCreditVote{
				float:left;
				width:100%;
				padding:15px 0 4px 0;
			}
			
				.inputSubmitCreditVote{
					float:left;
					width:108px;
					height:20px;
					background:url("../images/btn_valider.png") no-repeat;
					border:none;
					cursor:pointer;
					margin:0 0 0 83px;
				}
		
		#boxCreditVote .messageNumCredits{
			float:left;
			font-size:13px;
			font-weight:normal;
			color:#666666;
			display:none;
			padding: 10px 0 0 10px;
		}
		
		#boxCreditVote .retourGainCredit{
			color:#999999;
			text-decoration:underline;
		}

/*
 * CONTENU
 */

#headerLanceToi{
	float:left;
	width:934px;
	height:288px;
	/*background:url("../images/header_lance_toi_en_live.jpg") no-repeat;*/
	margin:0 0 20px 0;
} 

	#menuLanceToi{
		position:relative;
		top:218px;
		left:360px;
		width:392px;
		height:31px;
		background:url("../images/bg_menu_lance_toi_en_live.png") no-repeat;
		padding:14px 0 0 20px;
	}
	
		.btnMenuLanceToi{
			float:left;
		}
		
			.btnMenuLanceToi a{
				float:left;
				font-size:11px;
				font-weight:bold;
				color:#9a9999;
				text-decoration:underline;
				text-transform:uppercase;
				padding:0 8px 0 8px;
				/padding:0 5px 0 5px;
			}
			
			.btnMenuLanceToi a:hover{
				float:left;
				font-size:11px;
				font-weight:bold;
				color:#ffffff;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 8px 0 8px;
				/padding:0 5px 0 5px;
			}
			
			.activeBtnMenuLanceToi{
				float:left;
				font-size:11px;
				font-weight:bold;
				color:#ffffff;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 8px 0 8px;
				/padding:0 5px 0 5px;
			}
			
		.sepMenuLanceToi{
			float:left;
			width:2px;
			height:8px;
			background:url("../images/sep_menu_lance_toi_en_live.jpg") no-repeat;
			margin:4px 0  0;
		}

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

.menuContentPage{
	margin:0 0 10px 0;
}

.listClassementVideos{
	float:left;
	position:relative;
	overflow:hidden;
	width: 100%;
}

.contentDynamic{
	float:left;
	position:relative;
	display:none;
	width:100%;
}
		
.lineClassementVideo{
	float:left;
	position:relative;
	width:100%;
	padding:10px 0 10px 0;
}

.lineFonce{
	background:#d9d9d9;
}

.lineClair{
	background:#efefef;
}

	.numVideo{
		float:left;
		width:25px;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		text-align:right;
		padding:0 5px 0 0;
	}
	
	.imgClassementVideo a{
		float:left;
		width:106px;
		border:1px solid #747474;
		padding:1px;
	}
	
	.imgClassementVideo a:hover{
		float:left;
		width:106px;
		border:1px solid #0068AB;
		padding:1px;
	}
	
	.descClassementVideo{
		float:left;
		width:553px;
		font-size:13px;
		font-weight:normal;
		color:#999999;
		padding:0 0 0 7px;
	}
	
		.infoClassementVideo{
			float:left;
			width:100%;
		}
	
			.titleClassementVideo{
				font-size:17px;
				font-weight:bold;
				color:#0068ab;
			}
			
				.titleClassementVideo a{
					font-size:17px;
					font-weight:bold;
					color:#0068ab;
				}
				
				.titleClassementVideo a:hover{
					font-size:17px;
					font-weight:bold;
					color:#0068ab;
					text-decoration:underline;
				}
			
			.descClassementVideo span{
				font-size:13px;
				font-weight:normal;
				color:#666666;
			}
			
		.countView{
			font-size:13px;
			font-weight:normal;
			color:#999999;
			padding:3px 0 3px 0;
		}
			
		.countVote{
			float:left;
			width:433px;
			font-size:17px;
			font-weight:normal;
			color:#666666;
			padding:15px 0 0 0;
		}
			
			.buttonsVote{
				float:left;
			}
				.voteSaved{
					font-size: 13px;
				}
			
				.buttonsVote .btnVote{
					float:left;
				}
				
				.aideVote{
					float:left;
					padding:2px 0 0 10px;
				}
		
		.btnVoirVideo{
			float:left;
			width:120px;
			padding:15px 0 0 0;
		}
		
		.btnCreditVote{
			font-size:13px;
			font-weight:normal;
			color:#666666;
			text-decoration:underline;
		}
		.btnCreditVote:hover{
			font-size:13px;
			font-weight:normal;
			color:#006699;
			text-decoration:underline;
		}
		
		.btnInscription{
			font-size:13px;
			font-weight:normal;
			color:#666666;
			text-decoration:underline;
		}
		.btnInscription:hover{
			font-size:13px;
			font-weight:normal;
			color:#006699;
			text-decoration:underline;
		}
		
.paginationClassementVideo{
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	color:#7b7b7b;
	padding:20px 0 10px 0;
}

	.contentPaginationClassementVideo{
		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;
		}
		
		.sepPaginationClassementVideo{
			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;
		}
		
.boxFormSearchVideo{
	float:left;
	display: none;
	width:707px;
	padding:20px 0 30px 8px;
}

	.lineFormSearchVideo{
		float:left;
		width:100%;
		padding:0 0 7px 0;
	}
	
		.labelFormSearchVideo{
			float:left;
			width:105px;
		}
		
	.inputSubmitSearchVideo{
		float:left;
		width:87px;
		height:20px;
		background:url("../images/btn_valider.jpg") no-repeat;
		border:none;
		cursor:pointer;
	}
	
	
.lineMainContent{
	float:left;
	width:714px;
}	
	
.colContent{
	float:left;
	width:210px;
	font-size:13px;
	font-weight:normal;
	color:#4c4c4c;
	text-align:left;
	padding:0 0 0 20px;
}

	.colContent h1{
		font-size:13px;
		font-weight:bold;
		color:#4c4c4c;
		text-transform:uppercase;
		padding:0 0 15px 0;
	} 
	
	.colContent a{
		font-size:13px;
		font-weight:normal;
		color:#4c4c4c;
		text-decoration:underline;
	}
	
	.colContent a:hover{
		font-size:13px;
		font-weight:normal;
		color:#2E6081;
		text-decoration:underline;
	}	
	
.boxMainContentLeft{
	float:left;
	width:370px;
	margin:0 0 20px 0;
}
				
	.topBoxMainContentLeft{
		float:left;
		width:370px;	
		height:37px;
		background:url("../images/top_box_main_content_left.jpg") no-repeat;
	}
				
		.titleBoxMainContentLeft{
			float:left;
			width:360px;
			padding:13px 0 0 8px;
		}
						
			.titleBoxMainContentLeft h1{
				float:left;
				font-size:17px;
				font-weight:bold;
				color:#356787;
				text-transform:uppercase;
			}
			
	.lineBoxMainContentLeft{
		float:left;
		width:370px;	
		font-size:13px;
		font-weight:normal;
		color:#666666;
		background:url("../images/line_box_main_content_left.jpg") repeat-y;
	}
	
		.boxEdition{
			float:left;
			width:354px;
			background:url("../images/bg_edition_principe_concours.jpg") no-repeat bottom;
			padding:8px 8px 30px 8px;
		}
		
			.boxEdition a{
				font-size:13px;
				font-weight:normal;
				color:#4c4c4c;
				text-decoration:underline;
			}
			
			.boxEdition a:hover{
				font-size:13px;
				font-weight:normal;
				color:#2E6081;
				text-decoration:underline;
			}
		
		.boxParticiper{
			float:left;
			width:354px;
			padding:8px 8px 0 8px;
		}
		
			.boxParticiper a{
				font-size:13px;
				font-weight:normal;
				color:#4c4c4c;
				text-decoration:underline;
			}
			
			.boxParticiper a:hover{
				font-size:13px;
				font-weight:normal;
				color:#2E6081;
				text-decoration:underline;
			}
	
	.bottomBoxMainContentLeft{
		float:left;
		width:370px;	
		height:12px;
		background:url("../images/bottom_box_main_content_left.jpg") no-repeat;
	}
	
.boxMainContentRight{
	float:right;
	width:328px;
	margin:0 0 20px 0;
}
				
	.topBoxMainContentRight{
		float:left;
		width:328px;	
		height:37px;
		background:url("../images/top_box_main_content_right.jpg") no-repeat;
	}
				
		.titleBoxMainContentRight{
			float:left;
			width:320px;
			padding:13px 0 0 8px;
		}
						
			.titleBoxMainContentRight h1{
				float:left;
				font-size:17px;
				font-weight:bold;
				color:#356787;
				text-transform:uppercase;
			}
			
	.lineBoxMainContentRight{
		float:left;
		width:328px;	
		font-size:13px;
		font-weight:normal;
		color:#666666;
		background:url("../images/line_box_main_content_right.jpg") repeat-y;
	}
	
		.boxDate{
			float:left;
			width:312px;
			background:url("../images/bg_date_principe_concours.jpg") no-repeat 195px top;
			padding:8px 8px 0 8px;
		}
		
			.boxDate p{
				padding:0 0 5px 0;
			}
			
		.boxLaureats{
			float:left;
			width:312px;
			height:195px;
			padding:8px 8px 0 8px;
		}
		
			.lineLaureat{
				float:left;
				width:100%;
				padding:0 0 15px 0;
			}
			
				.imgLaureat{
					float:left;
					width:106px;
					border:1px solid #787878;
					padding:1px;
				}
				
				.infoLaureat{
					float:left;
					width:190px;
					font-size:13px;
					font-weight:normal;
					color:#4c4c4c;
					margin:0 0 0 10px;
				}
				
					.infoLaureat h1{
						float:left;
						width:100%;
						font-size:15px;
						font-weight:bold;
						color:#4c4c4c;
						text-transform:uppercase;
					}
					
					.infoLaureat h2{
						float:left;
						width:100%;
						font-size:13px;
						font-weight:normal;
						color:#4c4c4c;
					}
					
					.infoLaureat a{
						font-size:13px;
						font-weight:normal;
						color:#4c4c4c;
						text-decoration:underline;
					}
					
					.infoLaureat a:hover{
						font-size:13px;
						font-weight:normal;
						color:#2E6081;
						text-decoration:underline;
					}
					
					.linkVideoLaureat{
						float:left;
						width:80px;
						font-size:13px;
						font-weight:normal;
						color:#4c4c4c;
						text-decoration:underline;
						cursor:pointer;
						padding:20px 0 0 0;
					}
	
	.bottomBoxMainContentRight{
		float:left;
		width:328px;	
		height:13px;
		background:url("../images/bottom_box_main_content_right.jpg") no-repeat;
	}
		
#info_mail_ok, #info_mail_err{
	display:none;
}