.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-black-pt {
	font-family: verdana, arial ;
	font-size: 9px;
	color: #6C696A;
	font-weight: medium;
	text-decoration: none;
	line-height: 12px;
}

.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-txt-titre-red {
	font-family: verdana, arial ;
	font-size: 22px;
	color: #525252;
	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;
}

.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-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;
}	
/*************OLD**********
.tbl-ligne-vert {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #9d9d0b; 
}

.tbl-ligne-vert-bis {
	border-top: solid;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #9d9d0b; 
}

.tbl-ligne2-vert {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 2px; 
	border-color: #9d9d0b; 
}

.tbl-ligne2-rouge {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 2px; 
	border-color: #B41F24; 
}
********/

