@media print { .noprint {display:none;}}

* {
	margin: 0;
	padding: 0;
	font-family: trebuchet MS, arial, verdana, sans-serif;
}

img {
	behavior: url("/medias/js/pngbehavior.htc");
	border: none;
}
a, a:hover, a:visited { color: #000000 }


.menu {
	width: 170px;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	margin: 0px 5px 0px 5px;
	float: left;
}
.menu.lowcost {
	width: 200px;
	height: 38px;
	background: url(../img/onglet_lowcost_bg.gif) no-repeat;
}

.menu.on {
	background: url(../img/onglet_on_bg.gif) no-repeat;
}
.menu.off {
	background: url(../img/onglet_off_bg.gif) no-repeat;
}
.menu a {
	color: black;
	text-decoration: none;
}

.textSlider {
	font-size: 11px;
}

.titleBold {
	font-size: 14px;
	font-weight: bold;
}
.titleWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bigTitleWhite {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.occasionMomentTitle {
	font-size: 16px;
	font-weight: bold;
	color: #0162a7;
}
.text {
	font-size: 14px;
}
.textSmall {
	font-size: 12px;
}
.textBold  {
	font-weight: bold;
}
.formLabel {
	width: 85px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}
.offerTitle {
	font-size: 18px;
	font-weight: bold;
}
.offerSubtitle {
	font-size: 14px;
	font-weight: bold;
}
.offerPrice {
	font-size: 20px;
	font-weight: bold;
}
.tableText {
	font-size: 14px;
}
.tableText td {
	vertical-align: top;
}

.delimiter {
	font-size: 0px;
	width: 100%;
	height: 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer {
	width: 986px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 11px;
}

input, textarea  {
	border: 1px solid black;
	padding: 2px;
	font-family: trebuchet MS, arial, verdana, sans-serif;
	background: white url(../img/input_bg.gif) repeat-x bottom;

}
