html, body {
	height: 100%;
	width: 100%;
}
body, td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c5358;
}
body {
	background: #fff;
}
td {
	vertical-align: top;
	text-align: left;
}
#mesureur {
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 10px;
}
#root {
	height: 100%;
	width: 100%;
	min-width: 990px;
	max-width: 1250px;
	text-align: left;
	background: url(img/bg_sky.jpg) no-repeat;
}
* html #root {
	width: expression(document.getElementById('mesureur').clientWidth < 990? "990px" : document.getElementById('mesureur').clientWidth > 1250? "1250px" : "100%");
}
*:first-child+html #root {
	width: expression(document.getElementById('mesureur').clientWidth < 990? "990px" : document.getElementById('mesureur').clientWidth > 1250? "1250px" : "100%");
}
img {
	border: 0;
}
.x {
	width: 1px;
	height: 1px;
}
.p100 {
	width: 100%;
}
.clear {
	clear: both;
}
a, a:hover {
	text-decoration: none;
	color: #2a77c6;
}
a:hover {
	text-decoration: underline;
	color: #2a77c6;
}

.advTxt {
	font-size: 10px;
	font-family: Tahoma;
	background: url(img/adv_l_brd.gif) 0 50% no-repeat;
	padding-left: 8px;
	width: 110px;
	text-align: left;
	margin: 4px 0 0 0;
}
.advTxt div {
	margin: 2px 0 0 0;
}
.advTxt a, .advTxt a:hover {
	color: #115a93;
	text-decoration: underline;
}
.advTxt a:hover {
	text-decoration: none;
}
ul.icos, ul.icosB {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.icos li {
	height: 42px;
	float: left;
	background: url(img/sep_x.gif) 0 26px no-repeat;
}
ul.icos li div {
	height: 42px;
	width: 31px;
	text-align: center;
}
ul.icos li div img {
	margin: 24px 0 0 0;
}
ul.icos li.sel div {
	background: url(img/ico_bg.jpg) top center no-repeat;
}

ul.icosB li {
	float: left;
	background: url(img/sep_x.gif) 0 2px no-repeat;
	width: 31px;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}
.formText .f_l, .formText .f_r, .formText .f_c {
	height: 13px;
	width: 100%;
}
.formText .f_l {
	background: url(img/f_l.gif) top left no-repeat;
	padding-left: 2px;
}
.formText .f_r {
	background: url(img/f_r.gif) top right no-repeat;
	padding-right: 2px;
}
.formText .f_c {
	background: url(img/f_c.gif) repeat-x;
	width: 100%;
}

.formTxtar textarea {
	background: none;
	border: 0;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c5358;
	width: 100%;
}
.formTxtar .f_t {
	background: #fcfcfc url(img/txtar_t.gif) repeat-x;
}
.formTxtar .f_lt {
	background: url(img/txtar_lt.gif) no-repeat;
}
.formTxtar .f_rt {
	background: url(img/txtar_rt.gif) top right no-repeat;
}
.formTxtar .f_rb {
	background: url(img/txtar_rb.gif) bottom right no-repeat;
}
.formTxtar .f_lb {
	background: url(img/txtar_lb.gif) bottom left no-repeat;
}
.formTxtar .f_l {
	background: url(img/txtar_x.gif) repeat-y;
}
.formTxtar .f_r {
	background: url(img/txtar_x.gif) right repeat-y;
}
.formTxtar .f_b {
	background: url(img/txtar_x.gif) bottom repeat-x;
}

.f_bl {
	background: url(img/srch_line.gif) 0 1px no-repeat;
	padding-left: 4px;
}
input.textnbg {
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a9a9a9;
	background: none;
	height: 13px;
	padding: 0;
}
.lineGrad {
	background: #d4d6d8 url(img/linegr.gif) top right repeat-y;
	height: 1px;
}
ul.cat_list {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
ul.cat_list li {
	background: url(img/li.gif) 0 5px no-repeat;
	padding-left: 8px;
	margin: 2px 0;
}
ul.cat_list li.sel {
	font-weight: bold;
}
ul.cat_list li a, ul.cat_list li a:hover {
	color: #0076ad;
	text-decoration: underline;
}
ul.cat_list li a:hover {
	text-decoration: none;
}

ul.cat_list_new {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	width: 490px;
}
ul.cat_list_new li {
	background: url(img/li.gif) 0 5px no-repeat;
	padding-left: 8px;
	margin: 1px 0;
	float: left;
	width: 100px;
}
ul.cat_list_new li.sel {
	font-weight: bold;
}
ul.cat_list_new li a, ul.cat_list li a:hover {
	color: #0076ad;
	text-decoration: underline;
}
ul.cat_list_new li a:hover {
	text-decoration: none;
}


.newsD {
	color: #828b91;
	font-size: 11px;
	margin-bottom: 3px;
}
.newsT {
	color: #4c5358;
	font-size: 12px;
}
.newsText {
	margin: 0 25px 0 3px;
}
.newsText a {
	color: #0076ad;
}
.newsText1 {
	margin: 0 25px 0 105px;
}
.newsText1 a {
	color: #0076ad;
}

.it {
	font-style: italic;
	color: #828b91;
}
.addr {
	color: #747e83;
}
.addr a, .addr a:hover {
	color: #3c80a0;
	text-decoration: underline;
}
ul.nav_bot, ul.nav_top {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav_bot li {
	float: left;
	background: url(img/nav_b_sep.gif) top right no-repeat;
	padding: 0 10px;
}
ul.nav_top li {
	float: left;
	background: url(img/nav_t_sep.gif) top right no-repeat;
	padding: 0 10px;
}
.imgCont {
	border: 1px solid #446676;
	float: left;
	margin: 1px 7px 7px 0;
}
ul.nav2, ul.nav2 li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav2 li {
	border-bottom: 1px solid #d9e0e5;
	padding: 5px 0 5px 2px;
}
ul.nav2 li.sel {
	font-weight: bold;
}
ul.nav2 li.sel ul li {
	font-weight: normal;
}
ul.nav2 li.sel ul li.sel {
	font-weight: bold;
}
ul.nav2 li ul {
	margin: 3px 0 0 7px;
}
ul.nav2 li ul li {
	border: none;
	background: url(img/li_nav2.gif) 0 5px no-repeat;
	padding: 0 0 1px 7px;
}
ul.nav2 li ul li a, ul.nav2 li ul li a:hover {
	font-size: 10px;
}
ul.nav2 li a,  ul.nav2 li a:hover {
 	color: #0065b4;
	font-family: Tahoma;
	font-size: 11px;
}

.cat_imgs2 {
}
.cat_imgs2 td {
	border-bottom: 1px solid #e6e7e8;
	vertical-align: middle;
	padding: 20px 0 0 0;
}
.cat_imgs2 td.separ {
	vertical-align: bottom;
	text-align: center;
	width: 8%;
	padding: 0 5px 15px 5px;
}
.cat_imgs2 td.separ div.sep_i {
	background: #e6e7e8;
	height: 130px;
	width: 1px;
}
.header, h2, h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2a77c6;
	margin: 0;
	padding: 0;
}
.pages {
	font-size: 11px;
}
.pages span {
	font-weight: bold;
	padding: 0 10px;
}
.pages .a {
	padding: 0 10px;
}
.pages .sep {
	font-size: 9px;
	color: #bcc3c7;
}
.formTbl .l {
	text-align: right;
	font-size: 11px;
}
.formTbl td {
	padding: 2px;
}
.line1 {
	background: #e6e7e8;
	height: 1px;
}
.gr {
	color: #828a8f;
}
h2 {
	margin: 0;
	padding: 0;
	color: #2083cf;
	font-weight: bold;
	font-size: 12px;
}
.sepGr {
	color: #bcc4c7;
}
sup {
	font-size: 8px;
}

ul.cat_list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.cat_list2 li {
	float: left;
	background: url(img/cat_list_sep.gif) left bottom no-repeat;
	width: 340px;
	height: 190px;
	border-bottom: 1px solid #e6e7e8;
}
.gray_tbl {
	height: 53px;
	width: 53px;
	vertical-align: middle;
	background: #828b91;
}






