﻿body{
border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	background-color: #F3F3F9;
}

#framecontentTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px; /*Width of left frame div*/;
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
}

#framecontentLeft{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px; /*Width of left frame div*/;
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
}
#framecontentTop{
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/;
	right: 0;
	width: inherit;
	height: 135px; /*Height of top frame div*/;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
}
#framebandeau{
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/;
	top: 85px; /*Set top value to HeightOfTopFrameDiv*/;
	bottom: 0;
	height: 52px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
}

#maincontent{
	position: fixed;
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/;
	top: 135px; /*Set top value to HeightOfTopFrameDiv*/;
	bottom: 0;
	overflow: auto;
}

.innertube1{
	margin-top: 15px;
	margin-right: 0px;
	text-align: right;
}
.innertube2{
	margin-top: 15px;
	margin-left: 0px;
	background-color: #2D3187;
	overflow: auto;
}
.innertube3{
	padding-right: 20px;
	margin-left: 40px;
	overflow: auto;
}
.innertube4{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{
	/*IE6 hack*/
height: 100%;
	width: 100%;
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
.d1 {
	visibility: hidden;
	width: 200px;
	margin-left: 40px;
}
.d2 {
	width: 200px;
	margin-left: 40px;
}
.descriptions {
	text-align: left;
	margin: 0px 0px 0px 40px;
	color: #000080;
	width: auto;
	height: auto;
}
.descr1 {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #666666;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 40px;
}
#intro {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #000080;
	margin-top: 30px;
	margin-left: 40px;
}

.imageR {
	overflow: hidden;
	visibility: visible;
	right: 30px;
	position: absolute;
	margin-top: 5px;
}

.imageL {
	margin-left: 60px;
}
.titrebloc{
	background-color: #D3D3D3;
	margin-left: 4px;
	margin-right: 120px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #626262;
	margin-left: 4px;
	padding-left: 4px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #666666;
}

.txtline {
	margin: 2px 120px 4px 20px;
}
