/* ---------- Styles specific to authentification window ----------- */

/*  ---------Authentification------------- */

div.authmain{
	padding-top : 10px;
	padding-bottom : 10px;
	padding-right : 10px;
	padding-left : 10px;
	/*border : 1px solid #d0d0d0;*/
	/*background-color : #f0ecef;*/
	width : 500px;
}

td.authtitle {
	color: #5c5b5b;
  	border-bottom: 1px solid #d0d0d0;
	font-weight : bold;
  	font-size: 100%;
	text-align: left;
	background:  url(../images/layer1_ct2.gif) no-repeat center left;
	padding-left: 25px;
	}

td.authdescr {
	font-weight : normal;
	font-size : 11px;
	color : rgb(31,34,36);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 0px;
	}
td.authdescr a {
	color : #e61782;
	text-decoration : none;
	}
td.authdescr a:hover {
	color : rgb(31,34,36);
	text-decoration : underline;
	}
/* bloc d'insertion de mot de passe */
table.authtable {
	border : 1px solid #d0d0d0;
	background-color : #f0ecef;
}
td.authintro {
	font-weight : bold;
	font-size : 0.8em;
	color : #ffffff;
	background-color : #5c5b5b;
	text-decoration : none;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 3px;	
	padding-left : 3px;
	vertical-align : top;
	}

select.authselect {
	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-weight : bold; 
	font-size : 0.8em;
	color : rgb(31,34,36);
	text-decoration : none;
	text-align : left;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield {
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(31,34,36);
	text-decoration : none;
	text-align : left;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield a{
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : #e61782;
	text-decoration : underline;
	}
td.authfield a:hover{
	color : rgb(31,34,36);
	text-decoration : none;
	}

input.authinput,textarea.authinput {
	font-weight : normal; 
	font-size : 11px;
	color : rgb(31,34,36);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid #979797;
	}
input.authsubmit {
	font-weight : bold; 
	font-size : 9px;
	color : #ffffff;
	background: url(../images/bouton_submit_normal.jpg) no-repeat center left;
	text-decoration : none;
	text-align : left;
	padding : 0px 0px 0px 35px;
	height: 20px;
	width: 130px;
	border : 0px;
	cursor: pointer;
	}

