body {
	width: 100%;
	height: 100%;
	background-color: #033268;
	overflow: hidden;
}

#main {
	margin: auto;
	width: auto;
	max-width: 1280px;
	height: 850px;
	max-height: 800px;
	border: solid 1px #e9e9e9;
}

#mainSmall {
	margin: auto;
	margin-top: 50px;
	width: 960px;
	height: 760px;
	border: solid 1px #e9e9e9;
	overflow: hidden;
}

#mainQR {
	margin: auto;
	margin-top: 50px;
	width: 960px;
	height: 760px;
	overflow: hidden;
}

#newMainQR {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 720px;
    margin-left: -480px; /* Cette valeur doit être la moitié négative de la valeur du width */
    margin-top: -360px; /* Cette valeur doit être la moitié négative de la valeur du height */
   	border: solid 1px #606060;
   	background-color: #fff;
   	color: #606060;
   	text-decoration: none;
   	z-index: 1;
}

#newMainQR h1{
   	color: #606060;
	text-align:center;
	text-decoration: none;
	padding: 8px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
}


#newMainQR p{
   	color: #606060;
	text-align:center;
	text-decoration: none;
	padding: 8px 0;
	font-family: verdana;
	font-size:1em;
	z-index:1;
}

#newMainMap {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 720px;
    margin-left: -480px; /* Cette valeur doit être la moitié négative de la valeur du width */
    margin-top: -360px; /* Cette valeur doit être la moitié négative de la valeur du height */
   	border: solid 1px #606060;
   	background-color: #fff;
   	color: #606060;
   	text-decoration: none;
   	z-index: 1;
}

#footerQR{
    padding-left: 13%;
    padding-right: 13%;    
}

#footerQrPhoto{
    padding-left: 13%;
    padding-right: 13%; 
    text-align: left; 
    padding-left: 15%;  
}

#footerQrPhoto p.alignLeft{
    text-align: left;
}

#fullPage {
	width: 6400px;
	height: 4800px;
    left: 50%;
    top: 50%;
    margin-left: -3200px; 
    margin-top: -2400px;
	text-decoration: none;
	z-index:1;
}

#link2main {
	display: block;
	background-image: url(../img/vierge.png);
	width:6400px;
	height: 4800px;
	z-index:1;
}

#link2main2 {
	position:absolute;
	display: block;
	background-image: url(../img/vierge.png);
	width:960px;
	height: 576px;
	z-index:0;
	top:0;
	left:0;
}

#link2main3 {
	position:absolute;
	display: block;
	background-image: url(../img/vierge.png);
	width:960px;
	height: 100px;
	z-index:0;
	top:626px;
	left:0;
}


a.rolloverImage {
position: relative;
}

a.rolloverImage span {
position: absolute;
bottom: -100px;
width: 50px /* exemple  */
display:none;
}

a.rolloverImage:hover span {
display:block;
}

.leftUp{
	position: absolute;
}

.closeBtn {
	width: 2.083333%;
}

#headerQR {
	width: 960px;
	height: 130px;
}


#headerBtn {
	position: absolute;
	top: 0;
	float:right;
	width: 960px;
	height: 45px;
	z-index: 2;
}

#headerQRText {
	float: left;
	width: 766px;
	height: 127px;
	margin-left: 96px;
}

#headerQRButton {
	float: right;
	width: 96px;
	height: 127px;
	vertical-align: middle;
}

#headerButton {
	float: right;
	right: 0;
	width: 4.6875%;
	height: 4.6875%;
	vertical-align: middle;
}
#headerButton img{
	padding-top: 33.3333%;
	padding-right: 33.3333%;
}
#headerQRButton img{
	padding-top: 23px;
}

#boxFrame {
	width: 960px;
	height: 350px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#imgFrame {
	float: left;
	width: 390px;
	height: 350px;
/*
	padding-left: 90px;
*/
}
#txtFrame {
	float: left;
	width: 390px;
	height: 350px;
	text-decoration: none;
