
.btNav1 {
	font-family: Helvetica;
	font-size: 3em;	
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;
}

.button {
   border-top: 1px solid #BA0A0A;
   background: #A52A2A;
   background: -webkit-gradient(linear, left top, left bottom, from(#A52A2A), to(#EC5656));
   background: -webkit-linear-gradient(top, #A52A2A, #EC5656);
   background: -moz-linear-gradient(top, #A52A2A, #EC5656);
   background: -ms-linear-gradient(top, #A52A2A, #EC5656);
   background: -o-linear-gradient(top, #A52A2A, #EC5656);
   padding: 10px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
}
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.mnuSpec {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	background-color: #003399;
	padding: 10px;
}

.globPage {
	background-color: #F0D3A0;
	font-family: Helvetica;	
}

.tDate {
	font-size: 1.2em;
	color: #7B0F0F;
	font-weight: bold;
}
.tTitre {
	font-size: 1em;
	font-weight: bold;
}
.tLieu {
	font-size: 1em;
	font-style: italic;
}
.tDescript {
	font-size: 1em;
	line-height: 1.5em;
}
.tTitrePage {
	font-family: Helvetica;
	font-size: 1.2em;	
	font-weight: bold;
	color: white;
	background-image: url(Images/fondHaut.png);	
	padding: 5px;	
}

.evDate {
	font-size: 1.5em;
	font-weight: bold;
}
.evName {
	font-size: 1.7em;
	font-variant-caps: small-caps;
	font-weight: bold; 
	color: #771212;
}
.evLieu {
	font-size: 1.5em;
	font-style: italic;
}
.evVille {
	font-size: 1.5em;
	font-weight: bold;
}
.evSep {
	border-top: 2px dashed #771212;
}
.cEvent {
	border-bottom: 5px solid #EBA11A; 
}

.hidden {
	display: none;
}
.focus {
	background-color: #000080;
	color: white;
}
@media screen and (orientation : portrait) {
.evDate {
	font-size: 2.2em;
}	
.evName {
	font-size: 2.4em;
}
.evLieu {
	font-size: 2.2em;
}
.evVille {
	font-size: 2.2em;
}
.tDate {
	font-size: 1.8em;
}
.tTitre {
	font-size: 1.4em;
}
.tLieu {
	font-size: 1.4em;
}
.tDescript {
	font-size: 0.9em;
}
}

