/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {color: black; background-repeat: repeat; background-image: url(../img/bg.png); font-size:0.8em; font-family:Arial,Verdana,Sans-Serif;}

.aCenter {
	text-align: center;
}

.tBold {
	font-weight: bold;
}

.tItalic {
	font-style: italic;
}

.borderRightSolid {
	border-right: solid 1px gray;
}

.borderCollapse {
	border-collapse: collapse;
}

.gap5 {
	padding: 5px;
}

.gap10 {
	padding: 10px;
}

.bgBlueLight {
	background-color: #d6f8ff;
}

.bgYellowLight {
	background-color: #feffe7;
}

a {
	color: navy;
}

a.button {
	color: white;
	text-decoration: none !important;
}

table {
	width: 100%;
}

.hide {
	display: none;
}

#wifiperso {
	display: none;
}

#wifipersoshowbtn {
	cursor: pointer;
	color: navy;
}

#codecoffres {
	display: none;
}

#codecoffresshowbtn {
	cursor: pointer;
	color: navy;
}

#codecoffresespe {
	display: none;
}

#codecoffresespeshowbtn {
	cursor: pointer;
	color: navy;
}

#wifiespe {
	display: none;
}

#wifiespeshowbtn {
	cursor: pointer;
	color: navy;
}

/* Mobile */
#mobileBtn {
	display: none;
}

#mobileMenu {
  position: fixed;
  z-index: 100;
  background: #1d1d1d;
  top: 0px;
  width: 200px;
  height: 100%;

  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

#mobileMenu.right {
  right: -200px;
}

#mobileMenu.move-left {
  box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.5);

  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}

#mobileMenu .closex {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
}

#menuMobile {
	font-size: 15px;
}

#menuMobile .btn {
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #87878a;
}

/* Blackout */
#blackout {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
  opacity: 0;

  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

#blackout.show {
  display: block;
  opacity: 0.7;
}

/* Head section */
#head {
    /*background: #000 url(../img/head-bg.png) repeat-x;*/
    color: white;                               
    background-repeat: repeat-x;                           
    background-image: url(../img/bg-menubar.png);
    width: 100%;
    height: 49px;
}

#head #menu {	
	border-collapse: collapse;
	width: inherit !important;
}

#head #menu td {
	white-space: nowrap;
}

#head #menu .btn {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
	border-right-color: #272727;
	border-left-color: #272727;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

#head #hlogo {
	margin-left: 10px;
	margin-top: 8px;
	width: 60px;
}

#head #hleft,
#head #hcenter,
#head #hright {
    line-height: 40px;
    vertical-align: middle;
    float: left;
}

#head #hleft,
#head #hright {
	width: 15%;
}

#head #hcenter {
	width: 70%;
}

#head #hleft {
	
}

#head #hcenter {
	text-align: center;
}

#head #hcenter span {
	display: none;
}

#head #hright {
	text-align: right;
}
/* End Head Section */

#sendMail {
	display: none;
}

.rss,
.rss-hide {
	padding: 5px;
	clear: both;
}

.rss-hide {
	display: none;
}

#rss-loadmore {
	padding: 5px;
	text-align: center;
	color: #0080ff;
	font-weight: bold;
	background-color: #e6e6e6;
	cursor: pointer;
}

.rss .rssdate,
.rss-hide .rssdate {
	color: #0080ff;
}

.rss .rsstitle,
.rss-hide .rsstitle {
	font-weight: bold;
}

.rss .rssdesc,
.rss-hide .rssdesc {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

.rssblock-hide {
	display: none;
}

.rsstop {
	padding: 5px;
	font-weight: bold;
	background-color: #fffbf2;
}

.rsstop .rssname {
	
}

.rsstop .rssbtnshow {
	float: right;
	font-size: 10px;
	cursor: pointer;
}

.rssfeed {
	
}

.alert,
.info {
	padding: 10px;
}

.report {
	background-color: #fff2f7;
	text-align: center;
	color: maroon;
	font-weight: bold;
}

.report:hover {
	cursor: pointer;
}

.link {
	color: navy;
	text-decoration: underline;
	cursor: pointer;
}

#faq {
	width: 100%;
}

#faq .question {
	font-weight: bold;
}

#faq .reponse {
	padding-bottom: 30px;
	font-style: italic;
}

#faqicon {
	width: 100%;
}

#faqicon .faqico {
	width: 10% !important;
	vertical-align: middle !important;
	text-align: center;
}

#faqicon .faqtxt {
	vertical-align: middle !important;
}

#tableBtn {
	border-collapse: collapse;
	width: auto !important;
	float: right;
	line-height: 38px !important;
}

#tableBtn td {
	padding-left: 8px;
	padding-right: 8px;
}

.button {
	padding: 5px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#imgBtn {
	
}

#imgBtn img {
	vertical-align: middle;
	cursor:pointer;
	width: 17px;
}

.llogo {
	text-align: center;
	width: 15px !important;
	border-width: 0px;
}

.llogo img {
	height: 20px;
	width: 20px;
}

.licon {
	border-width: 0px;
}

.licon td {
	width: 20px;
}

.licon img {
	margin: inherit !important;
	height: 15px;
	width: 15px;
}

.myinfo {
	width: 100%;
}

.myinfo #photo {
	width: 0% !important;
}

.myinfo .label {
	white-space: nowrap;
	font-weight: bold;
	width: 30% !important;
}

.myinfo .label.red {
	color: red;
}

.myinfo .value {
	width: 70% !important;
}

.myinfo .value.red {
	color: red;
}

.widget-content .title,
.myinfo .title {
	background-color: #e6e6e6 !important;
	color: black !important;
	border-width: 0px !important;
	text-align: center;
	font-weight: bold;
}

.widget-content .subtitle,
.myinfo .subtitle {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	background-color: #feffe7;
}

.report {
	background-color: #fff2f7;
	text-align: center;
	color: maroon;
	font-weight: bold;
}

.report:hover {
	cursor: pointer;
}

#sendMail {
	display: none;
}

.widContentBox1 {
	background-color: #eff9ff;
	padding: 10px;
	margin: 5px;
	border: dashed;
	border-width: 1px;
}

.subsubtitle {
	background-color: #e6e6e6;
	font-weight: bold;
}