body 
  { 
  text-align:center; 
  font-family:Arial,Verdana;
  font-size:0.7em;
  font-weight:normal; 
  margin-top:3px;
  }

h1 
	{ 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-size:0.9em;
	font-weight:normal;
	color:#7D7D7C; 
	margin-top:3px;
	margin-bottom:3px;
	}

form
  {
	margin:0px;
	}


a 
  { 
	color:#000000; 
	font-weight:bold; 
	text-decoration:none;
	}
a:hover 
  {
	color:#DC2B2B;
	}





div.sol
{
	background: url("../images/fond_centrale5_l.jpg") top left no-repeat;
	width:750;
	height:450;
}

/*** TOOLTIP ***/	
#dhtmltooltip
  {
  position:absolute;
  left:300px;
  width:50px;
  border:0px solid black;
  padding:2px;
  background-color:#FFFFE0;
  visibility:hidden;
  z-index:10;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}

#dhtmlpointer
  {
	position:absolute;
	left:3px;
	z-index:10;
	visibility:hidden;
	}	
