
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 {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	line-height: 0.8em;
	}
H4 A {text-decoration: none;}

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: #DDD;
	background-color: #300;
	font-family: "Lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

A:link    {color:#FFF;}
A:visited {color:#999;}
A:hover   {color:#900;}
A:active  {color:#F66;}
IMG {border-color: #FFF;}
A:hover	IMG {
	opacity: 0.5; 
	filter:alpha(opacity=50);
	border-color: #900;
	}

HR {height: 1px; margin: 1em;}

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:hover IMG {opacity: 0.85; filter:alpha(opacity=85);}

DIV.droite {
	float: right; 
	clear: right;
	}
.blanc {color: #FFFFFF}
.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: #999;
	font-size: 75%;
	}
.palatino {
	font-family: Palatino, serif;
	}
.sansmarge {
	margin: 0px ! important;
	padding: 0px ! important;
	}

/* 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: #DDD;
	}

ul#navlist li {	
	margin: 0;
	font-size: 12px;
	padding: 0.2em 0.4em 0.2em 0.4em;
	border-width: 3px;
	border-color: #555 #040404 #040404 #555;
	border-style: solid;
	background: #333;
	line-height: 1.4em;
	}

	
ul#navlist li a:hover
	{
	background: #777;
	padding: 0.2em 0 0.2em 0 ;
	}

ul#navlist li#active
	{
	color: #F22;
	}

