/* ########## Links ################*/
a{
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
}

img{border:0;}

.body{
	background-color : #FFFFFF;
}

/*#############  Texte #############*/
.copy{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}
.copyBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
}
.copySmall{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}
.copySmallUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
	color : #000000;
}
.copy12pxBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
}
.copyBlue{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #074182;
}
.copyBlueSmall{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #074182;
}
.copyBlueSmallUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
	color : #074182;
}
.copyBlueBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #074182;
}
.copyBlueUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color : #074182;
}
.copyBlueL{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #5381B5;
}
.copyBlueLBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #5381B5;
}
.copyGrey{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #919191;
}
.copyGreyBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #919191;
}

.copySand{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #955C02;
}
.copySandBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #955C02;
}

.copySandL{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #BD9101;
}
.copySandLBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #BD9101;
}
.copySmallWhite{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #FFFFFF;
}
.navHead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
}
.notice{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #7C9ABD;
}
.errorReport{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #FF0000;
}
.errorReportBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #FF0000;
}
.headLn {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	color : #074182;
}
.headLn2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
	font-style : normal;
	font-weight : bold;
	color : #074182;
}
.copyRedSmall{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #BE5911;
}
.copyRedSmallUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
	color : #BE5911;
}
.copyRed{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #BE5911;
}
.copyRedBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #BE5911;
}
.copyRedUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color : #BE5911;
}

.bgBookedUpDays{
	background : #DEDEDE;
	background-color : #DEDEDE;
}
.bgBookedDays{
	background : #FADA72;
	background-color : #FADA72;
}
.bgBookedRemDays{
	background-image : url(../img/backgrounds/bg_booked_remov.gif);
	background : url(../img/backgrounds/bg_booked_remov.gif) repeat-x;
}
.bgFreeDays{
	background : #C6E7F6;
	background-color : #C6E7F6;
}

.bgCityTeaserDays{
	background : #BE5911;
	background-color : #BE5911;
}

.bgFreeDaysBook{
	background-image : url(../img/backgrounds/bg_free_days.gif);
	background : url(../img/backgrounds/bg_free_days.gif) repeat-x;
}
.bgNoCheckDays{
	background : #C6E7F6;
	background-color : #C6E7F6;
}

.bgBasicPrice{
	background : #FED347;
	background-color : #FED347;
}
.bgLeasingPrice{
	background : #FFBC3D;
	background-color : #FFBC3D;
}

.bgCalendarPopup {
	background-image : url(../img/backgrounds/bg_calendar_popup.jpg);
	background : url(../img/backgrounds/bg_calendar_popup.jpg) repeat-x;
	background-repeat : repeat-x;
}