/* Balises, classes génériques */
/* template avec  LAST */
body{
	font-size:68.75%;
	/*font-size:65%;*/
	margin:0;
}
body *{
	font-family:"Trebuchet MS", tahoma, arial, sans-serif;
	text-align:left;
}
* {
	outline:none;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	line-height:normal;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img,a img,abbr,acronym { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var ,h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
	padding:0;
	margin:0;
}

label{
	cursor:pointer;
}

legend{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.hidden{
	visibility:hidde;
	position:absolute;
	left:-5000px;
	top:0;
}
.noBorder{
	border:none;
}
.center{
	text-align:center;
}
.italic{
	font-style:italic;
}
.none{
	position:absolute;
	top:0;
	left:-3000px;
}
.block{
	display:block;
}
.cBoth{
	clear:both;
}

.last{
	margin-bottom:0 !important;
	border:0t;
	background:0;
}
.first{
	padding-left:0;
}

.both:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .both{
	height:1%;
}
*:first-child+html .both{
	height:1%;
}
	
.fLeft{
	float:left;
}
.fRight{
	float:right;
}
fieldset{
	border:none;
}
caption{
	display:none;
}




/* proprietes communes et taille de typos specifiques au site */
body{
	background: url("/imagerie/fh/bg_body.png") repeat-x left top;
	color:black;
	padding-bottom:60px;
}
a{
	color:#443400;
}
.last{
	margin-right:0;
}



