body {
	background-color:#000;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0;
	font-size:100.1%;
	font:83%/1.4 verdana, arial, helvetica, sans-serif;
}

h1 {
	text-align:center;
}
a{
	color:#fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.clear{
	clear:both;
}


#top{
	/*margin-left:350px;*/
	border:solid 1px #666;
	height:97px;
	top: 0px;
	width:100%;
}
#imgLog{
	background-image:url(imas/logo.png);
	margin-left:0px;
	float:left;
	border:none;
	height:97px;
	width:200px;
}
#imgRight{
	background-image:url(imas/trans1.png);
	margin-right:0px;
	float:right;
	border:none;
	height:97px;
	width:119px;
}
#topbottom{
	border:solid 1px #666;
	background:#000000 url(imas/tabFond.gif) repeat-x;color:#fff;
	top: 98px;
	width:100%;
	text-align:left;
}
#bottom{
	border:solid 1px #666;
	background:#000000 url(imas/tabFond.gif) repeat-x;color:#fff;
    bottom: 0px;
    position: fixed;
	width:200px;
}
#Caract{
	width:200px;
	margin-right:20px;
	float:right;
}

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#000000 url(imas/tabFond.gif) repeat-x;color:#fff;}
td{background:#5E5E5E;}

/*.th{
font:100% Arial, Helvetica, sans-serif; 
background:#000000 url(imas/tabFond.gif) repeat-x;
color:#fff;
border-collapse:collapse;
margin:1em 0;
text-align:left;
padding:.5em;
border:1px solid #fff;
}
.td{
border-collapse:collapse;
margin:1em 0;
font:100% Arial, Helvetica, sans-serif; 
background:#5E5E5E;
text-align:left;
padding:.5em;
border:1px solid #fff;
}
*/

div.container {
	margin-right:250px;
	border-right:solid 1px #666;
	}

  div.float {
  float: left;
  background-color: #111;
  margin:10px;
  padding:10px;
  border:solid 1px #666;
  width: 200px;
  height: 220px;
  }

  div.float:hover{
  /*float: left;
  */background-color: #222;
  /*margin:10px;
  padding:10px;
  */}
  
div.float p {
   text-align: center;
   }
  
div.spacer {
  clear: both;
  }
  