/* ---------- Styles specific to authentification window ----------- */

/*  ---------Authentification------------- */

div.authmain {
	padding : 20px 10px 10px 10px;
	width : 500px;
}

td.authtitle {
	font-weight : bold; 
	font-size : 14px;
	color : #4c99be;
	text-decoration : none;
	text-align : left;
	padding-left : 20px;
	background : url(../images/puce_infos2.gif) no-repeat 0px 5px;
	border-bottom : 1px dotted #7c7c7c;
	height : 24px;
	}

td.authdescr {
	font-weight : normal; 
	font-size : 11px;
	color : #1d446b;
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 0px;
	}
td.authdescr a {
	color : #0873a5;
	text-decoration : underline;
	}
td.authdescr a:hover {
	color : #7c7c7c;
	text-decoration : underline;
	}
/* bloc d'insertion de mot de passe */
table.authtable {
	border: 1px solid #d2dde7;
	background-color: #f1f3f6; /*gris 50%*/
}
td.authintro {
	font-weight : bold; 
	font-size : 0.8em;
	color : rgb(255,255,255);
	background-color : #4c99be;
	text-decoration : none;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 0px;	
	padding-left : 0px;
	vertical-align : top;
	}

select.authselect {
	font-weight : normal; 
	font-size : 11px;
	color : #1d446b;
	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 #6997b8;
	}
td.authfieldtitle {
	font-weight : bold; 
	font-size : 11px;
	color : #1d446b;
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield {
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : #1d446b;
	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 : #0873a5;
	text-decoration : underline;
	}
td.authfield a:hover{
	color : #7c7c7c;
	text-decoration : none;
	}

input.authinput,textarea.authinput {
	font-weight : normal; 
	font-size : 11px;
	color : #1d446b;
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid #c4d1dd;
	}
input.authsubmit {
	font-weight : bold; 
	font-size : 11px;
	color : #1d446b;
	background-color : #bed2dd;
	text-decoration : none;
	text-align : center;
	padding : 2px;
	border : 1px solid #6997b8;
	}