/* CSS */
body {
	background-image: url(../images/ice_mini.jpg);
}

.iframe { 
	overflow-x:auto; 
	overflow-y:hidden; 
	border: 0px solid #000000;
	height: 100%;
	width: 100%;
	margin: 10px;
}

.background {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	width: 90%;
	min-width: 1080px;
	border: 2px solid #000000;
	text-align: center;
}

.background2 {
	color: #000000;
	font-weight: bold;
	width: 90%;
	min-width: 1080px;
	text-align: center;
}

.backgroundInternalMain {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	width: 100%;
	border: 2px solid #000000;
	text-align: center;
}

.backgroundMain {
	width: 70%;
}

.connectionHeader {
	color: #000000;
	font-weight: bold;
}

.connectionButton {
	width: 1.5em;  
	height: 1.5em;
}

.header {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.footer {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.simpleMenuLine {
	font-weight: bold;
}

.menu {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.menuLeft {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	width: 100%;
	text-align: left;
	padding: 15px;
	height: 600px;
}

.buttonMenu {
	color: #FFFFFF;
	background: #7A4B99;
	font-weight: bold;
	border: 2px outset #843B63;
	width: 60%;
	min-width: 50;
}
 
.buttonMenu:hover {
	border: 2px inset #000000;
}

.linkMenu {
	text-decoration: none;
	color: #7A4B99;
}

.linkMenu:hover {
	text-decoration: none;
	color: #843B63;
}

/* MENU 3 */

/* partie positionnement et déco */
#menu a { 
	display:block; 
	color: #FFFFFF; 
	text-decoration:none;
}
#menu > li{
	position: relative;
	display: inline-block;
	padding: 6px;
	width: 10%;
	text-align: center;
	background-color: #5B5B5B;
	background-image: linear-gradient(#5B5B5B, #FF8E1D 90%);
	font-weight: bold;
}
#menu > li li {
	position: relative;
	display: inline-block;
	padding: 6px;
	width: 100%;
	text-align: center;
	background-color: #5B5B5B;
	background-image: linear-gradient(#5B5B5B, #FF8E1D 90%);
	font-weight: bold;
}

#menu > li li { background: transparent none; }
#menu > li li a { color: #000000; }
#menu > li li:hover { background:#CCCCCC; }
#menu > li:first-child {
	border-right: 1px solid #5B5B5B;
	border-radius: 8px 0 0 8px;
}
#menu > li + li {
	border-left: 1px solid #FF8E1D;
	border-right: 1px solid #5B5B5B;
}
#menu > li:last-child {
	border-right: 0;
	border-left: 1px solid #FF8E1D;
	border-radius: 0 8px 8px 0 ;
}
#menu > li:hover {
	background-color: #5B5B5B;
	background-image: linear-gradient(#5B5B5B, #000000 90%);
}
/* (presque) fin de la partie positionnement/déco */
/* dans cette déclaration, on fixe le max-height */
#menu ul {
	position: absolute;
	display: inline-block;
	top: 2em; left: 0;
	max-height:0em;	
	margin: 0; padding: 0;
	background-color: #DDDDDD;
	background-image: linear-gradient(#FFFFFF,#DDDDDD);
	overflow: hidden;
	transition: 0.1s max-height 0.1s;
	border-radius: 0 0 8px 8px;
	font-weight: bold;
}
/* ici on change la valeur de max-height au :hover */
#menu > li:hover ul {
	/* à adapter, le minimum est le meilleur mais voyez large ?? */
	max-height: 30em;
}

/* END CSS */

.buttonConnection {
	color: #FFFFFF;
	background: #0B3B39;
	font-weight: bold;
	border: 2px outset #000000;
	width: 100%;
	min-width: 150px;
}
 
.buttonConnection:hover {
	border: 2px inset #000000;
}

.tableConnection {
	/*background-color: #E8E8E8;*/
	/*background-color: #571754;*/
	background-color: #F2F2F2;
	color: #000000;
}

.tableSchedule {
	/*background-color: #E8E8E8;*/
	/*background-color: #571754;*/
	background-color: #F2F2F2;
	color: #000000;
	width: 60%;
	/*font-size: 16px;*/
}

.leftedge {
	border-color: #C0C0C0;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px
}

.tableConnectionTEST {
	/*background-color: #E8E8E8;*/
	/*background-color: #571754;*/
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.tablePage {
	/*background-color: #E8E8E8;*/
	/*background-color: #571754;*/
	background-color: #FFFFFF;
	color: #000000;
	padding: 25px;
}

.link {
	color: #FFFFFF;
	text-decoration: none;
}

.link:hover {
	color: #00FF00;
	text-decoration: none;
}

.bottomWhiteLine{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 auto;
}

.wrap{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 30px;
}

#footer{
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 999999;
}