/* ============================
   FEUILLE DE STYLE DE L'ENTETE
   ============================ */

@font-face {
    font-family: 'PurisaMedium';
    src: url('purisa-webfont.ttf') format('truetype');
         }

#master_header{
    position: relative;
    width: auto;
    height: 253px;
    margin: 0 auto 0 auto;
 background: url(img/slides/1.jpg);
	z-index: 200;
	overflow: hidden;
	border-radius:  0;

}

a img {
	border: none;
}
a.logo{
  background: hsla(255, 100%, 100%, 0.75);
	height: 100px;
	width: 242px;
	margin-left: 0px;
	margin-top:100px;
	display: block;
  z-index: 2000;
	position: absolute;
	float: left;
  text-align: center;
  padding: 5px;
}
.site_logo {
background-image: url(img/logo_vttn.png) !important;
height: 75px;
width: 182px;
margin: 0 auto 0 auto;

display: block;
}

p.site_desc{
  text-decoration: none !important;

  color: #363636 !important;
  font-style: normal;
  font-size: .9em !important;

}

/*a.season{
	height: 200px;
	width: 30px;
	margin-left: 940px;
	margin-top:-40px;
	background: #000;
	display: block;
	-ms-transform:rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	float: right;
}*/




span.rando_bloc{
	background-color : rgba(54,54,54,0.6);
	width: 300px;
	height: 100px;
	display: block;
	z-index: 2000;
	position: absolute;
	margin-top: 150px;
	margin-left: 700px;
	font-family: Arial;
	font-size: 0.8em;
	padding: 4px 4px 0px 4px;
	border-radius: 5px 0px 0px 0px;
	color: #FFF;
	font-size: 1.1em;
}

/* Navigation */
#navigation {
	padding: 5px;
  margin: 5px auto 0 auto;
	display: block;
	z-index: 2000;
	width: 90%;
	font-size: 1.2em;
}

#navigation a, #navigation a.nav_admin{
  border: none;
  border-radius: 0 !important;
  box-shadow: 0 !important;
	width: auto;
	padding: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
	}
  #navigation a{
  	color: #FFF;
    border-bottom: 2px solid #d46f25;
	}

  #navigation a.nav_admin{
    float: right; margin: 0 2px;

    background: #d46f25;
    padding: 2px;
    color: #fff;
    	border: 1px solid #b15d1f;

  	}



#navigation a:hover, #navigation a:focus {
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

#navigation ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}

#navigation li {
	display: inline;
}

/* Social Bar */

#annonce_bar{
	width: auto;
  height: 50px;
  background: #363636;
	font-family: Helvetica, Verdana, "Bitstream Vera Sans", "Lucida Grande";
	margin: 0px 0 0px 0;
	padding: 8px 0 0px 0;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	border-radius: 0 !important;
  border-top: 1px solid #d46f25;
  border-bottom: 1px solid #fff;
	word-wrap: break-word;
}

#annonce_bar a{ color: #D8D8D8; }
