/* Default Theme CSS Document */

/* GLOBAL SECTION */
body {
	background	: #E9E9E9 url('../default/allsection/alllanguage/bodybg.gif') top left repeat-x;
	margin		: 0px 0px 0px 0px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}

table {
	font-family    : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/*
Current Template CSS
*/

.Footer {
	
}

.LinkText { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/* NORMAL TEXT FOR MOSTLY CONTENT */
.normalText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 11px;
	color          : #000000;
	text-decoration: none;
}

.normalWhiteText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 11px;
	color          : #FFFFFF;
	text-decoration: none;
}

/* NORMAL BOLD TEXT FOR MOSTLY CONTENT */
.normalBoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : #000000;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.smallText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 10px;
	color          : #000000;
	text-decoration: none;
}

.smallWhiteText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 10px;
	color          : #FFFFFF;
	text-decoration: none;
}

.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 139px;
	height: 14px;
	border:none;
}

.inputGreyBorderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 139px;
	height: 14px;
	border: 1px solid #dddddd;
}
/* COMMON */

.submenu .normalWhiteText {
	font-family    : Arial, Verdana, Helvetica, sans-serif;
	font-size      : 11px;
	color          : #FFFFFF;
	text-decoration: none;
}

.searchlist {
	/*list-style-image: url('allsection/alllanguage/bullet_blue.gif');*/
	list-style-image: url('les_travaux/alllanguage/bullet_green_trans.gif');
	list-style-type	: circle;
	padding			: 5px 10px 0px 13px;
	margin			: 5px 10px 0px 13px;
}

.dot{
	background : url('allsection/alllanguage/dot_transparent.gif') repeat-x;
}

.pagination, .pagination a{
	color: #0C1C8D;
	text-decoration: none;
	font-size: 10px;
}

.pagination .selected{
	color: #0C1C8D;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.pagination2, .pagination2 a{
	color			: #0C1C8D;
	text-decoration	: none;
	font-size		: 11px;
}

.greenHeader {
	/*color:#558039; font-size:16px; font-weight:bold;*/
	padding-bottom:5px;font-family: impact; font-size: 20px; color: #558039; padding: 5px; 0 5px 0;
}

.listBox { /* b'cos they want min height*/
	padding:5px;
	min-height: 295px;
}

* html .listBox {/* ie hack */
	padding:5px;
	height: 305px;
}