.page {	
	background-color: #f5f5f5;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

/****************************FONT******/

.font-txt {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #6C696A;
	font-weight: medium;
	text-decoration: none;
	line-height: 18px;
}
.font-txt-fr {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #535252;
	font-weight: medium;
	text-decoration: none;
	line-height: 18px;
}
.font-txt-eng {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #908F8F;
	font-weight: medium;
	text-decoration: none;
	line-height: 18px;
}
.font-txt-noir-pt {
	font-family: verdana, arial ;
	font-size: 11px;
	color: #000000;
	font-weight: none;
	text-decoration: none;
	line-height: 18px;
}
.font-txt-pt {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #535252;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

.font-txt-black-pt {
	font-family: verdana, arial ;
	font-size: 9px;
	color: #6C696A;
	font-weight: medium;
	text-decoration: none;
	line-height: 12px;
}

.font-txt-s{
	font-family: verdana, arial ;
	font-size: 11px;
	color: #000000;
	font-weight: none;
	text-decoration: none;
	line-height: 18px;
}

.font-txt-gris {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #444343;
	font-weight: medium;
	text-decoration: none;
	line-height: 18px;
}

.font-txt-titre {
	font-family: verdana, arial ;
	font-size: 22px;
	color: #525252;
	text-decoration: none;
	line-height: 25px;
}

.font-titre-fr{
	font-family: verdana, arial ;
	font-size: 18px;
	color: #5C5B5B;
	text-decoration: none;
	line-height: 25px;
}


.font-titre-grey {
	font-family: arial, georgia, verdana,  ;
	font-size: 40px;
	line-height: 45px;
	color: #5C5B5B;
	font-weight: bold;
	text-decoration: none;
}

.font-titre-pt {
	font-family: arial, georgia, verdana,  ;
	font-size: 30px;
	color: #5C5B5B;
	text-decoration: none;
}
.font-gros {
	font-family: arial, georgia, verdana,  ;
	font-size: 30px;
	color: #5C5B5B;
	text-decoration: none;
}
.ombre {
  background-image: url(../imag/ombre.jpg);
	padding: 0px;
}

/************************************* TABLES ************/
.padding {
	padding: 5px;
	background-color: #DCDCDC;
}

.padding-15 {
	padding: 15px;
	background-color: #DCDCDC;
}

.pad-bg-color {
	padding: 5px;
	background-color: #ebebeb;
}

.no-padding {
	padding: 0px;
	background-color: #DCDCDC;
}

.bg-color {
	background-color: #EBEBEB; /****e6e6e6**/
}

.tbl-ligne-grey {
	border-top: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #525252; 
}
.tbl-ligne2-purple {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #525252; 
}

.tbl-ligne {
	border-top: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #989696; 
}

.tbl-padding {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #DcDCDC;
	
}

.tbl-ligne-cadre {
	border: solid;
	border-color: #989696; 
}

.img-fond {
 	background-image: url(../imag/rentals_fond.jpg);
	background-repeat:repeat-y;
	background-position: top;
}	
