body
{
	background-color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	color: white;
	font-size: 0.8em;
	margin: 0;
}

.p2
{
text-align: right;
}

h1
{
	font-size:18px;
	font-weight: bold;
	color: #46412E;
}

h2
{
	font-size:17px;
	font-weight: bold;
	font-variant: small-caps;
}

h3
{
	font-weight: 400;
}

.titre {
	text-align: center;
	}
	
.gras
	{
	font-weight: bold;
	}
	
.grand
	{
	font-size:16px;
	font-weight: bold;
	font-variant: small-caps;
	color: orange;
	}
	
.rouge
	{
	font-weight: bold;
	color: orange;
	}	
	
.legende
	{
	font-size: 11px;
	font-style: italic;
	}
	
.italique
{
	font-style: italic;
	}
	
.span {
font-variant: small-caps; 
}

div#bandeau {
	width: 950px;
	height: 120px;
	}
	
div#contenu {
	position: absolute;
	left: 153px;
	width: 802px;
	height: 462px;
	background: url("images/milieu.gif");
	}
	
div#over4
  {
  width: 775px;
  height: 430px;
  overflow: auto;
  margin: 15px;
  }
	
#gauche {
float: left;
	width: 540px;
	padding: 10px;
	}

#droite
	{
	float: left;
	padding: 10px;
	width: 170px;
	font-size: 10px;
	font-style: italic;
	text-align: justify;
	}
	
#box {
float: left;
width: 170px;
	padding: 5px 10px;
	font-size: 10px;
	font-style: italic;
	text-align: justify;
	}
	
.spacer {
	clear: both;
	height: 1px;
	}
	
.img {
	border: 2px white;
	}

	
div#menu {
	float: left;
	text-align: right;
	width: 150px;
	height: 455px;
	background: url("images/menu.jpg");
	}
	
a
{
  	color: #FF6600;
  	font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  	background-color: none;
  	padding: 0 4px 0 4px;
}

a:hover
{
  	color: black;
  	font-weight: normal;
  	background-color: white;
  	text-decoration: none;
}