/* EBX Technologies style sheet */

/* Links */
a{
	color: #f25824;
	font-family: 'Open sans';
	font-size: 12px;
	text-decoration: none;
}
a.orange{
	color: #f25824;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
a.lang_fr{
	background-color: #f7f7f7;
	background-image: url(../images/french.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	color: #383838;
	display: block;
	height: 19px;
	padding: 3px 0px 0px 27px;
	width: 100px;
}
a.lang_en{
	background-color: #f7f7f7;
	background-image: url(../images/english.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	color: #383838;
	display: block;
	height: 19px;
	padding: 3px 0px 0px 27px;
	width: 100px;
}
a.menu{
	color: #383838;
	border-right: 1px solid #e5e5e5;
	float: left;
	line-height: 12px;
	padding: 13px 0px 13px 0px;
	font-weight: bold;
	text-align: center;
	width: 110px;
}
a.submenu{
	background-color: #383838;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #4d4d4d;
	color: #ffffff;
	display: block;
	padding: 10px 0px 10px 12px;
	width: 190px;
}
a.bigbtn{
	background-color: #f25824;
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 130px;
}
a.medbtn{
	background-color: #f25824;
	color: #ffffff;
	font-size: 14px;
	display: block;
	padding: 7px 7px 7px 7px;
	text-align: center;
	width: 100px;
}
a.smbtn{
	background-color: #f25824;
	color: #ffffff;
	font-size: 14px;
	font-size: 12px;
	padding: 7px 7px 7px 7px;
	text-align: center;
	width: 100px;
}
a.footerunder{
	color: #aaaaaa;
	font-size: 11px;
}
a.facebook{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 24px;
	margin-right: 6px;
	width: 24px;
}
a.twitter{
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 24px;
	margin-right: 6px;
	width: 24px;
}
a.skype{
	background-image: url(../images/skype.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 24px;
	margin-right: 6px;
	width: 24px;
}
a.google{
	background-image: url(../images/google.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 24px;
	margin-right: 6px;
	width: 24px;
}
a.rss{
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 24px;
	margin-right: 6px;
	width: 24px;
}
a.category{
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-bottom: 1px dotted #afafaf;
	color: #383838;
	display: block;
	padding: 5px 0px 5px 12px;
}
a.tag{
	color: #383838;
	background-color: #e5e5e5;
	line-height: 38px;
	margin-right: 2px;
	padding: 8px 10px 8px 10px;
	white-space: nowrap;
}
a.squareon{
	background-image: url(../images/squareon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 7px;
	margin: 8px 8px 0px 0px;
	width: 7px;
}
a.squareoff{
	background-image: url(../images/squareoff.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 7px;
	margin: 8px 8px 0px 0px;
	width: 7px;
}
a.notext{text-decoration: none;}
a.normal{color: #383838;}

/* Hover events */
a.normal:hover{color: #f25824;}
a.orange:hover{color: #5a5a5a;}
a.lang_fr:hover{color: #f25824;}
a.lang_en:hover{color: #f25824;}
a.menu:hover{background-color: #383838; color: #ffffff;}
a.submenu:hover{background-color: #f25824;}
a.bigbtn:hover{background-color: #383838;}
a.footerunder:hover{color: #f25824;}
a.facebook:hover{background-position: 0px -25px;}
a.twitter:hover{background-position: 0px -25px;}
a.skype:hover{background-position: 0px -25px;}
a.google:hover{background-position: 0px -25px;}
a.rss:hover{background-position: 0px -25px;}
a.category:hover{color: #f25824;}
a.tag:hover{background-color: #f25824; color: #ffffff;}

/* Menu patch config */
li:hover a.menu{color: #ffffff;}