@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
body
{
	background-color:#F1F8FD;
	background-image:url("/images/fill.gif");
	background-repeat:repeat-x;
	font-family:verdana,tahoma,sans-serif;
	font-size:11px;
	color:#141414
}
td {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #141414
}

td.td-menu {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	color:white;
}

a {
	color:#333;
	text-decoration:underline;
	font-size:14px;
	font-weight:normal;
}
a img {
	border:0px;
}

b {
	color: #333;
}
/***
MENUS
***/

.menu_bg
{
	background-color:#333;
	background-repeat:repeat-x;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
}

.menu_bg a:active, .menu_bg a:link, .menu_bg a:visited {
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.menu_bg a:hover {
	color: #9D9D9D;
}

.menu_bg:active {
	background-color: black;
}

/***
Divers
***/

.btnCustom {
	background-color:#93BE0C;
	border:1px solid #7CA82B;
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	color:white;
	font-size:10px;
	font-weight:bold;
	height:20;
	background-position: 50%;
	padding-bottom:3px;
}

.textbox {
	border:1px solid #7CA82B;
}



.button_cell
{
	color:				#FFFFFF;
	background-color:	#EEEEEE;/*#F7F7F7;/*#32933B/*#0087C5*/;
	font-family:		tahoma, sans-serif;
	font-size:			12px;
	padding-top:		3px;
	padding-bottom:		3px;
	text-align:			center;
	border-right:		1px solid #666666;
	border-left:		1px solid #CCCCCC;
	border-top:			1px solid #CCCCCC;
	border-bottom:		1px solid #666666;
}

#top-bar {
	width: 100%;
	height: 5px;
	background-color: #006CA4;
}

.btn-red {
	background-color: #d9534f;
	padding: 3px 8px;
	border: 2px solid #d9534f;
	height: 25px;
	border-radius: 4px;
}

#main-catalogue {
	font-size: 12px;
	background-color: #006CA4;
	margin: 0px 5px;
	border: 2px solid #006CA4;
	border-radius: 4px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color:white;
}


#main-version {
	font-size: 12px;
	background-color: #006CA4;
	margin: 0px 0px;
	border: 2px solid #006CA4;
	border-radius: 4px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color:white;
}
