/* text principal*/
.title,
.heading1,
.heading2,
.heading3,
.normal {
    color: rgba(0, 0, 0, 0.7);
    font-family: verdana, arial;
    margin: 0;
    font-weight: normal;
    font-size: 25px;
	font-size: 13px;
    line-height: 1.4em;
    text-align: justify;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* les liens */

a {}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

.nav .normal .page-link-active {
  background-color: #CDBA98;
  transition: background-color .5s linear;
  -moz-transition: background-color .5s linear;    /* FF3.7+ */
  -o-transition: background-color .5s linear;      /* Opera 10.5 */
  -webkit-transition: background-color .5s linear; /* Saf3.2+, Chrome */
}

.background{
  position: relative !important;
  left: 0 !important;
  top: 0 !important; /* !important is useful while editing */
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/* structure du corp (body) */
body{
  min-width: 99%;  min-height: 99%;
  position: absolute;
  display: block;
  padding-top: 5px;
  margin: 0;
}

.corp{
	height: 900px;
	width: 920px;
	background-color: rgb(230, 230, 230);
	cursor: auto;
	left: 0px;
	top: 0px;
}

/* structure des div */
/* structure de l'entête */
.entete{
	height: 150px; width: 100%;
	left: 0px;
	color: white;
	background-image: url('../assets/seamless_paper_texture.png');
    font-weight: normal;
    font-size: 25px;
	/*border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 200);*/
	position: absolute;
}

.nav {
	display: inline-block;
	float: right;
	margin-right: 10px;
	left: 160px;
	bottom: 10px;
	position: absolute;
	/*border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 200);*/
}

.nav ul{
	list-style-type: none;
	float: right;
}

.nav li {
	display: inline-block;
	margin-left: 0px; margin-right: 0px;
	padding-left: 0px; padding-right: 0px;
}

.nav a {
	background-color: maroon;
	color: white;
	text-decoration: none;
	padding-left: 10px; padding-right: 10px;
	border-radius: 20px;
	border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
}

.nav a:hover {
	outline: 0;
	color: maroon;
	text-shadow: 8px 8px 0px white;
}

.nav a:active {
	outline: 0;
	background-color: white;
	color: maroon;
	text-decoration: none;
	border-style: solid;
	border-color: maroon;
}

.nav a:visited {
	outline: 0;
	background-color: white;
	background-image: -moz-lineargradient(white,maroon);
	background-image: -webkit-lineargradient(white,maroon);
	background-image: -o-lineargradient(white,maroon);
	color: maroon;
	text-decoration: none;
	border-style: solid;
	border-color: maroon;
}

.logo{
	height: 135px;
	width: 76px;
	top: 5px;
	left: 40px;
	position: absolute;
	box-shadow: 0px 4px 4px #1c1a19;
}

/* structure de la zone du flash code #assets/qrcode.png*/
.code{
	height: 100px;
	width: 100px;
	top: 20px;
	right: 160px;
	position: absolute;
	display: inline-block;
}

.code img{
	position: absolute;
	left: 120px;
	box-shadow: 0px 4px 4px #1c1a19;
}

.code table{
	position: relative;
	box-shadow: 0px 4px 4px #1c1a19;
}

.code td{
	/*margin-left: auto;	margin-right: auto;*/
	padding-left : 9px ; padding-right : 9px;
}

.code h2{
	margin-left: 10px; margin-right : 10px;
	font-weight: normal;
	font-size: 5px;
}

.code p{
	height: 50px;
	width: 100px;
	top: 10px;
	left: 0px;
	position: absolute;
	margin-left: 5px; margin-right : 5px;
	text-align: justify;
	color: maroon;
	font-weight: normal;
	font-size: 15px;
	text-shadow: 8px 8px 2px white;
	/*border-width: 5px;
	border-style: solid;
	border-color: rgb(255, 255, 255);*/
}

/* structure de la zone d'affichage #400px*/
.z_affich{
	height: 550px; width: 100%;
	top: 155px;
	left: 0px;
	position: absolute;
    color: white;
	background-color: rgb(190, 172, 140);
	/*border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 255);*/
}

.z_affich h2{
	margin-left: 10px; margin-right : 350px;
	font-weight: normal;
    font-size: 25px;
}

.z_affich p{
	margin-left: 10px; margin-right : 350px;
	text-align: justify;
	font-weight: normal;
    font-size: 15px;
}

.z_affich dt{
	margin-left: 10px; margin-right : 350px;
	font-weight: normal;
    font-size: 25px;
	text-shadow: 8px 8px 2px grey;
}

.z_affich hr{
	width: 600px;
	margin-left: 25px;
	box-shadow: 8px 8px 2px grey;
}

.z_affich table{
	left: 250px;
	position: relative;
}

.accueil_illustration{
	height: 200px;
	width: 300px;
	top: 100px;
	right: 10px;
	position: absolute;
	display: inline-block;
	float: right;
	background-color: rgb(255, 255, 255);
	background-image: url('../assets/enk_concert.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
	border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
}

/* structure de la zone des trois images */
.z_images{
	height: 299px; width: 100%;
	top: 705px; left: 0px;
	position: absolute;
	background-color: rgb(250, 250, 250); background-image: url('../assets/halftone.png');
}

.block_3_images{
	min-height: 275px; width: 925px;  
	margin-left: auto;	margin-right: auto;
	/*padding-left: 100px; padding-right: 50px;*/
	text-align: center; vertical-align: center;
	left: 40px; top: 15px;
	display: inline-block;
	position: absolute;
	/*border-width: 4px;
	border-style: solid;
	border-color: rgb(255, 295, 205);*/
	border: no-border;
}

.block_3_images td{
	/*margin-left: auto;	margin-right: auto;*/
	padding-left : 9px ; padding-right : 9px;
}

.block_3_images img{
	height: 200px; width: 275px;
	padding-bottom: 0px; margin-bottom: 0px;
	display : block;
	border-width: 4px;
	border-style: solid; border-color: rgb(255, 255, 255);
}

.image_gauche{
	height: 200px; width: 300px;
	top: 5px; left: 18px;
	position: absolute;
	background-color: rgb(255, 255, 255); background-image: url('../assets/promenade.jpg');
	background-size: cover; background-repeat: no-repeat;
	background-position: center center; border-width: 4px;
	border-style: solid; border-color: rgb(255, 255, 255);
}

.image_milieu{
	height: 200px; width: 245px;
	top: 5px; left: 336px;
	position: absolute;
	background-color: rgb(255, 255, 255); background-image: url('../assets/dates_feria.jpg');
	background-size: cover; background-repeat: no-repeat;
	background-position: center center;
	border-width: 4px; border-style: solid;
	border-color: rgb(255, 255, 255);
}

.image_droite{
	height: 200px; width: 300px;
	top: 5px; left: 600px;
	position: absolute;
	background-color: rgb(255, 255, 255); background-image: url('../assets/enk_concert.jpg');
	background-size: cover; background-repeat: no-repeat;
	background-position: center center; border-width: 4px;
	border-style: solid; border-color: rgb(255, 255, 255);
}

.image_dessous{
	/*width: 100%; height: 100%;*/
	top: 5px; left: 0px;
	position: absolute;
	background-color: transparent;
}

/* structure du pied de page */
.pied{
	min-height: 50px; width: 100%;
    color: white;
    font-weight: normal;
    font-size: 25px;
	bottom: 0;
	position: absolute;
	top: 1005px;
	left: 0px;
	background-color: rgb(56, 56, 56);
	background-image: url('../assets/footer_lodyas.png');
	/* border-width: 4px;
	border-style: solid;
	border-color: rgb(200, 255, 255); */
}
.pied a {
	font-size: 12px;
	color: red;
}

.pied a:hover{
	font-size: 12px;
	color: white;
}

.pied h1{
	font-size: 12px;
	color: white;
}

.text{
	display: inline-block;
	vertical-align: center;
	width: 100%; height: 100%;
}

/* structure des tableaux */
table {
    border-collapse: collapse;
    border-spacing: 0;
}