html
	{
		border: 0px dashed black;
		background-color: none;
		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: none;
	}

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

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

@font-face
	{
		font-family: 'tha';
		src:	url("./fonts/scrpt12n.eot?"), /* pour IE */
			url("./fonts/scrpt12n.woff"), /* pour Firefox, Chrome*/
			url("./fonts/scrpt12n.ttf"), /* pour Safari et Opéra*/
			url("./fonts/scrpt12n.svg"); /* pour iPhone, iPad */
		font-weight: normal;
	}

	
 #vieweragendas
	{
		position: absolute;
		top: 20%;
		left: 0%;
		width: 100%;
		height: 74%;
		border: 0px solid yellow;
	}

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

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

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

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

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

.TexteInfos
	{
		position: absolute;
		text-decoration: none;
		text-align: center;
		right:10%;
		left:10%;
		bottom: 8.5%;
		color: white;
		border-radius: 20.5%;
		background-color: rgba(5, 5, 5, .3);
	}

