/* -- General styles ------------------------------ */

input, select { font-size: 10px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;  }
input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #ffd }

div#doliste {
	padding-left: 3px;
	padding-right: 3px;
}

/********************************************************************************/
/****************** Lien Web (weblinks) *****************************************/
/********************************************************************************/
table.doformulaire {
	width: 100%;
}

#checkbox {
	border: 0;
}

table.doformulaire td{
	font-family:Verdana, Helvetica ,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	color: #8e7680;
	text-align: left;
	line-height: 13px;
}

/* titre article tête de liste */
.contentheading {
	padding: 0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	color: #775086;
	font-size: 20px;
}

table.com_weblinks_maintable {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e7e7e7;
	color: #666;
}


table.com_weblinks_maintable td,
table.com_weblinks_maintable th { padding: 4px; }

table.com_weblinks_maintable thead th {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	background: #c0bcc5;
	color: #6d5377;	
	font-size: 11px;
	border-bottom: 1px solid #b0acb5;
	border-left: 1px solid #b0acb5;
}

table.com_weblinks_maintable thead a:link, table.com_weblinks_maintable thead a:visited { 
	font-weight: bold;
	color: #6d5377;
	text-decoration: none;
}

table.com_weblinks_maintable thead a:hover { 
	text-decoration: none;
	color: #552d6e;
}

table.com_weblinks_maintable tbody a:link, table.com_weblinks_maintable tbody a:visited { 
	font-weight: bold;
	color: #827a8d;
	text-decoration: none;
	letter-spacing: 0.07em;
	word-spacing: 0.04em;
}

table.com_weblinks_maintable tbody a:hover { 
	text-decoration: none;
	color: #552d6e;
}

td.com_weblinks_category{
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #552d6e;
	text-align: center;
}


table.com_weblinks_maintable tbody th { font-weight: bold; }

table.com_weblinks_maintable tbody tr			{ background-color: #fff;  text-align: left; }
table.com_weblinks_maintable tbody tr.row1 	{ background: #ecebee; border-top: 1px solid #fff; }


table.com_weblinks_maintable tbody tr td 	   { height: 25px; background: #fff; border: 0px; }
table.com_weblinks_maintable tbody tr.row1 td { 
	background: #ecebee; 
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
}

table.com_weblinks_maintable tbody tr.row0 td { 
	background: White; 
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
}

table.com_weblinks_maintable tfoot tr { text-align: center;  color: #333; }
table.com_weblinks_maintable tfoot td,
table.com_weblinks_maintable tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.com_weblinks_maintable td.order 		{ text-align: center; }
table.com_weblinks_maintable td.order span { float: left; display: block; width: 20px; text-align: center; }

table.com_weblinks_maintable .pagination { display:table; padding:0;  margin:0 auto;	 }

