/* OK */
div#header {
	width: auto;
	height : 80px;
	background: url(../images/page_body_bg.png) 50% 0 repeat-x;
}

div#header p {
	margin : 0;
	padding-top  : 17px;
	padding-left: 60px;
}

div.logo {
	float:left;
	width:400px;
	margin-top:15px;
	padding-top: 23px;
	padding-left: 68px;
	background-image: url(../images/header_logoltjr.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;	
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}

div.cnx_btn input{
	border: 0px;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: none;	
	}


div.connection {
	float:right;
	text-align:right;
	width:400px;
	margin-top:15px;margin-right:15px;
	padding-top: 33px;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

div.clearAll {
clear:both;
}

div#fl_mainmenu{
	width: auto;
	height: 40px;
	clear: both;
	overflow:hidden;
	background-image: url(../images/mainnav-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#fl_banner{
	width: auto; 
	height : 120px;
	clear: both; 
	overflow:hidden; 
	background-image: url(../images/fl-banner-bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#maincontainer  {
	margin: auto;
	width : 1000px;
	background-color:#FFFFFF;
}

div#maincontainer_top_left {
	background:  url(../images/wrapper_tl.png) 0 0 no-repeat;
}

div#maincontainer_top_right {
	background: url(../images/wrapper_tr.png) 100% 0 no-repeat;
}
div#maincontainer_bot_left {
	background-image: url(../images/wrapper_tl2.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

div#maincontainer_bot_right {
	background: url(../images/wrapper_tr2.png) 100% 100% no-repeat;
}
div#maincontainer_corner {
	padding: 0 26px 0px 26px;
}

div#endcontainer_mid {
	width: 1000px;
	background: #ffffff url(../images/wrapper_bottom.png) 0 0 repeat-x;
	clear: both;
}

div#endcontainer_left {	
	background: url(../images/wrapper_bottom_l.png) left top no-repeat;
}

div#endcontainer_right {	
	background: url(../images/wrapper_bottom_r.png) right top no-repeat;
}


/* balises HTML */

/* ??? */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
	background: #ffffff url(../images/page_body_bg.png) 50% 0 repeat-x;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {	
	margin: 0; 
	padding: 0;
}

p {	
margin: 1em 0; 
}

a:link, a:visited {
	color: #0284a3;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:focus { outline: none; }

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet-MS",Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1{
	font-size: 24px;
	color:#126CAF;
	padding-top:5px;
	padding-bottom:5px;
}

h2 {
	font-size: 18px;
	color:#1A1A1A;
    padding-top:5px;
    padding-bottom:5px; 
        
}

h3 {
	font-size: 16px;
	color: #646478;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #7887A0;
}

h5 {
	font-size: 150%;
	color: #878796;
}

h6 {
	font-size: 125%;
	color: #7887A0;
}

/* ??? */
div#middle {
	width: auto;  
	padding: 10px;
	clear: both;  
}

div#middle .background {
	min-height: 140px;	 
}

div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
}

div#right {
	width: 180px;
	margin: 0px;
	float: right;
	text-align:right;
	margin-left: 25px;
}

div#content {
	width: auto;	 
}
 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	min-height:300px;
}



div#page_footer {
	padding: 60px 0px 0px 0px;
	min-height: 210px;
	background: url(../images/page_footer_bg.png) 50% 0 repeat-x;
}

div#bottom {
	width: 1000px;  
	min-height: 60px;
	margin: auto;
	padding: 0px 35px 0px 35px;
	clear: both;  
}

div#footer {
	width: auto;
	padding: 10px 35px 0px 35px;
	clear: both;
	text-align: center;
	font-size: 11px;
}

div#main {
	width: auto;
}

 
div#main {
	margin: 0px;
	padding: 0px;
}


/*
 * Clearing & Floating
 */
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
.clearfix { display: block; }
 
.floatbox { overflow:hidden; }

.float_left { float: left; overflow: hidden; }
.float_right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

div#styleswitcher { width: 45px; }

/* Alternatives */

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}
 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}
div#mainmiddle {
}

.showright div#mainmiddle {  
	background: transparent;
}

.showright div#content {
	margin: 0px 170px 0px 0px;  
	padding: 0px 0px 10px 0px;
}

.left div#main {
	margin: 0px 0px 0px 225px;  
}

.right div#main {
	margin: 0px 175px 0px 0px;  
}
.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}


/*///////////////////////////////////////////////////////*/

