/* ---------- Styles specific to authentification window ----------- */

/* --------- Authentification ------------- */

div.authmain{
	padding: 10px 10px 10px 10px;
	/*width: 500px;*/
	/*background-color: rgb(242,243,245);*/
	/*border: 1px solid rgb(203,204,206);*/
	}
td.authtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #000000;
	text-decoration: none;
	text-align: left;
	/*
	height: 24px;
	font-weight: bold; 
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/site-h1-bg.gif) no-repeat 0px 6px;
	*/
	border-bottom: 1px solid #ef1c2f;
	}
td.authdescr {
	padding: 10px 0px 2px 0px;
	font-weight: normal; 
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	}
td.authdescr a {
	color: #666666;
	text-decoration: none;
	}
td.authdescr a:hover {
	color: #ef1c2f;
	text-decoration: underline;
	}

/* bloc d'insertion de mot de passe */
table.authtable {
	background-color: #f8f8f8;
	border: 1px solid #d2d2d2;
	}
td.authintro {
	padding: 5px 5px 5px 5px;
	font-weight: bold; 
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: #9f9f9f url(../images/bg_tab.png) repeat-x bottom left;
	}
td.authfieldtitle {
	padding: 10px 20px 10px 20px;
	font-weight: bold; 
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	}
td.authfield {
	padding: 10px 20px 10px 20px;
	font-weight: normal; 
	font-style: normal;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	}
td.authfield a {
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal; 
	font-style: normal;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}
td.authfield a:hover {
	color: #ef1c2f;
	text-decoration: underline;
	}

select.authselect {
	padding: 2px 5px 2px 5px;
	font-weight: normal; 
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #666666;
	}

input.authinput,textarea.authinput {
	padding: 1px 4px 1px 4px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	}
input.authinput:hover,textarea.authinput:hover {											/* hover */
	/*background-color: #f6f6f6;*/
	border: 1px solid #bbbbbb;
	}
input.authsubmit {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #333333 #333333 #666666;
	}
input.authsubmit:hover {																	/* hover */
	background-color: #777777;
	border-width: 1px;
	border-style: solid;
	border-color: #777777 #444444 #444444 #777777;
	}

