/***** BONUS *****/

#conteneurBonusLightbox{
	/*size*/
	position:fixed;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	
	/*colors*/
	background-color:#FFFFFF;
	background-image:url(../images/fond/fondLightbox.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#conteneurBonusMenuLightbox{
	/*size*/
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:600px;
	
	/*colors*/
	background-color:#FFFFFF;
}

#titreBonusMenuLightbox{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:940px;
	height:40px;
	overflow:hidden;
	float:left;
	
	/*colors*/
	color:#000000;
	
	/*text*/
	font-size:40px;
	font-weight:normal;
	font-style:normal;
	font-family:Avenir-Book, Helvetica, sans-serif;
	text-align:left;
}

#conteneurBonus1, #conteneurBonus2, #conteneurBonus3, #conteneurBonus5, #conteneurBonus5Bis{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:20px;
	width:300px;
	height:225px;
	float:left;
	
	/*colors*/
	background-color:#FFFFFF;
}

#imageBonus1{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	
	/*colors*/
	background-image:url(../images/bonus/bonus1/imagePresentation.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#imageBonus2{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	
	/*colors*/
	background-image:url(../images/bonus/bonus2/imagePresentation.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#imageBonus3{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	
	/*colors*/
	background-image:url(../images/bonus/bonus3/imagePresentation.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#imageBonus5{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	
	/*colors*/
	background-image:url(../images/bonus/bonus5/imagePresentation.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#imageBonus5Bis{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	
	/*colors*/
	background-image:url(../images/bonus/bonus5Bis/imagePresentation.JPG);
	background-position:center center;
	background-repeat:no-repeat;
}

#titreBonus1, #titreBonus2, #titreBonus3, #titreBonus5, #titreBonus5Bis{
	/*size*/
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:10px;
	width:300px;
	height:15px;
	float:left;
	
	/*colors*/
	color:#000000;
	
	/*text*/
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	text-align:left;
}

#fermetureBonusMenuLightbox{
	/*size*/
	position:relative;
	margin:0px;
	margin-left:360px;
	margin-right:360px;
	margin-top:-40px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	width:220px;
	height:15px;
	float:left;
	
	cursor:pointer;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#e74c3c;
	border-radius:5px;
	
	/*text*/
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	text-align:center;
}

#sousFermetureBonusMenuLightbox{
	/*size*/
	position:relative;
	margin:0px;
	margin-left:360px;
	margin-right:360px;
	margin-top:35px;
	padding:0px;
	width:220px;
	height:35px;
	float:left;
	
	/*colors*/
	color:#FFFFFF;
	background-color:#c0392b;
	border-radius:5px;
}

/***** Titre et sous-titre bonus lightbox *****/

.lb-caption, .lb-number{
	font-family:Helvetica, sans-serif;
}