html {
	font-family: "franklin gothic medium", arial;
	font-size: 8pt;
	padding: 0px;
	margin: 0 auto;
	color: #9faba9;
	height: 100%;
	width: 100%;
	scrollbar-base-color: #b7c1a8;
	scrollbar-track-color: #cdd9d4;
	scrollbar-arrow-color: #c7d0c0;
}
body {
	font-family: "franklin gothic medium", arial;
	font-size: 8pt;
	padding: 0px;
	margin: 0 auto;
	color: #9faba9;
	background: #FFFFFF url(imgs/bg.jpg) top left repeat-x;
	height: 100%;
	width: 100%;
}
#layout {
	position: relative;
	min-height: 100%;
	padding: 0px;  
	margin: 0 auto;
	background: url(imgs/footer.jpg) bottom left repeat-x;
}	        

/* for Internet Explorer */
/*\*/
* html #layout { 
	height: 100%;
}
/**/


#contentwrapper {
	background: url(imgs/header.jpg) no-repeat;
	width: 1000px;
} 

#header {
	position: relative;
	height: 175px;
	width: 1000px;
}

#navclosed {
	position: relative;
	float: left; 
	left: 10px;
	width: 220px;
	padding: 0px;
}

#navopen {
	background: url(imgs/navopen.jpg) no-repeat;
	position: relative;
	float: left; 
	left: 0px;
	width: 245px;
	padding-left: 0px;
	text-align: center;
	line-height: 12pt;
	font-size: 9pt;
	color: #BEC9C7;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
}

#content {
	position:relative;
	float: right; 
	width: 650px;
	padding-left: 0px;
	padding-right: 100px;
	text-align: justify; 
	font-family: "franklin gothic medium", arial;
	font-size: 8pt;
} 

#thincontent {
	position:relative;
	float: right; 
	width: 470px;
	padding-left: 0px;
	padding-right: 280px;
	text-align: justify; 
	font-family: "franklin gothic medium", arial;
	font-size: 8pt;
} 

.clear {
	clear: both;
    visibility: hidden;
}


#footer {
	width: 1000px;
	height: 65px;
}


p {
	text-indent: 40px;
	line-height: 14px;
	margin: 5px;
}    

em {
	font-style: normal;  
	color: #91aebb;
}

h1 {
	padding-left: 40px;
	padding-top: 32px;
	padding-bottom: 0px;
	background: url(imgs/h1.gif) no-repeat;
	width: 376px;
	height: 73px;
	color: #91A79F;
	font-weight: normal;
	font-size: 10.5pt;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	margin-bottom: -55px;
}     	               

h2 {
	padding-left: 10px;
	letter-spacing: 1px;
	color: #b4c4c4;
	font-weight: normal;
	font-size: 9pt;
	border-bottom: dashed #f6fafb 1px;
	margin-bottom: 0px;
}   

.subbleuet1 {
	position: relative;
	padding: 0px;
	padding-left: 60px;
	color: #b4c4c4;
	font-weight: normal;
	font-size: 9pt;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	margin-bottom: 0px;
}  

.subbleuet2 {
	background-color: #fafefe;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 16px;
}  

.boitebleu {
	font-size:9px;
	line-height:12px;
} 

.boitebleuline {
	font-size:12px;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	border-bottom: dashed #f6fafb 1px;
	margin-left: 5px;
} 

.grandebleu {
	border: dashed #f6fafb 1px;
	margin-left: 30px;
	margin-right: 30px;
} 

.demibleu {
	background: url(imgs/row.gif) top left repeat-x;
	border: dashed #f6fafb 1px;
	margin-left: 20px;
	margin-right: 20px;
} 

blockquote {
	color: #bfc9c1;
	font-size: 10px;
	line-height: 13px;
	padding: 5px;
	border-left: solid #f6fafb 5px;
	border-right: dashed #f6fafb 1px;
	border-bottom: dashed #f6fafb 1px;
	border-top: dashed #f6fafb 1px;
	background-color: #fdfdfd;
}

blockquote em {
	font-style: oblique;
	font-family: georgia, "book antiqua";
	color: #afc9c7;	
}

ol.main {
	padding-left: 20px;
	margin: 0px;
} 
ul.main {
	padding-left: 20px;
	margin: 0px;
} 
li.main {
	behavior: expression( 
	this.onmouseover = new Function("this.className += ' over'"), 
	this.onmouseout = new Function("this.className = this.className.replace(' over','')"), 
	this.style.behavior = null 
	); 
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 1px;
	display: block;
} 
li.main:hover, li.main.over {
	background-color: #fdfdfb;
	display: block;
} 

li.main a, li.main a:hover {
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	font-size:11pt;
} 

ul.norm {
	padding-left: 20px;
	margin: 0px;
}
ol.norm {
	padding-left: 20px;
	margin: 0px;
} 
li.norm {
	behavior: expression( 
	this.onmouseover = new Function("this.className += ' over'"), 
	this.onmouseout = new Function("this.className = this.className.replace(' over','')"), 
	this.style.behavior = null 
	); 
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 1px;
	display: block;
} 
li.norm:hover, li.norm.over {
	background-color: #fdfdfb;
	display: block;
} 

li.norm a, li.norm a:hover {
	text-decoration: none;		
	color: #c7cebc;
	border-bottom: dashed #f6fafb 1px;
} 

ul.wide {
	padding-left: 10px;
	margin: 0px;
	list-style-image: url(imgs/list.gif);
	list-style-type: circle;
}
ol.wide {
	padding-left: 10px;
	margin: 0px;
} 
li.wide {
	behavior: expression( 
	this.onmouseover = new Function("this.className += ' over'"), 
	this.onmouseout = new Function("this.className = this.className.replace(' over','')"), 
	this.style.behavior = null 
	); 
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
} 
li.wide:hover, li.wide.over {
	background-color: #fdfdfb;
	display: block;
} 

li.wide a, li.wide a:hover {
	text-decoration: none;		
	color: #c7cebc;
	border-bottom: dashed #f6fafb 1px;
} 

#content a, #thincontent a {
	text-decoration: none;		
	color: #c0c7b5;
}

#content a:hover, #thincontent a:hover {
	text-decoration: none;		
	color: #c7cebc;
	border-bottom: dashed #f6fafb 1px;
}

#navopen a {
	text-decoration: none;		
	color: #c7cdbd;
}

#navopen a:hover {
	text-decoration: none;		
	color: #d6dbcd;
}

.petitpic {
	border: solid #e6eddf 3px;
}

.petittxt {
	font-size: 9px;
	font-family: "franklin gothic medium", arial;
	text-align: center;
}


.mystyle {
	position: absolute;
	margin-left: 60px;
	display: none;
	width: 250px;
	padding: 5px; 
	border: dashed #e6eddf 1px;
	background-color: #fdfdfd;
	font-size: 9px;
	font-family: "franklin gothic medium", arial;
	color: #9faba9;
}

i {
	font-size: 11px;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	font-style: normal;  
	color: #91aebb;
}

.row1 {
	background-color: #fdfdfd;
}

.row2 {
	background-color: #f8fcfc;
}

.row3 {
	color: #91aebb;
	border-bottom: dashed #e6eddf 1px;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	white-space: nowrap;
}

.row4 {
	background-color: #f8fcfc;
	color: #91aebb;
	border-bottom: dashed #e6eddf 1px;
	font-family: "monotype corsiva",corabael,"book antiqua","franklin gothic medium",arial;
	white-space: nowrap;
}

.row5 {
	background-color: #fdfdfd;
	font-size: 10px;
}

.row6 {
	background-color: #f8fcfc;
	font-size: 10px;
}