@charset "utf-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #337777;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8FCFC;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: small;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 810px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	background-color: #BCE2E2;
} 
.twoColFixLtHdr #header {
	background-color: #BCE2E2;
	height: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container #header #insider {
	background-color: #FFFFFF;
	height: 210px;
	width: 790px;
	margin-top: 10px;
	border: 1px solid #666666;
}
.twoColFixLtHdr #container #header #insider img {
	clear: both;
	margin-top: 5px;
	margin-left: 25px;
}

.twoColFixLtHdr #container #header #insider #cadre {
	background-image: url(../2008/structure/cadre20082.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 143px;
	width: 735px;
	margin-top: 5px;
	margin-left: 25px;
}
.twoColFixLtHdr #container #sidebar1 #cadre1 {
	font-weight: bold;
	float: left;
	height: 75px;
	width: 120px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url(../2008/structure/sidebarcadre2008.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #sidebar1 #cadre1 #text {
	margin-left: 6px;
}


.twoColFixLtHdr #container #sidebar1 #cadre1 img {
	float: left;
	padding-left: 20px;
	padding-top: 3px;
}


.twoColFixLtHdr #sidebar1 {
	width: 131px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #BCE2E2;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 640px;
} 
.twoColFixLtHdr #container #mainContent #cadre2 {
	height: 100px;
	width: 633px;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 5px;
	background-image: url(../2009/structure/cadre2bg.jpg);
	background-position: center center;
}
.twoColFixLtHdr #container #mainContent #cadre2 img {
	float: left;
	margin-top: 5px;
	border: 2px solid #000000;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent #cadre2 #style {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCDC27;
}
.twoColFixLtHdr #footer {
	background:#BCE2E2;
	height: 60px;
} 
.twoColFixLtHdr #container #footer #insider {
	background-color: #FFFFFF;
	height: 40px;
	width: 790px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../2008/structure/logoderniereversion20082.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
