body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background-color: #5f7783;
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 35%; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image: url(img_index/background.gif);
	background-position:top right;
	background-repeat:repeat-y;
	background-color: #5f7783;
	color: white;
	text-align:right;
}

#maincontent{
	position: fixed;
	top: 0; 
	left: 35%; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background-color: #5f7783;
}

.contentLogo{
	margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	text-align:right;
}

.contentTexte{
	margin-top: 40px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-left: 25px;
	width: 410px;
}

.slogan{
	margin-left: 15px;
	height:75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#bfc9cd;
}

.map{
	position: relative;
	float: left;
}

.home{
	position: relative;
	float: left;
}

.mapTitre{
	position: relative;
	float: left;
	margin: 0px;
	height:34px;
	width:200px;
}

.mapTexte{
	position: relative;
	float: left;
	padding-left: 15px;
	margin-bottom:30px;
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color: #FFFFFF;
}

.titProduits{
	margin: 0px;
	height:34px;
}

.txtProduits{
	margin-left: 15px;
	margin-bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-style: normal;
	color: #FFFFFF;
}

.txtLiens{
	margin-left: 15px;
	margin-top:60px;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	color: #9db4c3;
}

a.enter:link,a.enter:visited {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	background-color:#38454d;
	padding:3px;
}

a.enter:hover,a.enter:active {
	background-color:#bbcc28;
}

a.map:link,a.map:visited {
	font-size: 10px; 
	font-weight: normal; 
	color: #bfc9cd; 
	text-decoration: none;
	background-image:url(img_index/pct_map.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:20px;
	padding-right: 15px;
}

a.map:hover,a.map:active {
	color: #FFFFFF; 
}

a.home:link,a.home:visited {
	font-size: 10px; 
	font-weight: normal; 
	color: #bfc9cd; 
	text-decoration: none;
	background-image:url(img_index/pct_home.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:18px;
	padding-right: 15px;
}

a.home:hover,a.home:active {
	color: #FFFFFF; 
}

a.languefr:link,a.languefr:visited {
	font-size: 10px; 
	font-weight: normal; 
	color: #bfc9cd; 
	text-decoration: none;
	background-image:url(img_index/pct_francais.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:22px;
}

a.languefr:hover,a.languefr:active {
	color: #FFFFFF; 
}

a.langueuk:link,a.langueuk:visited {
	font-size: 10px; 
	font-weight: normal; 
	color: #bfc9cd; 
	text-decoration: none;
	background-image: url(img_index/pct_english.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:22px;
}

a.langueuk:hover,a.langueuk:active {
	color: #FFFFFF; 
}

ol, ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
li {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	list-style-type:none;
	line-height:16px;
}
.listeLiN1 {
	background-image:url(img_index/puce.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
}
.listeLiN2 {
	background-image:url(img_index/puce.gif);
	background-repeat:no-repeat;
	background-position: 12px 6px;
	padding-left: 24px;
}
.listeLiN3 {
	background-image:url(img_index/puce.gif);
	background-repeat:no-repeat;
	background-position: 24px 6px;
	padding-left: 36px;
}

a.liste:link,a.liste:visited {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}

a.liste:hover,a.liste:active {
	font-weight: bold;
	color: #bbcc28; 
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 26%; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

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

img.titreProduits {
	border: none;
}