/*
	margin-left: -45px;
	background-image: url(../img/selectionGauche.png)
	background-image: url(../img/selectionDroite.png)
*/
}
#goLeft {
	float: left;
	width: 90px;
	height: 350px;
}

#goRight {
	float: left;
	width: 90px;
	height: 350px;
}

#txtFrame a {
	text-decoration: none;
	color: #f18e00;
}

#imgFrame img {
	padding-top:25px;;
}

#txtTeam {
	padding: 5%;
}

/*

#linkAll {
	display: inline-block;
	width:960px;
	height: 40px;
}

*/

#linkAndroid {
	float left;
	width:160px;
	height: 40px;
	left: 40%;
	margin-left: 10%;
	background-color: blue;
	text-decoration: none;
	z-index:4;

}

#buttonLeft:hover{
	background-color:lightgrey;
}

#linkApple {
	float right;
	width:160px;
	height: 40px;
	right: 40%;
	margin-right: 10%;
	background-color: yellow;
	text-decoration: none;
	z-index:4;
	
}

#buttonRight:hover{
	background-color:lightgrey;

}

.clignote {
	bottom: 5%;
	color: #000;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

}

@-moz-keyframes blinker {  
    0% { opacity: 0.5; }
    50% { opacity: 1.0; }
    100% { opacity: 0.5 }
}

@-webkit-keyframes blinker {  
    0% { opacity: 0.5; }
    50% { opacity: 1.0; }
    100% { opacity: 0.5 }
}

@keyframes blinker {  
    0% { opacity: 0.5; }
    50% { opacity: 1.0; }
    100% { opacity: 0.5 }
}


#buttonQR {
	width:100%;
	height:50px;
	z-index: 10;
}

#buttonLeft {
	position:static;
	float: left;
	width: 150px;
	height: 50px;
	background-color: #FF5900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left:26%;
	text-align:center;
	z-index:11;
	vertical-align:top;
}

#buttonRight {
	float: right;
	width: 150px;
	height: 50px;
	background-color: #FF9300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-right:26%;
	text-align:center;
	z-index:11;

}

#buttonLeft a, #buttonRight a {
	z-index:12;
}
/*

#newMainQR {
	margin: auto;
	margin-top: 50px;
	width: 960px;
	height: 760px;
	vertical-align: middle;
	overflow: hidden;
}

*/

#header {
	width: 960px;
	height: 150px;
	z-index: 50;
	background-image: url('../img/header5.png');
	background-repeat:no-repeat;
	background-color: transparent;
	border-bottom: solid 1px #e9e9e9;
}


#header3 {
	width: 960px;
	height: 150px;
	z-index: 50;
	background-image: url('../img/header3.png');
	background-repeat:no-repeat;
	background-color: transparent;
	border-bottom: solid 1px #e9e9e9;
}



#header4 {
	width: 960px;
	height: 150px;
	z-index: 50;
	background-image: url('../img/header4.png');
	background-repeat:no-repeat;
	background-color: transparent;
	border-bottom: solid 1px #e9e9e9;
}


#header5 {
	width: 960px;
	height: 150px;
	z-index: 50;
	background-image: url('../img/header5.png');
	background-repeat:no-repeat;
	background-color: transparent;
	border-bottom: solid 1px #e9e9e9;
}

#header span {
	position:relative;
	z-index:100;
	margin-left: 50px;
	margin-top: 100px;
}


