#QRCode
			{
				position: absolute;
				bottom: 12.0%;
				right: 1%;
				width: 8.0%;
				height: auto;
				background: rgba(255,255,255,0.4);
				z-index: 12;
			}

html
	{
		border: 0;
		background-color: transparent;
		width: 100%;
		height: 100%;
		font-family: tha, helvetica, Arial, Verdana, sans-serif;
		font-size: 3vh; /* les dimensions des éléments bénéficiant des unités vw (width), vh (height), vmin et vmax */
		color: white;
	}

body
	{
		  margin: 0

	}

mark
	{
		background-color: white;
		color: red;
	}

a
	{
		text-decoration: none;
		color: white;
		background-color: transparent;
	}

a:visited
	{
		text-decoration: none;
		color: #F5F6CE;
		background-color: #700000;
	}

a:hover, a:focus, a:active
	{
		text-decoration: none;
		background: none;
	}

@font-face
	{
		font-family: 'tha';
		src:	url("./fonts/scrpt12n.eot");					/* pour IE <= 6 */
		src:	url("./fonts/scrpt12n.eot?#iefix") format('embedded-opentype'), /* ie 7 et 8 */
			url("./fonts/scrpt12n.woff") format("woff"),			/* pour Firefox, Chrome*/
			url("./fonts/scrpt12n.ttf") format('truetype'),			/* pour Safari et Opéra*/
			url("./fonts/scrpt12n.svg") format('svg');			/* pour iPhone, iPad */
		font-stretch : normal;
		font-weight : normal;
		font-style : normal;
	}
	
 #vieweragendas
	{
		position: absolute;
		top: 15%;
		left: 0;
		width: 100%;
		height: 78%;
		border: 0;
	}

.fbpage
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:10%;
		left:10%;
		bottom: 8.5%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}
	
.ytpage
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:10%;
		left:10%;
		bottom: 8.5%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}

.txtagendas
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:20%;
		left:20%;
		top: 11.0%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}

.TexteNotreEntrepriseEquipe
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:10%;
		left:10%;
		bottom: 8.5%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}

.TexteNotreEntrepriseConcept
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:10%;
		left:10%;
		bottom: 8.5%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}

.TexteNosTarifs
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:10%;
		left:10%;
		bottom: 8.5%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}

.txtgps
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:20%;
		left:20%;
		top: 14.0%;
		color: white;
		border-radius: 20%;
		background-color: #050505;
		background-color: rgba(5, 5, 5, 0.3);
	}
	

