@charset "UTF-8";


.main-container {
	background-color:#f5f3e6;
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

/*.menu-expo font {
	font-family:Frutiger;
	font-size: 9pt;
	font-weight: normal;
	color: #E2D2B3;
}*/

/*select {
	
   -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
	
    border: 0 none;
    width: inherit;
		
    background-color: #33251d;
	color: #E2D2B3;
	padding-top: 2px;
    padding-bottom: 2px;
 }*/


.menu-expo {
	line-height: normal;
	padding-left: 0px;
	padding-right: 0px;
	/*font-family:Frutiger; /*#E2D2B3;*/
	text-align: center;
	/*font-size: 9pt;
	font-weight: normal;
	word-spacing: normal;
	/*display: table-row-group;*/
	white-space: normal;
	text-transform: inherit;
	background-color: #33251d;
	background-image: none;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-top:0px;
	margin-top:0px;
	color: #E2D2B3;
}

.menu-expo-active {
	color: #FFF;
	background-color:#000000;
}


.menu-expo a {
	display:inline-block;
	vertical-align:middle;
	line-height: normal;
	/*font-family:Frutiger;
	font-size: 9pt;
	color: #E2D2B3;*/
	font-size: 9pt;
	margin:0px;
	height:30px;
	width:inherit;
	padding-top:20px;
	text-transform:uppercase;
	color:inherit;	
}


.menu-expo a:hover {
	color: #FFFFFF;
	/*font-family:Frutiger;
	font-size: 8pt;
	font-weight: normal; */
	text-decoration: none;
	background-color:#000000;
	text-transform:uppercase;
}
.menu-expo a:link {
	text-decoration: none;
}
.menu-expo a:visited {
	text-decoration: none;
}
.menu-expo a:active {
	text-decoration: none;
	/*font-size: 8pt;
	font-weight: normal;
	color: #FFF;
	font-family:Frutiger;*/
	color: #FFFFFF;
	text-transform:uppercase;
}


/*td.menu-expo:hover
{
background-color:#E0CFB2;
}*/

.logo-uqo-emi-container {
	display:block;
    text-align:right;
	background-color:#FFFFFF;
	width:800px;
	height:50px;
	padding:0px;
	margin:0px;
}

.logo-uqo-emi {
    display:inline;
	float:right;
	background-color:#FFF;
	width:350px; 
	height:45px;
	padding-top:5px;
	padding-bottom:0px;
	margin: auto;

}



/*.menu-bar{
	height: 40px;
	padding: 0;
	background-color: #333;
}*/

.logo {
	background-color: #e86040;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	float:left;
	display: block;
}

.header {
	background-color: #e86040;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	
	display: block;
}

.titre {
	padding-bottom:0px;
	font-family:Frutiger;
	font-size: 20px;
	font-weight: normal;
	color: #2D2D2D;
	text-decoration: none;
	font-stretch: normal;
}

.recherche {
	align:right;
	float:right;
	padding-right:10px;
	width:auto;
}

.photo-left{
	float:left;
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.texte-contenu {
	padding-top:0px;
	padding-right: 10px;
	font-family:Frutiger;
	font-size: 10pt;
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
}

.text-video {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family:Frutiger;
	font-size: 10pt;
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
}

.text-credit-photo {
	width:100%;
	padding-top: -10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-right:10px;
	font-family:Frutiger;
	font-size: 8pt;
	text-align: right;
	word-spacing: normal;
	letter-spacing: normal;
}


.footer-bar-top {
 	height:40px;
	background-color:#F5F3E6;
}


.footer-bar {
	/*background-color:#33251d;*/
	background-color:#33251d;
	height:20px;	
}

.searchStyle {
	height: 40px;
    display: inline;/*table-cell;*/
    vertical-align: bottom;
}

select
{
	font-family: Frutiger;
}

/* select {
 -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5); 
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 0;
  /*overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:200px;
  height:20px;
  }*/
  
  