#pied {
/*
	position: absolute;
	bottom: -5.2%;
	height:	10%;
	top: 92%;
*/
	position: absolute;
	bottom: 0%;
	width: 960px;
	height:	8%;
	z-index: 100;
	float: left;
	background-image:linear-gradient( #fef1df, #1b5fa3);
    background-image:-webkit-linear-gradient(top, #fef1df 0%, #1b5fa3 80%);
    background-image: linear-gradient(to bottom, #fef1df 0%, #1b5fa3 80%);
	border-top: solid 1px #e9e9e9;
	font-family: verdana;
	font-size:0.7em;
	text-align:center;
	vertical-align: middle;
/*
	vertical-align: center;
*/
}

#pied span {
	position:relative;
	height: 100%;
	z-index:100;
	margin: auto;
	padding-top: 50px;
}

.bordure {
	border: solid 2px #000;
}


#menu {
	background-color: #e3dbb6;
	background-image:linear-gradient( #dfd0a3, #e3dbb6);
	margin-left: 2%;
	padding-top: 0.5%;
	padding-bottom: 0;
	margin-bottom: 2%;
	border-radius: 10px;
	border: solid #000 1px;
	width:150px;
	height:80%;
/*
*/
	float:left;
	overflow:hidden;
	
}
#topMenu {
	height: 8%;
	text-align: center;
	border-bottom: solid 1px #000;
	font-family: verdana;
	font-size:0.9em;
	font-style: italic;
	font-weight:bold;
	margin-top:0;
	margin-bottom: 0;
}

#topMenu p {
	padding-top: 4%;
}

#corpMenu {
	width: 100%;
	height: 61%;
	bottom: 0;
}

#bottomMenu {
	clear: both;
	display:block;
	width: 140px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
}

#bottomMenu a {
	bottom: 0;
}

#bottomMenu img {
	width: 140px;
	height: 140px;
	bottom: 0;
	margin-bottom: 0;
}

#contentMenu {
	width: 100%;
	height: 100%;
	bottom: 0;
}

.botPos {
	bottom: 0px;
}

#contentTest {
	position: relative;
	width : 960px;
	height : 77.57%;
/*
	height : 70%;
*/
	padding-top: 2%;
	padding-bottom: 0%;
}

#data {
	display: inline-block;
	width: 78%;  
	margin-bottom: 1%;
/*
	width: 70%;
	width: 59%;
*/
}

#data2 {
	display: inline-block;
	width: 55%;  
	margin-bottom: 1%;
/*
	width: 70%;
	width: 59%;
*/
}

#data a, #data2 a{
	text-decoration: none;
	color: #000B87;
}

#qrcode {
	display: inline-block;
	float: right;
	position: relative;
	width: 15.5%;  
	padding-right: 4%;
/*
	padding-right: 3%;
	position: fixed;
*/
}

#photo {
	display: inline-block;
	float: right;
	position: relative;
	width: 15.5%;  
	padding-right: 4%;
/*
	position: fixed;
	margin-right: 3%;
*/
}

#horaires {
	float: right;
	display: block;
	width: 78%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

#visionneuse {
/*
	display: block;

	display: block;
*/
	float: right;
	width: 78%;
	height: 80%;
	padding-right: 2%;
}

#article {
	float:left;
	width:77%;
	padding-top:3%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: verdana;
	font-size:0.9em;
}

#article p {
	padding-bottom:3%;
	font-family: verdana;
	font-size:1em;
}

#newArticle {
	float:left;
	width:77%;
/*
	padding-top:3%;
*/
	padding-left: 2%;
	padding-right: 2%;
	font-family: verdana;
	font-size:0.8em;
}

#titleArticle p {
	padding-bottom:3%;
	font-family: verdana;
	font-size:0.8em;
	font-weight: bold;
}

#titleArticleTeam p {
	padding-bottom:3%;
	font-family: verdana;
	font-size:1em;
	font-weight: bold;
	text-align: center;
}

#titleArticle {
	margin-bottom: 2%;
	width: 100%
	
}

.titleArt {
	display: inline-block;
	width: 25%;
	margin-left: 0%;
}

#noel {
	z-index: 50;
	height: 420px;
	background-image: url("../img/noel_verres.jpg");
}

#noel img {
	height: 420px;
	padding-left:7.5px;
}

#noel_text {
/*	
	background-color: rgba(255,255,255,1);
*/
	background-color: rgba(0,0,0,0.1);
	color: #FFF;
	z-index: 100;
	height: 420px;
}

