

/*
* ===========================================
* Général
* ===========================================
*/

/* Corps de la page */

body {
	padding:0;
	margin:0;
	/*background-color: #FAFAFA;
	color: #222;*/
	/*background-color:#222;*/
	background-color:darkblue;
	color:#FAFAFA;
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 120%;
	letter-spacing:0.005em;
	overflow:hidden;
}
body,
html {
  position: fixed;
}


/* Tous les Liens */
a {
	text-decoration: none;
	color:#ff6633;
}

a:hover{
	/*text-decoration: underline;*/
	text-decoration: none;
}

/* Supression des puces et des marges gauche pour toutes les listes */
ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

h1{
	font-weight:bold;
}

footer{
	width:100vw;
	height:20vh;
	position:fixed;
	bottom:60px;
	left:0;
	/*border-top:1px solid #eee;*/
	
}

#texte{
	width:50vw;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	box-sizing: border-box;
}

#gauche{
	width:50vw;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	box-sizing: border-box;
}

#droite{
	width:54vw;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	padding:20px;
	box-sizing: border-box;
}

p.lien{
	margin-top:20vh;
}

/*
* ===========================================
* Application test
* ===========================================
*/
body.application footer{
	/*bottom:-10vh;*/
	z-index:200000 !important;
}
body.application footer p{
	display:none;
}
body.application h1{
	display:block;
}

/*
* ===========================================
* iframe
* ===========================================
*/
iframe{
	width:100vw;
	height:100vh;
}

#texte ul li, #texte ul li a{
	font-size: 1.4em;
	line-height:120%;
}

ul.colonne1{
	position:fixed;
	top:200px;
	left:20px;
}
ul.colonne2{
	position:fixed;
	top:200px;
	right:0px;
	width: 54vw;
	padding-left:20px;
	box-sizing: border-box;
}


