/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 

	Style perso

*/

#cboxClose{position:absolute; top:10px; left:520px; width:70px; height:15px;background: url(../images/closePopUp.jpg) no-repeat right;font-size:0.893em;color:#fff;}

#colorbox {
	top:180px !important ;
	font-size: 1.4em;
	line-height: 1.336em;
}
#popUpHome {
	display:none;
	position:absolute;
}
#cboxContent{
	background: url(../images/fondPopupHome_h.png) no-repeat left top;
}	
#popUp {	
	padding-top: 64px;
	width:573px;	
}
#popUp .piedPopUp{
	background: url(../images/fondPopupHome_b.png) no-repeat left bottom;
	width:624px;
	padding-bottom: 11px;
}
#popUp .centrePopUp{
	padding: 0 25px;
	background: url(../images/fondPopupHome_c.png) repeat-y left top;
}
#popUp h2 {
	font-size:1.143em;
	color:#9d3488;
	font-weight: bold;
	margin-bottom: 25px;
}
#popUp p {
	color:#666;
	margin-bottom: 10px;
}
#popUp p#conclusion {
	color:#9d3488;
	padding-top: 15px;
}
