/* ---------- Styles specific to authentification window ----------- */

/*  ---------Authentification------------- */

div.authmain{
	border : 1px solid rgb(203,204,206);
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 10px;	
	padding-left : 10px;
	background-color : rgb(0,0,0);
	width : 500px;
}



td.authtitle {
	margin: 10px 0px 20px 0px;
	color: rgb(255,255,255);
  	/*border-bottom: 1px solid #b9d2e3;*/
  	font-size: 110%;
	text-align:left;
	background:  url(../images/layer1_h1-bg.jpg) no-repeat top left;
	padding-left: 20px;
	height: 20px;
	}

td.authdescr {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 0.8em;
	color : rgb(240,240,240);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 0px;
	}
td.authdescr a {
	color : rgb(209,179,96);
	text-decoration : none;
	}
td.authdescr a:hover {
	color : rgb(255,255,255);
	text-decoration : underline;
	}
/* bloc d'insertion de mot de passe */
table.authtable {
	border : 1px solid rgb(203,204,206);
	background-color : rgb(232,236,239);
}
td.authintro {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(23,23,24);
	text-decoration : none;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 0px;	
	padding-left : 0px;
	vertical-align : top;
	}

select.authselect {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(102,102,102);
	text-decoration : none;
	text-align : left;
	padding : 2px,5px,2px,5px;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 5px;	
	padding-left : 5px;
	border-bottom : 1px solid rgb(109,0,5);
	}
td.authfieldtitle {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield a{
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(49,56,63);
	text-decoration : underline;
	}
td.authfield a:hover{
	color : rgb(0,0,0);
	text-decoration : none;
	}

input.authinput,textarea.authinput {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid rgb(43,46,48);
	}
input.authsubmit {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	font-style : italic;
	color : rgb(255,255,255);
	background-color : rgb(0,0,0);
	text-decoration : none;
	text-align : center;
	padding : 2px;
	border : 1px solid rgb(43,46,48);
	}








