﻿/******************** BASE ********************/
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,table
{
	margin:0;
	padding:0;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

a img
{
	border:none;	
}



/******************** HEADER ********************/
#headerHolder
{
	background:transparent url(../Images/bgMenu.gif) repeat-x;
}

#menuHolder
{
	border-bottom:1px solid #333333;
	height:35px;	
}

#menu 
{
	margin:0 auto;
	width:887px;
	color:#202732;
	font-size:12px;
	font-weight:bold;
	position: relative;
}

#menu ul
{
	list-style-type:none;
	background:transparent url(../Images/bgMenuSeparator.gif) no-repeat scroll right 0;
	padding:0 2px 10px 0;
}

#menu ul li
{
	display:block;
	float:left;
	background:transparent url(../Images/bgMenuSeparator.gif) no-repeat;
	padding:0 7px 10px 14px;
}

#menu ul li a
{
	cursor:default;
}
#menu ul ul li a
{
	cursor:pointer;
}

#menu ul li.last
{
	padding-right: 12px;
	#padding-right: 7px;
}

#menu ul li.selected, #menu ul li.open
{
	background:transparent url(../Images/bgMenuOver.gif) no-repeat;
}

#menu ul ul
{
	display:none;
	position:absolute;
	background:none;
	padding:0;
	z-index:100;
}

#menu a, #menu span
{
	line-height:35px;
	#line-height:36px;
	color:#202732;
	text-decoration:none;
}

#menu ul ul li
{
	background:transparent url(../Images/bgSubMenu.gif) repeat-x;
	border:1px solid #b4bdcb;
	display:list-item;
	padding:0 7px;
	width:275px;
	float:none;
}

#menu ul ul li.hover, #menu ul ul li.selected
{
	background:transparent url(../Images/bgSubMenuOver.gif) repeat-x;
}

#menu ul ul a
{
	line-height:25px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu .rightSide
{
	float:right;
	height:35px;
	/*margin-top:-45px;*/
	#margin-top:-10px;
	_margin-top:0px;
	top: 0;
	position: absolute;
	right: 0;
	/*padding-right:3px;*/
	background:transparent url(../Images/bgMenuSeparator.gif) no-repeat scroll right 0;	
	width:250px;
}
html>body #menu .rightSide, x:-moz-any-link, x:default {
	top: auto;
} 

html>/**/body #menu .rightSide, x:-moz-any-link, x:default
{
	margin-top:-10px;
}

#menu .rightSide a, #menu .rightSide span
{
	background:transparent url(../Images/bgMenuSeparator.gif) no-repeat;
	display:block;
	padding:0 15px;
	float:right;
}

#menu .rightSide a:hover
{
	background:transparent url(../Images/bgMenuOver.gif) no-repeat;
}

#menu .seperator
{
	width:3px;
	float:left;
	background:transparent url(../Images/bgMenuSeparator.gif) no-repeat;
	height:35px;
	margin-top:-10px;
}

#header 
{
	background:transparent url(../Images/bgHeader.jpg) repeat-x;
	border-top:1px solid #6C788C;
	height:100px;	
	margin-bottom:20px;
	_margin-top:-12px;
	
}

html>/**/body #header, x:-moz-any-link, x:default
{
	clear:both;
	position:relative;
	top:-10px;
	margin-bottom:10px;
}


#header .leftSide
{
	background: transparent url(../Images/bgHeaderLeft.jpg) no-repeat scroll 0;
	position: relative;
	#position: static;
}

#headerContent
{
	height:100px;
	margin:auto;
	width:887px;
	position: relative;
	#position: static;
	_overflow:hidden;
}

#msspHolder, #sloganHolder
{
	float:right;
	margin-top:20px;
}

#msspHolder
{
	padding-left:30px;
	border-left:1px solid #8290a5;
	#margin-top:-50px;
}

#sloganHolder
{
	margin-right:30px;
	#margin-top:-50px;
}

#logoHolder
{
	/*float:left;
	margin:20px 0 0 2px;*/
	position: absolute;
	top: 20px;
	left 0;
	#position: static;
	#margin-top: 20px;
}

/******************** SIDE MENU ********************/

#menuSide
{
	float:left;
	width:271px;	
}

#menuSide ul
{
	list-style-type:none;	
}

#menuSide li a
{
	background: transparent url(../Images/btnSideMenu.gif) no-repeat;
	color:#202732;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:242px;
	padding:6px 20px 6px 9px;
	margin-bottom:5px;
	_margin-bottom:0;
}

#menuSide li a:hover, #menuSide li.selected a
{
	background: transparent url(../Images/btnSideMenuOver.gif) no-repeat;
	color:#FFFFFF;
}

#menuSide li
{
	background: transparent url(../Images/btnSideMenuBottom.gif) no-repeat bottom;
	_margin-bottom:5px;
}

#menuSide li.hover, #menuSide li.selected
{
	background: transparent url(../Images/btnSideMenuBottomOver.gif) no-repeat bottom;
}

#menuSide li.selected li a
{
	background: none;
	color:#000000;
	border-bottom:1px solid #b1bdcf;
	padding:0 0 0 20px;
	width:251px;
}

#menuSide li li a:hover, #menuSide li li.selected a
{
	background: none;
	color:#ab033a;
}

#menuSide li ul
{
	display:none;
}

#menuSide li.parent a
{
	padding-bottom:0;
	margin-bottom:0;
}

#menuSide li.selected li a
{
	padding-bottom:4px;
	margin-bottom:3px;
}

#menuSide li.selected ul
{
	display:block;
	background: #FFFFFF url(../Images/btnSideMenuBottomOver.gif) no-repeat 0 -20px;
	padding-top:7px;
}

#menuSide li li, #menuSide li li a
{
	background: none !important;
}

#menuSide li ul ul
{
	display:none !important;
}


/******************** FOOTER ********************/

#footerHolder
{
	clear:both;	
	background:#c8d3e4;
}

#footerHolder .footer
{
	margin:0 auto;
	width:887px;	
}

#footerHolder .menu a
{
	color:#000000;	
	text-decoration:none;
	font-weight:bold;
	cursor:default;
	white-space:nowrap;
}

#footerHolder .menu li.selected a
{
	color:#ab033a;
}

#footerHolder .menu
{
	padding:3px 0 12px 0;
	width:450px;
}

#footerHolder .menu li
{
	list-style-type:none;
	display:inline;
	padding: 0 10px 0 0;
}

#footerHolder .menu ul
{
	display:none;
}

#footerHolder .copyright
{
	width:405px;
	border-top:1px solid #b1bdcf;
	padding-top:7px;
	margin-bottom:30px;
	#margin-bottom:15px;
}

#footerHolder .leftSide
{
	font-size:12px;
	height:200px;
}

#footerHolder .rightSide
{
	float:right;
	height:200px;
	margin-top:-200px;
	width:425px;
}

#footerHolder .logos img
{
	vertical-align:top;
}

#contacUsHolder
{
	font-size:14px;
}

#contacUsHolder .title
{
	padding:7px 0 4px 0;
	color:#ab033a;
	font-weight:bold;
	font-size:14px;
	width:425px;
	border-bottom:1px solid #b1bdcf;
	
}

#contacUsHolder .telephone
{
	padding:14px 0 0 40px;
	background: transparent url(../Images/iconTel.png) no-repeat scroll 5px 3px;
	margin-bottom:4px;
	height:20px;
}

#contacUsHolder .email
{
	padding:2px 0 0 40px;
	background: transparent url(../Images/iconMail.png) no-repeat scroll 5px 3px;
}

#contacUsHolder a
{
	text-decoration:none;
	color:#3f67ab;
}

#footerHolder .copyright .text
{
	float:left;
}

#footerHolder .copyright .seperator
{
	padding: 0 2px;
	float:left;
}

.footerLinks
{
	float:left;	
}

.footerLinks li
{
	list-style-type:none;
	display:inline;
	padding: 0 2px;
}

.footerLinks li a
{
	text-decoration:none;
	color:#3f67ab;
	font-weight:bold;
}
/******************** GENERAL ********************/

body
{
	font-size:12px;
	background-color:#FFFFFF;	
}

h1
{
	font-size:28px;	
}

h2
{
	/*width:270px;*/
	color:#ab033a;
	margin-bottom:22px;
	font-size:21px;
}

h3
{
	/*width:270px;*/
	margin-bottom:7px;
	font-size:14px
}

h4
{
	color:#4067ac;
	font-size:18px;
}

h5
{
	color:#8b95b8;
	font-size:14px;
}

h6
{
	color:#4067ac;
	font-size:12px;
}

.contentText
{
	line-height:18px;	
}

p, .contentText ul, .contentText ol
{
	margin-bottom:20px;	
	list-style-position:inside;	
}

.contentText ul
{
	list-style-type:disc;
}

h3 .sub
{
	display:block;
	font-weight:normal;	
}

#pageContent
{
	margin:0 auto;
	width:887px;	
}

#mainContent
{
	float:left;
	width:580px;
	margin-left:36px;
	_margin-left:34px;
}

#banner
{
	background:transparent url(../Images/bgBanner.jpg) repeat-x;
	width:580px;
	height:120px;
	margin-bottom:10px;
}

#banner img
{
	float:right;
}

#banner .section
{
	padding:42px 0 0 30px;
	width:350px;
	float:left;
	_width:377px;
}

#breadcrumbHolder
{
	overflow:hidden;
	width:576px;
	border-left:1px solid #d6dae2;
	border-right:1px solid #d6dae2;
}

.breadcrumbTop
{
	background:transparent url(../Images/breadcrumb_top.gif) no-repeat left bottom;
	width:578px;
	height:4px;
	display:block;
	clear:both;
}

.breadcrumbBottom
{
	background:transparent url(../Images/breadcrumb_bottom.gif) no-repeat left top;
	width:578px;
	height:4px;
	display:block;
	clear:both;
	margin-bottom:11px;
}

#breadcrumbHolder #breadcrumb
{
	float:left;
	font-size:12px;
	margin:6px 0 0 8px;
	color:#8fa0bb;
	font-weight:bold;
}

#breadcrumb a
{
	text-decoration:none;
	color:#3f67ab;
	margin:0 3px;
}

#mainContent .rightSideImage
{
	float:right;
	margin:8px 0 16px 24px;
}


#mainContent .fullWidthImage
{
	margin-bottom:16px;
}

.clear
{
	clear:both;
}

.imageFrame .left
{
	float:left;
	width:6px;
}

.imageFrame .center
{
	float:left;
}

.imageFrame .right
{
	float:right;
	width:6px;
}

.imageFrame .top, .imageFrame .top .left, .imageFrame .top .center, .imageFrame .top .right
{
	height:4px;
}

.imageFrame .middle
{
	clear:both;
	margin-top:-11px;
	#margin-top:0px;
	_#margin-top:-11px;
}

.imageFrame .bottom, .imageFrame .bottom .left, .imageFrame .bottom .center, .imageFrame .bottom .right
{
	height:6px;
}

.imageFrame .top .left
{
	background:transparent url(../Images/frameTLImage.gif) no-repeat;
}

.imageFrame .top
{
	background:transparent url(../Images/frameTImage.gif) repeat-x;
}

.imageFrame .top .right
{
	background:transparent url(../Images/frameTRImage.gif) no-repeat;
}

.imageFrame .middle .left
{
	background:transparent url(../Images/frameLImage.gif) repeat-y;
}

.imageFrame .middle .right
{
	background:transparent url(../Images/frameRImage.gif) repeat-y;
}

.imageFrame .bottom .left
{
	background:transparent url(../Images/frameBLImage.gif) no-repeat;
}

.imageFrame .bottom
{
	background:transparent url(../Images/frameBImage.gif) repeat-x;
}

.imageFrame .bottom .right
{
	background:transparent url(../Images/frameBRImage.gif) no-repeat;
}

.button
{
	background:transparent url(../Images/btLeft.jpg) no-repeat;	
	float:left;
	margin:5px;
}

.button input
{
	cursor:pointer;
	background:transparent  url(../Images/btRight.jpg) no-repeat right top;	
	border:none;	
	padding:6px 50px 6px 5px;
	#padding:4px 20px 8px 2px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

h1
{
	height:17px;
	margin-bottom:17px;
	_margin-bottom:0px;
}

/******************** HOME ********************/
#bottomContentHolder
{
	padding-top:16px;
	background-color: #ecf0f6;	
	clear:both;
	width:100%;
}

#bottomContent
{
	height:230px;
	margin:0 auto;
	width:887px;	
}

.home h4
{
	color:#ab033a;
	font-size:18px;
	margin-bottom:6px;
}

.home h4 a
{
	color:#ab033a;
	text-decoration:none;
}

#homeBanner
{
	background:transparent url(../Images/bannerHome.jpg) no-repeat;
	width:580px;
	height:217px;
	margin-bottom:20px;
}

#homeBanner .imageHolder
{
	float:left;
	height:215px;
	width:260px;
}

#homeBanner h1
{
	margin-left:-9px;
	#margin-left:0;
}

#homeBanner .bannerContent
{
	margin-top:24px;
	margin-right:24px;
	float:right;	
	width:290px;
}

.frontListHolder
{
	background:transparent url(../Images/bottomFront.gif) no-repeat 0 bottom;	
}

.frontHolder
{
	display:none;	
	clear:both;
	border-left:1px solid #bbc1cf;
	border-right:1px solid #bbc1cf;
	padding:25px 20px 17px 20px;
	#margin-top:-38px;
	_margin-top:-20px;
	_margin-bottom:20px;
}

.frontHolderBottom
{
	height:4px;	
	_margin-top:-30px;
}

.frontHolder .leftSide
{
	#float:left;
	margin-right:10px;
}

.frontHolder p
{
	#margin-bottom:0;
}

.home .detail
{
	background:transparent url(../Images/btDetail.jpg) no-repeat scroll 0;
	color:#FFFFFF;
	display:block;
	padding:7px 0 6px 9px;
	text-decoration:none;
	font-weight:bold;
	width:107px;
}

.frontHolder .rightSide
{
	float:right;
	margin-left:20px;
}

.tab
{
	display:block;
	float:left;
	height:38px;
	padding:8px 35px 0 11px;	
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#4c5667;
}

.tab:hover, .tab.selected
{
	color:#ab033a;
}

#tab1
{
	width:140px;
	background:transparent url(../Images/bgFront1off.gif) no-repeat;
}

#tab1.selected
{
	background:transparent url(../Images/bgFront1on.gif) no-repeat;
}

#tab2
{
	width:153px;
	background:transparent url(../Images/bgFront2off.gif) no-repeat;
}

#tab2.selected
{
	background:transparent url(../Images/bgFront2on.gif) no-repeat;
}

#tab3
{
	width:149px;
	background:transparent url(../Images/bgFront3off.gif) no-repeat;
}

#tab3.selected
{
	background:transparent url(../Images/bgFront3on.gif) no-repeat;
}

.frontRealListHolder
{
	float:left;
	width:556px;
	height:180px;
	/*overflow:hidden;*/
	/*position:absolute;*/
}

#frontRealListCycle
{
	height:180px;
	width:560px;
	background-color:#c8d3e4;
}

.frontRealHolder
{
	background:transparent url(../Images/bgRealFrame.gif) no-repeat;
	float:left;
	height:180px;
	width:276px;
	z-index:50;
	overflow:hidden;
}

#frontRealLeft
{
	background:transparent url(../Images/btRealLeft.gif) no-repeat;
	display:block;
	width:12px;
	height:180px;
	/*position:absolute;*/
	float:left;
	z-index:50;
	cursor:pointer;
}

#frontRealRight
{
	background:transparent url(../Images/btRealRight.gif) no-repeat;
	display:block;
	width:12px;
	height:180px;
	position:relative;
	float:left;
	z-index:51;
	cursor:pointer;
}

#frontRealLeftBlocker, #frontRealRightBlocker
{
	display:block;
	width:12px;
	height:200px;
	position:absolute;
	z-index:52;
	cursor:pointer;
	top:6px;
}

#frontRealLeftBlocker
{
	z-index:53;
}

.frontRealHolder .label
{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0;
	border-top:#bbc1cf 1px solid;
	margin:8px 10px 0 0;
}

.frontRealHolder .leftSide
{
	float:left;
	width:100px;
	padding-left:15px;
}

.frontRealHolder .leftSide .label 
{
	border:none;
	padding:4px 0 0;
	height:34px;
}

.frontRealHolder .rightSide
{
	float:right;
	margin-right:5px;
	width:123px;
}

.frontRealHolder .rightSide .label.first
{
	margin-top:7px;
	border:none;
}

.frontRealHolder .logoHolder
{
	height:90px;	
}

.home .column1
{
	width:580px;	
	float:left;
	margin-bottom:20px;
	#padding-bottom:20px;
	_padding-bottom:0px;
}

.home .column2
{	
	float:left;
	margin-left:36px;
	width:271px;
	margin-bottom:20px;
	#padding-bottom:20px;
	_padding-bottom:0px;
}

#pageContent .column2
{
	_margin-left:18px;	
}

.autresClients ul
{
	list-style-type:none;
}

.autresClients a
{
	text-decoration:none;
	color:#4067ac;
	font-weight:bold;
}

.autresClients
{
	padding-top:4px;
}

.autresClients li
{
	padding-top:2px;
	padding-bottom:4px;
	border-top:1px solid #b1bdcf;
}

.home .nouvelle
{
	border-bottom:1px solid #b1bdcf;
}

.home .nouvelle .title a, .home .nouvelles .more a
{
	text-decoration:none;
	color:#4067ac;
	font-weight:bold;
	margin-top:16px;
}

.home .nouvelle .title
{
	margin-top:16px;
}

.home .nouvelle .date
{
	text-transform:uppercase;
	color:#7e91b1;
	font-size:11px;
	margin:8px 0;
}

.home .nouvelles .more
{
	margin-top:10px;
}

.home .nouvelles .more a
{
	margin-top:0;
	display:block;
	float:left;
	width:254px;
}

.home .more a.btMiniRSS
{
	width:auto;
}


.home .nouvelles p, .home .nouvelles ul, .home .nouvelles ol
{
	margin-bottom:16px;
}

.home .latestNews
{
	background:transparent url(../Images/bgLatestNews.jpg);	
	padding: 5px 0 0 10px;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

/******************** SIMPLE ********************/

#mainContent .simple
{
	margin-bottom:30px;
}



/******************** PARTENAIRE ********************/

#mainContent .partenaire .intro
{
	margin-bottom:19px;
}

#mainContent .partenaireItem
{
	border-top:1px solid #b1bdcf;
	padding-top:20px;
	margin-bottom:20px;
}

#mainContent .partenaireItem .imageFrame
{
	float:left;
	margin:0 9px 30px 0;
}

#mainContent .partenaireItem h4
{
	margin-bottom:6px;
}

#mainContent .partenaireItem h5
{
	margin-bottom:30px;
}

#mainContent .partenaire
{
	margin-bottom:70px;
}

/******************** REALISATION ********************/

#mainContent .realisation .leftSide
{
	/*width:580px;	*/
}

#mainContent .realisation .rightSide
{
	float:right;
	width:270px;	
	margin:9px 0 30px 36px;
	_margin-left:35px;
}

#mainContent .realisation .box
{
	width:272px;
	background-color:#f6f9fe;
}

#mainContent .realisation .top .boxContent
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:none;
	padding:0 !important;
}

#mainContent .realisation .boxContent
{
	border-left:1px solid #bbc1cf;
	border-right:1px solid #bbc1cf;
	border-top:1px solid #bbc1cf;
	padding-left:10px;
	padding-bottom:5px;
}

#mainContent .realisation .box .top
{
	background:#FFFFFF url(../Images/bgTBox.gif) no-repeat;	
	padding-top:6px;
	text-align:center;
}

#mainContent .realisation .box .top img
{
	margin:6px 0 10px 0;
}

#mainContent .realisation .box .bottom
{
	height:6px;
	margin-top:-2px;
	_margin-top:-9px;
	background:url(../Images/bgBBox.gif) no-repeat 0 bottom;	
}

#mainContent .realisation .box .label
{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0;
	border-top:#bbc1cf 1px solid;
	margin:8px 10px 0 0;
}

#mainContent .realisation .box .first
{
	border-top:none;
	margin-top:0;
}

#mainContent .realisation .box
{
	font-size:11px;
}

#mainContent .realisation .citation
{
	margin:26px 20px 0 20px;
	font-family:Georgia1, Georgia, serif;
	font-style:italic;
	color:#8091af;
	font-size:14px;
}

#mainContent .realisation .citation .from
{
	margin-top:6px;
	font-family:Georgia1, Georgia, serif;
	font-size:14px;
	color:#000000;
}



/******************** NOUVELLES ********************/

#mainContent .nouvelleList h2
{
	float:left;
	#margin-bottom:10px;
}

#mainContent .nouvelleList .iconFeed
{
	float:right;
	margin:0 10px 10px 10px;
	#margin-bottom:0px;
}

#mainContent .nouvelleList .detail
{
	text-decoration:none;
	color:#4067ac;
	font-weight:bold;
	display:block;
}

#mainContent .nouvelleListItem
{
	border-top:1px solid #b1bdcf;
	padding-top:15px;
	margin-bottom:20px;
	clear:both;
}

#mainContent .nouvelleList h4
{
	margin-bottom:6px;
}

#mainContent .nouvelleList h5
{
	margin-bottom:5px;
}

#mainContent .nouvelleList .contentText
{
	margin-bottom:-14px;
}

#mainContent .nouvelleList
{
	margin-bottom:50px;
	#margin-bottom:10px;
	#padding-bottom:10px;
}

#mainContent .nouvelleDetail h3
{
	color:#8b95b8;
}

#mainContent .nouvelleDetail .return
{
	border-top:1px solid #b1bdcf;
	padding-top:14px;
	text-decoration:none;
	color:#4067ac;
	font-weight:bold;
	display:block;
	margin-top:-7px;
}

#mainContent .nouvelleDetail
{
	margin-bottom:40px;
	#margin-bottom:30px;
	#padding-bottom:10px;
}



/******************** BLOGUE ********************/

.blog p
{
	line-height:18px;
}

.blog h4 a
{
	text-decoration:none;
	color:#0264c7;
	font-size:18px;
}

.blog h4
{
	margin-top:20px;
	margin-bottom:15px;
	width:580px;
}

.blog h5
{
	color:#000000;	
}

.blog .articleList
{
	list-style:none;
}

.blog .articleList .article
{
	border-top:1px solid #b1bdcf;	
}

.blog .articleList .article
{
	padding-top:15px;	
}

.blog .links
{
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #d9dadf;
}

.blog .linksContent
{
	background-color:#eaf6ff;
	padding:5px 6px;
	font-size:11px;
}

.blog .links a
{
	color:#0264c7;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	margin-top:7px;
	padding:0 14px 0 10px;
	border-right:1px solid #0264c7;
}

.blog .links a.first
{
	padding-left:0px;
}

.blog .links a.last
{
	border-right:none;
}

.blog .links p
{
	color:#545b63;
	margin-bottom:0;
	line-height:15px;
}

.blog .links p.last
{
	margin-bottom:7px;
}

.blog
{
	margin-bottom:40px;
	#margin-bottom:30px;
	#padding-bottom:10px;
}

.article
{
	margin-bottom:60px;
	#margin-bottom:50px;
	#padding-bottom:10px;
}

.articleContent, .article .articleEditArticle
{
	
}

.article .articleAddComment, .article .articleComments
{
	margin-bottom:20px;
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #d9dadf;
}

.blog label
{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:8px 0 0 0;
}

.blog textarea, .blog input.text
{
	width:576px;	
}

.blog .inputs
{
	float:right;
}

.blog .inputs .button
{
	margin-right:0;
}


.articleAddComment h3
{
	border-bottom:1px solid #B1BDCF;
	font-size:14px;
	padding-bottom:7px;
	margin:0;
}

.articleComments h5
{
	margin-bottom:16px;
}

.articleComments .comment
{
	font-weight: bold;
	border:1px solid #d9dadf;
	background: #f3f7ff;
	float:left;
	width:543px;
	margin-bottom:10px;
}

.articleComments .number
{
	float:left;
	font-weight: bold;
	font-size:14px;
	width:30px;
}

.articleComments .header
{
	background: #e6ecfa;
	border: 1px solid #e7edfb;
	border-top: 1px solid #f3f8fc;
	border-bottom: 1px solid #d9dadf;
	padding: 7px 10px 9px 10px;
}

.articleComments .content
{
	border: 1px solid #f4f7ff;
	border-top: 1px solid #fbfffb;
	padding: 3px 10px 10px 10px;
}

.articleComments .date, .articleComments .content p
{
	font-weight: normal;
	margin:0;
	line-height:18px;
}

.articleComments .header .title
{
	float:left;
}

.articleComments .header .actions
{
	float:right;
}

.articleComments .header .actions a
{
	text-decoration:none;
	color:#0264C7;
	padding-left:10px;
}

#mainContent .blog h2
{
	float:left;
	width:516px;
	#margin-bottom:10px;
}

#mainContent .blog .iconFeed
{
	float:right;
	margin:0 10px 10px 10px;
	#margin-bottom:0px;
}

#mainContent .blog .paging table
{
	margin-top:-2px;
}


#mainContent .blog .paging a, #mainContent .blog .paging span
{
	padding:0 16px;
	border-right: 1px solid #999999;
	font-weight:bold;
	text-decoration:none;
}

#mainContent .blog .paging a
{
	color:#0264c7;
}

#mainContent .blog .paging td.last a, #mainContent .blog .paging td.last span
{
	border-right: none;
}

#mainContent .blog .paging td.first a, #mainContent .blog .paging td.first span
{
	padding-left:0;
}

#mainContent .blog .bottomLinks
{
	float:right;
	margin-top:5px;
}

#mainContent .blog .bottomLinks a
{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#0264c7;
}


#mainContent .article .paging
{
	position:absolute;
	margin-top:4px;
}

.article .articleComments
{
	padding-bottom:0;
}

#mainContent .article .bottomLinks
{
	float:right;
	margin-top:17px;
}

/******************** LOGIN ********************/

#mainContent .login
{
	margin-bottom:40px;
	#margin-bottom:30px;
	#padding-bottom:10px;
}

#mainContent .login h4
{
	margin-bottom:6px;
}

#mainContent .login table
{
	width:580px;	
	border:none;
	border-left: 1px solid #bbc1cf;
	border-right: 1px solid #bbc1cf;
	padding: 10px;
	#padding:0;
}

#mainContent .login table td
{
	#padding: 0 10px;
}

#mainContent .login table td.first
{
	#padding-top: 10px;
}

#mainContent .login table td.last
{
	#padding-bottom: 10px;
}

#mainContent .login .form
{
	background:transparent url(../Images/topFront.gif) no-repeat;
	padding-top:6px;	
}

#mainContent .login .formBottom
{
	background:transparent url(../Images/bottomFront.gif) no-repeat top;	
	height:6px;
	margin-bottom:20px;
}

#mainContent .login table label
{
	/*width:200px;*/
	float:left;
}

#mainContent .login table input.text
{
	width:300px;
	float:right;
}

#mainContent .login table input.checkbox
{
	margin:0;
	padding:0;
	margin-right:12px;
}

#mainContent .login table .rightSide .button
{
	margin-right:0;
	margin-bottom:0;
	float:right;
}

#mainContent .login table .full label
{
	float:none;
}


#mainContent .required, #mainContent .validator
{
	float:left;
	padding-left:10px;
}

#mainContent .required, #mainContent .validator, #mainContent .error, #mainContent .error span
{
	color:#AB033A !important;
	margin-bottom:10px;
}

#mainContent .error ul, #mainContent .error span
{
	list-style-type:none;	
	line-height:18px;
}

#mainContent .rightSide .validator
{
	display:none;
}

/******************** SUBSCRIPTIONS ********************/

#mainContent .subcribtions
{
	margin-bottom:40px;
	#margin-bottom:30px;
	#padding-bottom:10px;
}

#mainContent .subcribtions h4
{
	margin-bottom:10px;
}

#mainContent .subcribtions ul
{
	list-style-type:none;
}

#mainContent .subcribtions li
{
	margin-bottom:30px;
	line-height:18px;
}

#mainContent .subcribtions li input
{
	margin:0;
	padding:0;
	margin-right:12px;
}

#mainContent .subcribtions .buttons
{
	float:right;
	
}

#bottomContent .column1
{
	_width:584px;		
}

#bottomContent .column2
{
	_margin-left:32px;
}
