
H1 {
	font-weight: bold;
	font-size: 400%;
	text-align: center;
	}

H2 {
	font-weight: bold;
	font-size: 250%;
	text-align: center;
	}

H3 {
	font-weight: bold;
	font-size: 180%;
	text-align: center;
	line-height: 0.8em;
	}

H4 {
	color: #BBF;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	}

H6 {
	color: #444 ;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic; 
	font-size: 500%;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	}

BODY {
	color: #000 !important;
	background-color: #DDD;
	font-family: "Lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
A:link    {color:#55A;}
A:visited {color:#999;}
A:hover   {color:#B00;}
A:active  {color:#F00;}
IMG {border-color: #99D;}
A:hover	IMG {
	opacity: 0.5; 
	filter:alpha(opacity=50);
	border-color: #B00;
	}

HR {height: 1px; margin: 1em;}

DIV.droite {
	float: right; 
	clear: right;
	}

TABLE.works {
	width: 100%;
	padding: 4px;
	margin: 4px;
	}
	
TABLE.works TD {
	text-align: center; 
	vertical-align: top; 
	padding-bottom: 1.2em; 
	padding-top: 2px;
	}

TABLE.works TD IMG {border: 1px solid;}
TABLE.works TD A:link IMG {color: #99D;}
TABLE.works TD A:hover IMG {opacity: 0.85; filter:alpha(opacity=85); color:#B00;}

.blanc {color: #FFF;}
.gris {color: #555;}
.grisfonce {color: #333;}
.bleufonce {color: #005;}
.rouge {color: #A00;}
.rougefonce {color: #500;}
.grec {font-family: Symbol;}
.plusgrand {font-size: 150%;}
.pluspetit {font-size: 75%;}
.tresgrand {font-size: 500%;}
.center70 {
	margin-left: 15%;
	margin-right: 15%;
	text-align: justify;
	}
.center2m {
	margin-left: 2em;
	margin-right: 2em;
	}
	
.verdana {
	font-family: Verdana, Geneva, Arial, sans-serif;
	}

.grispetit {
	color: #555;
	font-size: 75%;
	}
.updates {
	color: #666;
	font-size: 75%;
	}
.palatino {
	font-family: Palatino, serif;
	}

/* Navigation buttons: slightly different from the Tintin nav. */

div#navcontainer
 	{
 	margin: 0;
	font-family: "Lucida grande", trebuchet, verdana, sans-serif;
	}

div#navcontainer ul
	{
	text-align: center;
	margin: 0;
	}

div#navcontainer ul li
	{
	display: inline;
	margin-left: -3px;
	}

div#navcontainer ul li a
	{
	text-decoration: none;
	color: black;
	}

ul#navlist li {	
	margin: 0;
	font-size: 12px;
	padding: 0.2em;
	border-width: 3px;
	border-color: #E9E9E6 #BBB #BBB #E9E9E6;
	border-style: solid;
	background: #FDFDFF;
	line-height: 1.4em;
	}

ul#navlist li a:visited
	{
	color: #444;
	}
	
ul#navlist li a:hover
	{
	color: white;
	background: #333;
	padding: 0.2em 0 0.2em 0 ;
	}

ul#navlist li#active
	{
	color: #900;
	}

