html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width: 7in;
}

/* Mise en forme LIENS */ 
a:link,  a:visited {
   color: #566;
   background: transparent;
   text-decoration: underline;
}

/* Images sans bordure */
img  {
	border: none;
}
 
 /* Eléments masqués */ 
 .hide, #recherche,  #langue, #menu, #infos, #bas, #fiche, table.onglet {
	display: none;
} 

/* bTrail */
 #btrail h1,  #btrail a:link,  #btrail a:visited  {
	font-size: 9pt;
   text-decoration: none;
}

/* Contenu */

#content h1, #content h2, #content h3, #content h4, #content .p {
	color: #04124d;
}

#content h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 150%;
	font-size: 16pt !important;
}

#content h2, #content .p {
	font-weight: bold;
	font-size: 12pt !important;
}

#content h3 {
	font-size: 11pt !important;
}



/* Print URLs ... Eric Meyer, alistapart.com:articles:goingtoprint */
#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
}

h1 a:after {font-size: 40% !important;}

#content a[href^="/"]:after {
   	content: " (http://barbayellow.com" attr(href) ")";
}

/* Tableaux */

table, table td, table th {
	border: none;
}

table.view {
	margin: 1em 0 1em 0;
}

table.ssonglet td.resume {
	color: #608ECE;
}


/* merci à http://www.alistapart.com et à http://Zeldman.com */