/********************* GENERAL ***********************************************/

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: black;
}

img
{
	vertical-align: middle;
}

a
{
	color:#414d75; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 16px;
	color: #414d75;
}

h4, h5, h6 
{
	font-size: 14px;
	font-weight: bold;
}



#top
{
	/*height: 12%;*/
	background-color:#AEB837;
	padding: 5px 0px;
	/*width: 100%;*/
	min-height: 95px;
	background: url(../images/header_lg_right_4.jpg) repeat-x scroll 45% 50%  !important;
  background: url(../images/header_lg_right_4.jpg) repeat-x scroll center  ;
	
}



/********************* LOGIN ***********************************************/

#loginForm
{
	width: 160px;
	border: 1px solid #ccc;
	margin-left: 20px;
}

#loginForm table
{
	width:160px;
}

#loginForm tr
{
	height:30px;
}

.input_login
{
	background-image: url("../images/fond_input_lg.png");
	border:0px;
	text-align: center;
	background-repeat: no-repeat;
	width:100%;	
	background-color: #ECECEC;
}

/********************* NAVIGATION ***********************************************/

#where
{
	/*background-color: #6A8FB7;*//*#0e5020*//*#82a364*//*#AEB837*/
	background-color:  #003C57 ;
	width: 100%;
	margin-top: 2px;
	height: 4%;
	min-height: 25px;
}

.navigation_left
{
	padding-left:20px;
	text-align: left;
}

.navigation_right
{
	padding-left:20px;
	text-align: right;
	padding-right:20px;
}

/* ajout alex*/
#home
{
  background:transparent url(../images/lien_home_lg.png) no-repeat scroll left center;
  padding:0px 0px 1px 21px;
}

#member
{
  background:transparent url(../images/lien_member_lg.png) no-repeat scroll left center;
  padding:0px 0px 3px 20px;
}

#contact-us
{
  background:transparent url(../images/lien_contact_lg.png) no-repeat scroll left center;
  padding:0px 0px 3px 20px;
}

#logout
{
  background:transparent url(../images/lien_logOut_lg.png) no-repeat scroll left center;
  padding:0px 0px 3px 20px;
}
/* ajout alex*/

.navigation_left a, .navigation_right a
{
	color:#ECECEC;
	text-decoration: none;
}

.navigation a:hover, .navigation_right a
{
	cursor:pointer;
}

#left
{
	padding-top: 10px;
	width: 150px;
	font-size: 11px;
	padding-right: 5px;
}

#left ul
{
	list-style-image: url("../images/fleche_bleue.gif") ;
	line-height: 2em;
}

#left li a
{
	color: #0C3F36;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#left li a:hover, #left li a:active, #left li:hover
{
	font-weight: bold;
	cursor: pointer;
}

/********************* TAB ***********************************************/

#tab 
{
	/*width: 160px;*/
	border: 1px solid #ccc;
	/*margin-left: 20px;*/
}

#tab ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tab li a
{
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#tab li a:link, #tab li a:visited 
{
	color: #888;
	display: block;
	background: url(../images/tab_lg.gif);
	padding: 8px 8px 0 30px;
}

#tab li a:hover, #tab li #current, #tab li a:active 
{
	color: #283A50;
	background: url(../images/tab_lg.gif) 0 -32px;
	padding: 8px 8px 0 30px;
}

/********************* CONTENT ***********************************************/

#page
{
	width: 100%;
	height: 71%;
	padding-top: 32px;
	overflow:auto; 
	padding-bottom:25px;
}

#embed
{
	border: 1px solid #ccc;
	padding: 10px;
	/*overflow: auto;*/
}

#embed th, #embed td
{
	text-align: left;
	font-size: 12px;
	white-space: normal;
}

#title
{
	text-align: center;
	font-size: 20px;
	color: #AEB837;
	font-weight: bold;
	padding-bottom:35px;
}

#graph
{
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

#global_table
{
	margin-left: 20px;
	margin-right: 20px;
	width:97%;
}

#global_table td
{
	vertical-align: top;
}

.error_message
{
	padding-top: 20px;
	font-style: italic;
}

/********************* RESULT SUBMISSION  *****************************/

div#error 
{
	background: #FF7B74;
	border: 1px solid #FF2C33;
	padding: 0.5em;
	margin-bottom: 10px;
	font-size: 12px;
}

div#success
{
	background: #8EFF33;
	border: 1px solid #37FF36;
	padding: 0.5em;
	margin-bottom: 10px;
	font-size: 12px;
}

/********************* RESULTS TABLE  *****************************/

#liste td
{
	text-align: center;
	vertical-align: middle;
}

#liste th
{
	text-align: center;
	color: darkred;
}

.ligne
{
	background-color: #D9E8E8;
}

.ligne2
{
	background-color: #A7C9C9;
}

.ligne:hover, .ligne2:hover
{
	background-color: #71A0C4;
}

.buttonCheck
{
	border: 1px solid darkred;	
	text-align: center;
	background-color: #E1B9B9;
	width:40%;
}

/********************* TASK MONITORING  *****************************/

#task .title
{
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: #42648A;
	padding-bottom:20px;
}

#task .completion
{
	color:darkred;
	padding-left:15px;
	padding-bottom: 5px;
}

#task td
{
	vertical-align: middle;
}


/********************* DOCKING  *****************************/

#list_filters
{
	padding-left: 3%;
	width: 97%;
}

#list_filters td
{
	text-align: left;
	vertical-align: middle;
}

#list_filters tr
{
	height: 20px;
}

#list_filters th
{
	color: darkred;
	text-align: left;
	font-weight: normal;
}

#values
{
	width: 97%;
}

#values td
{
	text-align: center;
	vertical-align: middle;
}

div#attr
{
	background-image: url(../images/puce_docking.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

.affiche_valeurs
{
	padding-left: 10px;
	text-align: left;
}

.off
{
	display: none;
	padding-left: 20px;
}

#table_results_docking
{
	width: 70%;
	text-align: center;	
}

.docking_done
{
	display: none;
	color: darkred;
	font-weight: bold;
}