#noel_text h2 {
	text-align: center;
	font-size: 2em;
	padding-top: 30px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 9px #2E2E2E;
}

#noel_text h3 {
	text-align: center;
	font-size: 1.5em;
	padding-top: 30px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 9px #2E2E2E;
}

#noel_text p {
	text-align: left;
	font-size: 1.2em;
	padding: 15px 30px 0px 30px;
	text-shadow: 0px 0px 10px #2E2E2E;
}

.pl6{
	padding-left: 6%;
}

.pl7_5{
	padding-left: 7.5%;
}

.pl8{
	padding-left: 8%;
}

.pl8_5{
	padding-left: 8.5%;
}

.pl9{
	padding-left: 9%;
}

#images {
	float:left;
	width:75%;
	padding-top:0;
	padding-left: 4%;
	padding-right: 2%;
	font-family: verdana;
	font-size:0.9em;
}


#images2 {
	float:left;
	width:75%;
	height:220px;
	padding-top:0;
	padding-left: 4%;
	padding-right: 2%;
	font-family: verdana;
	font-size:0.9em;
}

#images2 img{
	float:right;
	width:80%;
	height:80%;
	padding-top:0;
	padding-left: 2%;
	padding-right: 12%;
}

.degrade {

	background-image:linear-gradient(#f19106, #fef1df);
/*
	background-image:-webkit-gradient (linear, #f19106, #fef1df);
	background-image:-ms-linear-gradient((#f19106, #fef1df);
*/ 
    background-image:-webkit-linear-gradient(top, #f19106 20%, #fef1df 100%);
    background-image: linear-gradient(to bottom, #f19106 20%, #fef1df 100%);
}
#menu-left {
	width: 150px;
	height: auto;
	padding-left: 20px !important;
	background-color: @ffffff;
}

#mnu-left {
	width: 200px;
	padding-left: 20px;
	margin-right: 20px;
	height: 100%;
}

#map-left {
/*	
	width: 380px;
	height:100%;
	position: fixed;
*/
	display: inline-block;
	position: relative;
	float: left;
	width: 33%;
	height:448px;
	padding-left: 2%;
	overflow: hidden;
	z-index: 1;


}

#people-right {

	display: inline-block;
	position: relative;
	padding-left: 0%;
	padding-right: 2%;
	width: 43%;
	float: right;
	overflow:hidden;
	z-index: 1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;

	
/*	
	width: 288px;
	height: 100%;
*/

}
.contact {
	width:97%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.3);
	margin-bottom: 4%;
	padding-left: 3%;
	padding-top: 4%;
	padding-bottom: 3%;
}

.contactTxt{
	padding:3%;
}
.transparent{
	background-color: rgba(0,0,0,0);
}



.black {
	background-color: #000;
	text-align: center;
	vertical-align: middle; 
/*	
	vertical-align: center;
*/	
	border:none;
}

.img3first {
	padding-left: 7%;
	margin-bottom: 3%;
}

.img3 {
	padding-left: 12%;
	margin-bottom: 3%;
}


.1_em_centre {
	text-align: center;
	font-size: 1em;
}

#photoDescription {
    text-align: left;
    text-align:left;
}

.alignRight{
    text-align: right !important;
    margin-right: 0 !important;
	font-size: 1em !important;
	padding-top: 30px !important;
	padding-bottom: 0px !important;
/*
	text-shadow: 0px 0px 9px #2E2E2E !important;
*/
}

.alignCenter{
    text-align: center !important;
    margin: auto !important;
	font-size: 2em !important;
	padding-top: 30px !important;
	padding-bottom: 10px !important;
	text-shadow: 0px 0px 9px #2E2E2E !important;
}

.alignLeft{
    text-align: left !important;
    margin-left: 0 !important;
	font-size: 1em !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
/*
	text-shadow: 0px 0px 9px #2E2E2E !important;
*/
}



