/* CSS du PopUp light */

#overlay img{ border: none; }
#overlay{ background-image: url(./images/overlay.png); }
.bigchoice2 {
	font-size: 36px;
	text-transform:uppercase;
}

.softchoice2 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: bold;
}

.softchoice3 {
	font-size: 18px;
}

a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.lienVisi {
	border-bottom: 2px dashed white;
}

.lBoxTitle {
	font-size: 24px;
	font-family: Tahoma;
	font-weight: normal;
}

.lienLbox {
	color: #333333 !important;
	/*background-color: #BCD92B;*/
	text-decoration: none;
}

.lienLbox_select {
	color: #BCD92B !important;
	background-color: white;
	text-decoration: none;
}		
#popconteneur{
	display:none; 
	position:absolute; 
	padding:10px;
}
p.center{
	width:100%;
	text-align:center;
}

p.description{
	text-align:justify;
	font-size:80%;
}

.section{
	text-align:center;
}
.full{
	display:inline-block;
	width:98%;
	text-align:center;
}

.bloc1, .bloc2, .bloc3 {
	float: left;
	background-image: url('/images/bkg_btn_lightbox.jpg');
	background-repeat: no-repeat;
	width: 360px;
	height: 107px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.spaceLeft {

}	

.bloc3 {
	margin-left: 200px;
}

