body
{
	font-family: Georgia;
	font-size: 12px;
	background: #f3f3f3;
}

table
{
    font-family: georgia, serif;
    font-size: 14px;
   /*font: 11px verdana, arial, sans-serif;*/
   color: #333;
   font-weight: normal;
   line-height: 150%;
   padding: 1ex;
}

p, h1, h2, h3, h4, h5, h6, th, td, li, dd, dl, ul
{
	font-family: Georgia, serif;
}

td, th { vertical-align: top; }

a { color: navy; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: purple }

.entete {
    font-family: Georgia, serif;
    font-weight: bold;
	 color: #666;
    font-size: 48px;
    /* background: #f8f8f8; */
    padding: 0;
    margin-top: 0;
    margin-bottom: 1ex;
}


.rant  { font-family: Georgia; font-size: 14px; }
.fineprint { font-family: Georgia; font-size: 10px; }

div.blurb {
    font-family: georgia, serif;
    font-size: 14px;
    border: 2px dotted #ccc;
    background: #f8f8f8;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4ex;
	 vertical-align: middle;
}

h2.blurb {
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
	 text-align: left;
    background: #eee;
    padding: 1ex;
}

.blurbbody {.
    font: 11px verdana, arial, sans-serif;
    color: #333;
    font-weight: normal;
    line-height: 150%;
    padding: 1ex;
	 text-align: left;
}

.widesimplepage {
	width: 950;
	margin-top: 2ex;
	margin-bottom: 2ex;
	margin-left: 4ex;
	margin-right: 4ex;
}

.simplepage {
	width: 782;
	margin-top: 2ex;
	margin-bottom: 2ex;
	margin-left: 4ex;
	margin-right: 4ex;
}

#container
{
	width: 760;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

#tabnav
{
	height: 60px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li
{
	margin: 0;
	padding: 0;
  	display: inline;
  	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover
{
	background: #fff;
}

