

@import "css/hcard.css";
body{
	
	background-color: #fe9901;
	
}

ul,h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
}

h2{
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #ff8c00;
	border-bottom: 1px solid #006400;
	padding-bottom: 5px;
	padding-top: 15px;
	margin-bottom: 10px; 
}



.contour_blanc {
	border: 2px solid #FFFFFF;
}

 .baseline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.baseline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}


.sep {
	
	width: 100%;
	line-height: 0px;
	border-bottom: 1px solid #006400;
	padding-bottom: 10px;
	padding-top: 10px;
 
	
}

.content{
	font-family: "Trebuchet MS";
	color: #464646;
	font-size: 14px;
}

.content p{
	padding-bottom: 15px;
}

.content ul{
	list-style: square;
	margin-left: 20px;
}

.content p.t1{
	text-align: center;
	font-size: 18px;
	color: #006400;
}

.hcard{
	width: 463px;
	height: 200px;
	background-image: url(interface/hcardbg.jpg);
	background-repeat: no-repeat;
	
}

#powered { 
  font-size: 12px; 
  color: white;
  text-decoration: none; 
  vertical-align: middle; 
  text-align:center;
    
  }
  
  #powered a{
  	color: green;
  }
  
 #powered img { 
  height: 12px; 
  width: 12px; 
  margin-bottom:2px; 
  margin-right: 4px; 
  vertical-align: middle; 
  border: 0px; 
  }

