html {
    /*height: 99%;*/
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	border-spacing : 0;
	border-collapse : collapse;
}

body {
    margin: 0;
    padding: 0;
	border-spacing : 0;
	border-collapse : collapse;
	background: #e1e1e1;
  	overflow: hidden;
}

table {
	border-spacing : 0;
	border-collapse : collapse;
}

@font-face {
	font-family: 'Conv_AvenirLTStd-Medium';
	src: url('fonts/AvenirLTStd-Medium.eot');
	src: local('☺'), url('fonts/AvenirLTStd-Medium.woff') format('woff'), url('fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('fonts/AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    padding: 0;
    margin: 0; 
	font-family:'Conv_AvenirLTStd-Medium',Sans-Serif;
    color: #636466;
}

@media screen and (max-width: 1280px) {

	* {
    	font-size: 100%;
	}
	
	.txt50 {
    	font-size: 50%;
	}
	
	.txt80 {
    	font-size: 80%;
	}
	
	.txt85 {
    	font-size: 85%;
	}
	
	.txt90 {
    	font-size: 90%;
	}

	.txt100 {
    	font-size: 100%;
	}

	.txt105 {
    	font-size: 110%;
	}

	.txt150 {
    	font-size: 150%;
	}

	.txt120 {
    	font-size: 120%;
	}

	.txt200 {
    	font-size: 180%;
	}

	.txt300 {
    	font-size: 300%;
	}

	input[type=image] {
		height: 100%;
	}
	
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {

	* {
    	font-size: 105%;
	}
	
	.txt50 {
    	font-size: 50%;
	}
	
	.txt80 {
    	font-size: 80%;
	}
	
	.txt85 {
    	font-size: 85%;
	}
	
	.txt90 {
    	font-size: 110%;
	}

	.txt100 {
    	font-size: 170%;
	}

	.txt105 {
    	font-size: 230%;
	}

	.txt120 {
    	font-size: 120%;
	}

	.txt150 {
    	font-size: 150%;
	}

	.txt200 {
    	font-size: 180%;
	}

	.txt300 {
    	font-size: 300%;
	}

	input[type=image] {
		height: 130%;
	} 

}

#bandeau1 {
	height: 5%;
	width: 100%;
	background: #1d1d1d;
	position: fixed;
	top: 0%;
}

#bandeau1 #logo {
	height: 60%;
	position: absolute;
	left: 10px;
	top: 20%;
}

#bandeau1 #date {
	color: #e1e1e1;
	height: 90%;
	position: absolute;
	right: 10px;
	top: 35%;
}

#bandeau1 #date span {
	color: #e1e1e1;
}

#bandeau2 {
	height: 9%;
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 5%;
}

#bandeau2 #menu {
	position: absolute;
	left: 30px;
	top: 35%;
	z-index: 999;
	max-width: 10%; 
}

#bandeau2 #menu img {
	height: 30%;
}

#bandeau2 #titre {
	color: #3c3732;
	position: absolute;
	width: 30%;
	height: 70%;
	text-align: center;
	left: 35%;
	top: 35%;
}

#bandeau2 #quitter {
	position: absolute;
	right: 30px;
	top: 30%;
}

#bandeau2 #quitter img {
	height: 40%;
}

#content {
	height: 87%;
	width: 100%;
	position: fixed;
	top: 14%;
}

#content #menulinks {
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 999;
}

#content #menulinks > span:first-child {
	font-size: 45px;
	color: #a0a0a0;
	margin: 0;
	padding: 0;
	display: block;
	height: 20px;
	overflow: hidden;
	margin-left: 10px;
}

#content #menulinks > span:last-child {
	display: block;
	background: #a0a0a0;
  	-moz-border-radius: 10px 10px 10px 10px;
  	-webkit-border-radius: 10px 10px 10px 10px;
  	border-radius: 10px 10px 10px 10px;
}

#content #menulinks > span:last-child > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
}

#content #menulinks > span:last-child > hr {
	width: 100%;
	color: #FFFFFF;
}

#content #menulinks > span:last-child > a > img {
	padding: 10px;
	height: 40px;
	vertical-align: middle;
}

#content #quitterlinks {
	position: absolute;
	right: 30px;
	top: 0px;
	z-index: 999;
}

#content #quitterlinks > span:first-child {
	text-align: right;
	font-size: 45px;
	color: #a0a0a0;
	margin: 0;
	padding: 0;
	display: block;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
}

#content #quitterlinks > span:last-child {
	display: block;
	background: #a0a0a0;
  	-moz-border-radius: 10px 10px 10px 10px;
  	-webkit-border-radius: 10px 10px 10px 10px;
  	border-radius: 10px 10px 10px 10px;
}

#content #quitterlinks > span:last-child > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
}

#content #quitterlinks > span:last-child > hr {
	width: 100%;
	color: #FFFFFF;
}

#content #quitterlinks > span:last-child > a > img {
	padding: 10px;
	height: 40px;
	vertical-align: middle;
}

#content .currentPage { /* > div:last-child */
	text-align: center;
	position: relative;
}

.currentPage {
	overflow: auto;
	height: 100%;
}

#fog {
	position: fixed;
	z-index: 99998;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.5;
}

#alert {
	padding: 20px;
	padding-top: 30px;
	position: fixed;	
	z-index: 99999;
	max-height: 80%;
	overflow: auto;
	background: #cf0033;
  	-moz-border-radius: 10px 10px 10px 10px;
  	-webkit-border-radius: 10px 10px 10px 10px;
  	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;	
}

#alert * {
	color: #FFFFFF;	
}

#alert a:first-child {
	position: absolute;	
	right: 15px;
	top: 0px;
    font-size: 150%;
}

.confirmcontent {
	font-size: 150%;
}

.confirmcontent img {
	float: left;
	margin-left:10px;
	padding-right:10px;
}

.confirmcontent + input {
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 0px!important;
	width: 100%;
	color: #484747!important;
}

