/* Table principal */
.tbl_back {
	border-style: outset inset inset outset;
	border-width: 2px 2px 2px 2px;
	border-color: #F2EBC1 #F2EBC1 #F2EBC1 #F2EBC1;
}

.tbl_box {

	border-style: outset inset inset outset;
	border-width: 1px 1px 1px 1px;
	border-color: #CC9933 #CC9933 #CC9933 #CC9933;
}

.tbl_box_cel {
font-family: Arial;
	font-size: 12px;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: #F7F2D7 #F7F2D7 #F7F2D7 #F7F2D7;
}
.tbl_box_cel2 {
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: #F2EBC1 #F2EBC1 #660000 #F2EBC1;
}

.tbl_box_cel_top {
	border-style: solid none none none;
	border-width: 1px 0px 0px 0px;
	border-color: #F2EBC1 #F2EBC1 #F2EBC1 #F2EBC1;
}
.tbl_footer {
	border-style: outset none none none;
	border-width: 2px 0px 0px 0px;
	border-color: #F2EBC1 #660000 #660000 #660000;
}

/* Les links reg*/
a:link {color: #660000; text-decoration: underline; font-size: 12px;}
a:visited {color: #660000; text-decoration: underline}
a:hover {color: #660000; text-decoration: none}

/* Les links Navigation*/
a:link.nav {color: #F2EBC1; text-decoration: none; font-weight: normal;}
a:visited.nav {color: #F2EBC1; text-decoration: none; font-weight: normal;}
a:hover.nav {color: #F2EBC1; text-decoration: none; font-weight: bold; text-transform: uppercase;}

/* Le text in the footer*/
.txt_footer {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;	
	font-weight: bold;
}

/* Les form object */
.obj_txtbox { 
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #F2EBC1;	
	height: 20px;
}

.obj_menu_category { 
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #ffffff;	
	height: 20px;
	width: 100%;
}

.obj_txtbox_search { 
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #ffffff;	
	height: 20px;
	width: 170px;	
}

.obj_txtbox_search2 { 
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #ffffff;	
	height: 20px;
	width: 110px;	
}

.obj_btn_subscribe_on {
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #F2EBC1;	
	cursor: pointer;
	height: 20px;
	width: 80px;
}
.obj_btn_subscribe_off {
	font-family: Arial;
	font-size: 12px;
	color: #F2EBC1;	
	font-weight: bold;
	border: 1px solid #F2EBC1;
	background-color: #660000;	
	cursor: pointer;
	height: 20px;
	width: 80px;
}

.obj_btn_search {
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #F2EBC1;	
	cursor: pointer;
	height: 20px;	
}
.obj_btn_search_nav {
	font-family: Webdings;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #F2EBC1;	
	cursor: pointer;
	height: 22px;	
}

.obj_btn_visit {
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	font-weight: bold;
	border: 1px solid #c9c9c9;
	background-color: #F2EBC1;	
	cursor: pointer;
	height: 60px;	
	width: 100%;
}

.obj_btn_visit_small {
	font-family: Arial;
	font-size: 12px;
	color: #660000;	
	border: 1px solid #c9c9c9;
	background-color: #F2EBC1;	
	cursor: pointer;
	
}