html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #f3f3f3;
	color: #535353;
	}

p, div, span { 
	font-size: 14px;
}

.screenLayout {
  position: relative;
  min-height: 100%;
}
* html .screenLayout {
  height: 100%;
}

.headerContainer
	{
	background-color: #0b4495;
	margin: 0px;
	}

.pageHeader
	{
	text-align: left;
	margin: 0px;
	height: 70px;
	}

.pageHeader img 
	{
	margin-left: 0px;
	margin-top: 0px;
	}

.footerContainer
	{
	position: absolute; 
/*	visibility:hidden; */
	bottom: 0px;
	height: 50px; 
	width: 100%;
	background-color: #0b4495;
	}

.contentLayout
	{
	text-align: center;
  	padding-bottom: 120px;
	}

.contentContainer
	{
	width: 565px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*	
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	*/
	}

.pageContent
	{
	margin-top: 50px;
	}

.mainPageBanner
	{
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 20px;
}

.mainPageBanner p,
.mainPageBanner li
	{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.mainPageBanner .welcomeText 
	{
	border-bottom: 1px solid #cccccc;
	margin-bottom:20px;
	}
	
	.mainPageBanner .welcomeText h1
	{
   font-family: Arial, Helvetica, sans-serif;
	color: #4A78B3;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	color: #0b4495;
	}
	
.descriptionText {
	height:110px;
}

.descriptionText h2 {
	text-transform:uppercase;
	color:#eb730e;
	text-align:center;
	font-size:18px;
	padding:0;
	margin-top:5px;
	font-weight: bold;
}

.descriptionText p {
	text-align:center;
	color: #555555;
	font-weight: bold;
	padding:0 20px;
	font-size:13px;
}

.descriptionTextRight
	{
	float:left;
	border-left: 1px solid #cccccc;
	width:260px;
	}
	
.descriptionTextLeft
	{
	float: left;
	width:260px;
	}

.helpContent {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#f8f7f7;
	height:125px;
	padding:20px;
}

.helpContent a {
	text-align:center;
	height:25px;
	width: 130px;
	display:block;
	padding-top:100px;
}

.helpContent .helpAssistance {
	float:left;
	background:url(hebergement-web_assistance.jpg) no-repeat;
	width: 130px;
	height:125px;
	display:block;
	margin-right:66px;
	display:block;
}

.helpContent .helpFilnet{
	float:left;
	background:url(hebergement-web_filnet.jpg) no-repeat;
	width: 130px;
	height:125px;
	display:block;
	margin-right:66px;
	display:block;
}

.helpContent .helpContact{
	float:left;
	background:url(hebergement-web_contactez-nous.jpg) no-repeat;
	width: 130px;
	height:125px;
	display:block;
}


a img
	{
	border-width: 0px;
	}

.footDescription
	{
	float: left;
	padding: 0 10px;
	color: #85a2ca;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size:12px;
	}

a,
a:link,
a:visited,
a:active,
a:hover
	{
	text-decoration: none;
	color: #0b4495;
	font-weight:bold;
	}

a:hover
	{
	color: #eb730e;
	}

.footDescription a {
  color:#354697;
}



/* New Top begin  */

#header-wrapper {
  background: #0b4495;
  min-width: 817px;
}
#header {
  height: 70px;
}
#header h1 {
  background: transparent url('hebergement-web_logo.jpg') 0 0 no-repeat;
  margin: 0;
  padding: 0;
  float: left;
  height: 70px;
  width: 206px;
  overflow: hidden;
}
#header h1 a {
  display: block;
  height: 70px;
  width: 206px;
  text-indent: -9999px;
}
#header #top-txt-block {
float: right;
    text-align: right;
	color:#ffffff;
	margin-right:20px;
	font-weight:bold;
	height:70px;
	line-height:70px;
}


/* New Top end */
