html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	background-image: url(slash.png);
}


div#leftside {
	width: 170px;
	background-color: #FFFFFF;
	height: 100%;
	position: fixed;
	padding-left: 30px;
	padding-top: 30px;
	z-index: 1;
	background-image: url(slash2.png);
}

div#plain {
	background-color: #FFFFFF;
	padding-left:20px;
	margin-right: 30px;	
}


/*titre du site*/ 	
.titreweb 						
{
	font-size: 25px;
	width: 200px;
	font-weight: lighter;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
	padding-top: 4px;
}


/*copyright menu*/ 	
.copyright 						
{
	font-size: 9px;
}

div#content {
	padding-top: 15px;
	position: relative;
	margin-left:230px;
}




#maincontent{
border:0;
margin:0;
padding:0;
background-color: #FFFFFF;


}



/*footer*/ 	

#site-bottom-bar {
	background-color: #FFFFFF;
	bottom: 0px;
	height: 30px;
	position: fixed;
	margin-left:200px;
	padding-left:50px;
	width: 100%;
	z-index: 1000;
      }
       
#site-bottom-bar-content {
	height: 30px;
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
      }




	


/*post colonnes de textes horizontales 250 px wide = interlace*/ 	
.post 						
{
	width: 225px;
	padding-left: 0px;
	padding-right: 25px;
	margin: 0px;
}
/*bqse vertical coluns*/ 	
table {
	background-color: #FFFFFF;
	margin:0px;
}

table tr {
	vertical-align: top;

}

table td {
	cursor: text;
}








/*link layout*/ 


a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
}


a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}






/*formattage text.txt*/ 
/*margins and padding work !!!*/ 
/*but it s still betterto use <br> instead of margin so the text end up at the same height approx*/ 	

.t1 						
{
	font-size: 11px;
	font-weight: bolder;

}






