html {

	overflow-x:auto

}

/* Divers information egal */

body, span, li, p, table, tr, td, th {
	
	font-family:Verdana, Tahoma, Arial, sans-serif;
	
}

body {
	
	background-color: #000;
	margin: 0px;
	padding: 10px;
	color: #89A4FE;
	font-size: 9px;
	
}

table, tr, td, th {
	
	font-size: 9px;
	color: #89A4FE;
	
}

th {

	font-weight: bold;

}

a:link, a:active, a:visited {
	
	color:#478dcc;
	text-decoration:none;
	font-weight:normal;
	
}

a:hover {
	
	color: #9bcaf1;
	text-decoration: none;
	
}

li {

	color: #000;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 1px;
	
}

ul {
	
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	
}

p {
	
	padding: 3px 0px 3px 0px;
	margin: 3px 0px 3px 0px;
		
}

hr {
	
	border: 1px solid 9bcaf1 
	
}

.Icon {
	
	border:1px solid #FFF;
	
}

.IconHover {
	
	border: 1px solid #478DCC;
	
}

/* Formulaire */

form, textarea {
	
	padding:0px;
	margin:0px;

}

textarea {
	
	width:100%;
	
}

textarea, .Input_text {
	
	border: 1px solid #9DCBEF;	
	background-color: #FFF;
	color: #9BCAF1; 
	
}

.Input_text {
	
	height: 20px;
	
}

.Input_text_Hover {
	
	border:1px solid #478DCC;
	background-color: #FFF;
	color:#478DCC;
	height: 20px;
	
}

/* Fin formulaire */

/* Tableau mini planning, T8 */

.T8_title {
	
	padding-left:5px;
	height:16px;
	text-align:left;
	border-top: 1px solid #89A4FE;
	border-left: 1px solid #89A4FE;
	border-right: 1px solid #89A4FE;
	background-color: #89A4FD;
	color: #000;
	
}

.T8_cadre {
	
	border-right: 1px solid #89A4FE;
	border-left: 1px solid #89A4FE;
	border-bottom: 1px solid #89A4FE;
	padding: 6px;
	text-align: left;
	
}

/* Fin du tableau T8 */

.T1_cadre {
	
	padding: 6px;
	border: 1px solid #9bcaf1;
	text-align:left;
	width:100%;
	
}

.T25_cadreLeft {

	border:1px solid #9bcaf1;
	text-align:center;
	vertical-align:middle;

}

.T25_cadreRight {
	
	border-top:1px solid #9bcaf1;
	border-right:1px solid #9bcaf1;
	border-bottom:1px solid #9bcaf1;
	
}

.T25_title {
	
	font-size:16px;
	font-weight:bold;
	
}