/*
*{
	box-sizing: border-box;
}

html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: sans-serif;
}

#header{
	height: 300px;
	overflow: hidden;
	background-color: darkgreen;
	overflow-y: auto;
    background-color: #1e3628;
    padding: 8px;
    border-bottom: 3px solid #8f2626;
}

#header h1{
	font-size: 1.5em;
	height: 25px;
}
#header p{
	font-size: 1.0em;
	height: 15px;
}
*/
/*
#sitelogin > #avatar{
	display: block;
    background-image: url(../images/avatar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 96px;
}

#sitelogin >#connect{
	display: block;
	color: green;
	cursor: pointer;
	padding: 2px;
	border-radius: 4px;
	margin-top: 8px;
}

#sitelogin >#connect:hover{
	background-color: #ddd;
}
#sitelogin >#nickname{
	color: darkgray;
}
#contents{
	min-height: 500px;
	display: block;
	position: relative;
	overflow-y: auto;
	min-height: 100%;
	background-color: #ccc;
	
}

#leftpane{
	position: relative;
	display: block;
	float: left;
	width: 300px;
	background-color: #c8c808;
	height: 100%;
	padding: 8px;
	height: 100%;
}

#leftpane ul{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#leftpane li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	border-radius: 4px;
	 font-weight:bold;

}
#leftpane li:hover{
	background-color: #02A571;
	color: #fff;
}
#leftpane li:active,#leftpane li.active{
	background-color: #097452;
	color: #fff;
}
*/
/*__________________________________________________________________________
*/
/*
.nav2{
	display: block;
	padding: 4px;
	overflow-y: auto;
	border-bottom: 1px solid lightgray;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.nav2 >*{
	padding: 4px;
	display: block;
	margin: 2px;
	float: left;
	border-radius: 4px;
	text-decoration: none;
	color: darkgreen;
	cursor: pointer;
}
.nav2 a:hover{
	background-color: #eee;
}
*/
/*__________________________________________________________________________
*/

.list-table {
	text-align: left;
	width:100%;
	/*min-width:500px;*/
	/*table-layout: fixed;*/
	border-collapse:collapse;	
	border: 1px solid #999;	
}


.list-table td,.list-table th{
	padding: 6px;
}

.list-table tbody tr:nth-child(even) {background-color: #F0F0F0;}
.list-table tbody tr:nth-child(odd) {background-color: #FFF;}

.list-table thead tr  {
	background-color: #263238;
	color: white;
	font-weight: bold;
}

list-table td,.list-table th{
	width: auto;
}

.list-table td:nth-child(1),.list-table th:nth-child(1){
	width: 120px;
	text-align: center;
}

.list-table tbody tr{
	cursor: pointer;
}

.list-table tbody tr.selected{
	background-color: #C0C0C0   !important;
	font-weight:bold;
}

hr{
	border: none;
	border-top: 1px solid lightgray;
	margin: 16px 0;
}

/*
form{
	display:  block;
	text-align: left;
	line-height: normal;
	padding: 24px;
	background-color: white;
	border: 1px solid lightgray;
	color: #666;
}


form > * {
	display: block;
}
form label{
	margin-top: 24px;
}
form #frame{
	display: block;
	position: relative;
	padding: 4px;
	margin: 4px;
	overflow-x: auto;
}
form #frame >button,
form #frame >input{
	float: right;
	margin-left: 8px;
}



input[type="text"],input[type="password"]{
	padding: 4px;
	border: 1px solid lightgray;
	background-color: #eee;
}

h3{
	color: green;
	margin-bottom: 24px;
}
*/

/*
.message{
	display: block;
	position: relative;
	border: 1px solid #999;
	color: #999;
	background-color: #eee;
	padding: 8px;
	margin: 4px 0;
	font-size: 10pt;
}
.message pre{
	white-space: pre-wrap;
}
.message:before 	{ content: "Info! ";font-weight: bold;}

.error 			{ color: red;		border-color: red; 		background-color: #fcc;}
.warning 		{ color: orange;	border-color: orange; 	background-color: #ffc;}
.success 		{ color: green;		border-color: green; 	background-color: #cfc;}


.error:before 	{ content: "Erreur! ";}
.warning:before 	{ content: "Attention! ";}
.success:before 	{ content: "OK! ";}
*/




/*//////////////////////////////////////*/
/*
	#logout{
		width: 240px !important;
		display: inline-block !important;
		float: right !important;
		border: 1px solid #333 !important;
		color: #333 !important;
		padding: 8px !important;
		background-color: white !important;
		text-align: center !important;
	}
	#logout span{
		color: green;
		display: block;
		font-size: 0.8em;
		cursor: pointer;
	}
	#logout span:hover{
		text-decoration: underline;
	}
	div#connexion{
		width: 480px;
		margin: 96px auto;
	}
	form#login td:nth-child(1){
		font-weight: bold;
		width: 128px;
	}
	form#login td:nth-child(2){
		width:  calc(440px - 128px) ;
		text-align: right;
	}
*/

/*-----------------------------------------------------------------------*/
/* LOCAUX AFF TABLE  ----------------------------------------------------*/
/*-----------------------------------------------------------------------*/


.aff_table th, .aff_table td {
   border: 1px solid black;
}

.aff_table td {
	text-align: center;
}