div#page {
	width: 950px;
	margin:  0 auto;
	padding: 0;
	background: white;
	text-align: center;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
    height:1%;
}
*+html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
#site-nav{
	margin-top: 10px;
	width: 100%;
	height: 20px;
}
#site-nav li, #footer li{
	float: left;
	line-height: 24px;
	height: 20px;
	margin-right: 8px;
}
#site-nav .quick-link{
	float:right;
}

#site-nav .quick-link li a, #footer li a{
    text-decoration: none;
    padding: 5px 8px;
    color: gray;
    line-height: 1em;
    background-image: url(/images/line_gray.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
#site-nav .quick-link li a:hover, #footer li a:hover{
    text-decoration: underline;
    color: white;
    background-color: gray;
}
div#logo {
	float: left;
	width: 230px;
	margin: 1px 0;
	text-align: left;
}
div#headBanner {
    float: right;
    margin: 2px 0;
    width: 700px;
}
div#nav {
	width: 100%;
	text-align: left;
	height: 37px;
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
}
div#nav ul {
	width: 100%;
  	margin: 0;
	padding: 0;
}
div#nav li {
	float: left;
	display: inline;
  	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav a,
div#nav a:link,
div#nav a:active,
div#nav a:visited {
	display: inline-block;
	display: block;
	text-indent: -9999px;
	width: 135px;
	height: 37px;
}
li#indexNav a:hover, li#indexNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: 0px 37px;
}
li#casesNav a:hover, li#casesNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: -135px 37px;
}
li#columnNav a:hover, li#columnNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: -270px 37px;
}
li#docNav a:hover, li#docNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: -405px 37px;
}
li#payModeNav a:hover, li#payModeNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: -540px 37px;
}
li#operationNav a:hover, li#operationNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: -675px 37px;
}
li#downloadNav a:hover, li#downloadNav a.selected {
	background-image: url(/images/nav.jpg);
	background-position: -810px 37px;
	width: 139px;
}
div#afficheBox {
	line-height :29px;
	text-indent: 10px;
	text-align: left;
	font-size:13px;
	color: #FFF;
	background-color : #0184b2;
}
div#indexFlash {
	text-align: center;
	width:100%;
}
div#casesBox{
	margin-top:20px;
	width:100%;
	border-bottom: 1px solid  #0070b1;
}
div#casesBox h1.banner, div#columnBox h1.banner ,div#docBox h1.banner{
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	text-indent: 55px;
	background-color : #e0ecf9;
	background-image: url(/images/casesBanner.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid  #0070b1;
}
div#casesFlashBox {
	float: left;
	width: 610px;
	margin: 20px 0;
	border-right: 1px solid  #0070b1;
	padding-right: 20px;
}
div#caseList {
	float: right;
	width: 300px; 
	margin: 20px 0;
}
ul.newsList {
	text-align: left;
    margin-bottom: 0;
}
ul.newsList li {
    border-bottom: 1px solid  #afafaf;
    padding: 6px 0;
    overflow: hidden;
    display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;/*just for IE */
}
ul.newsList li a:hover {
	text-decoration : none;
}
a.moreButton {
	float: right;
	padding-top: 5px;
	text-decoration: underline ;
}
div#columnBox{
	float: left;
	margin-top: 20px;
	padding-right: 20px;
	width: 610px;
	border-right: 1px solid  #0070b1;
}
div#columnBox li a{
	width: 590px;
}
div#docBox{
	float: right;
	margin-top: 20px;
	width: 300px;
	margin-bottom: 10px;
}
div#footer {
	background-color : #e0ecf9;
	border-top: 1px solid  #0070b1;
	height: 100px;
	text-align: center;
}
div#footer ul {
	margin-left: 190px;
	margin-top: 20px;
}
div#copyright {
	margin: 10px;
}
