/*Gary Hollands - solriche 2007*/
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", "bitstream vera sans", arial, sans-serif;
	line-height: 1.5;
	color: rgb(0,0,0);
	background: none;
}
#container{
	position: absolute;
	top: 0;
	width: 100%;/*IE7 has problems with auto - makes header collapse leftwards*/
	min-height: 100%;
	background: none;
	/*background-attachment: fixed;*/
}
#header{
	display: none;
}
#header h1{
	font-size: 150%;
	color: rgb(230,207,117);
	margin: 0 0 0 20%;
}
#menubar{
	display: none;
}
#background{
	float: left;
	height: auto;
	width: 100%;
}
#content p{
	font-size: 90%;
	margin: 0 0 0.75% 0;
}
#content a:link{
	color: rgb(0,53,112);
	text-decoration: none;
}
#left{
	display: none;
}
#middle p.small{
	margin: 0 0 1% 0;
	font-size: 60%;
}
#middle h3.soissons{
	font-size: 70%;
	margin: 2% 0 2% 0;
}
#right{
	display: none;
}
#footer{
	display: none;
}
#notes_ref{
	margin: 2% 0 0 0;
}
#notes_ref p{
	font-size: 80%;
}
.no2t{
	list-style: disc inside;
	margin: 1% 0 1% 1%;
}
.no2t li{
	font-size: 85%;
	margin: 0 0 1% 0;
}
.list{
	margin: 5% 0 0 0;
}
/*text*/
.hide{
	display: none;
}
.pstart{
	float:left;
	padding: 2px 5px 0 0;
	font-size: 310%;
	font-weight: bold;
	line-height: 0.9;
}
.bullet{
	float:left;
	font-size: 125%;
	padding: 0 1% 0 0;
}
h1,h2,h3,h4{
	font-family: georgia, serif;
	font-variant: small-caps;
	margin: 0% 0% 0.5% 0%;
	color: rgb(135,30,20);
}
h1{
	font-size: 130%;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 100%;
}
h4{
	font-size: 95%;
}
a{
	outline: none;
}
/*images*/

img{
  border: 0;
  padding: 0;
}
.fatlogo{
float: left;
}
@media print{
	#content .page_break{
		  page-break-before: always;
	  }
}
@media print{
	page{
		  margin: 15mm 10mm 10mm 10mm;
	  }
}