@charset "utf-8";
/* CSS Document */

html, body {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-size:cover;
	margin: 0;
	padding: 0;
	height: 100%;
	color:#9B9BFF;
}
html {
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}
.adjustfont table {
	Font-size:60%
}
.adjustfonttable {
	Font-size:100%
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 30px;
	padding-left: 30px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
h4 { 
	color:#9B9BFF;
}
h5 {
	padding-top: 4px;
	line-height: 100%;
	font-size:90%;
	color:#FFF;
}
h6 {
	padding-top: 0px;
	line-height: 100%;
	font-size:75%;
	color:#FFF;
	padding-right: 10px;
	padding-left: 10px;

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #D7D7FF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	/*color: #333;
	text-decoration: underline;*/
	color: #D7D7FF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	/*position:absolute;*/
    top: 0px;
	width:100%;
	height:96%;
	min-height:650px;
	min-width:800px;
	Left:0%;
	Right:0%;
	background-color: transparent; 	
}
.EnTete {
	position:relative;
	width:100%;
/*	min-width:900px;*/
	Left:0%;
	Right:0%;
	background-color: transparent;
	
}
.MenuHaut {
	position:relative;
	font-size:85%;
	height:51px;
	width:100%;
	/*	min-width:900px;*/
	/*background-color:rgba(0,255,64,0.3);*/

	text-align: center;
	
	
}
.BasPage {
	position:inherit;
	width:100%;
	height:75px;
	bottom: 0%;
	background:url(images/BarreAdresseBas.png) repeat;
}
.BasPageIntro {
	position: absolute;
	width: 100%;
	background-color: rgba(18,229,28,1);
	top: 80%;
}

.sidebariframe {
	pading-top: 0;
	float: left;
	width: 10%;
	height: 100%;
	min-width:200px;
	background-color: transparent;
	padding-bottom: 0px;
}
.sidebar2 {
	float: Right;
	width: 1%;
	min-width:10px;
	background-color: transparent;
	padding-bottom: 10px;
}
.contentiframe {
	pading-top: 20px
	min-width: 95px;
	width:100%;
	background-color:transparent;
}
.floatingiframe {
	z-index: 1;
	position:absolute;
	top: 20%;
	width:500px;
	height:400px;
	/*min-height:750px;
	min-width:900px;*/
	Left:30%;
	background-color: rgba(220, 255, 220, 0.95); 
	display: none;
	border:double;
}
.content {
	width:99%;
	height: 50%;
	right:0%;
	left:1%;
	/*background-color:rgba(255,255,255,0.3);*/
}
aside {
	float: left;
	width: 10%;
	min-width:180px;
	background-color: transparent;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 20px; 
}


nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
}
.contentiframe ul {
	padding: 10px 0 20px 220px;	
}
.contentiframe ul li {
	padding: 3px 0 0 0;	
}

 .fltrt ul {
	padding: 0px 0 0px 20px;	
}

 .fltrt ul li {
	padding: 3px 0px 0px 0;

}
nav ul li {
	text-align:center;
	/*border-bottom: 1px solid #666; /* this creates the button separation */
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 7px 0px 0px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 175px; 
	height:30px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background:background-color: transparent;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: url(/images/BoutonMenu.png);
	color: #FFF;
}


/* ~~ The footer ~~ */
footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background:#3F6;
	bottom:10px;
	width:95%;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-style: normal;
	font.color:#00F;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	padding-top:0;
	float: right;
	width: 300px;

}
.toright {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	position:absolute;
	right:20%;
	Top:90%;
	margin-left: 0px;
	z-index:4;
}

.fltrtbdr {  /* this class is used to float the menu list*/
	Position:absolute;
	top:-300px;
	width:175px;
	right:20px;
	margin-left: 20px;
	border: none;
	background-color: rgba(255,102,51,0.6);
	display:block;
	z-index:6;
}

.fltrtbdrCo {  /* this class is used to float the login box when connected */
	float: right;
	margin-left: 20px;
	border: double;
	background-color: rgba(18,229,28,0.3);
}

.fltrtbdrNo {  /* this class is used to float the login box when not connected */
	float: right;
	margin-left: 20px;
	border: double;
	background-color: rgba(150,150,150,0.3);
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
Video#bgvideoFr {
	z-index:-1000;
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background: url(Image/LastFrameFr.png):no-repeat;
	background-size: cover;
}
Video#bgvideoEn {
	z-index:-1000;
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background: url(Image/LastFrameEn.png):no-repeat;
	background-size: cover;
}

Img#bgimage {
	z-index:-10;
	position:fixed;
	left:0%;
	top:0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background-size: cover;
}
Img#fgimage {
	z-index:10;
	position:fixed;
	left:0%;
	top:0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background-size: cover;
}
.button-container form,
.button-container form div {
    display: inline;
}

.button-container button {
    display: inline;
    vertical-align: middle;
}