

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

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

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

h3{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #8b8b8b;
	padding-bottom: 5px;
	padding-top: 15px;
	margin-bottom: 10px; 
}

h3.t2{
	font-size: 35px;
}



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

 .baseline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


.baseline:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #b22222;
	text-decoration: underline;
}


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

.sep2 {
	
	width: 100%;
	line-height: 0px;	
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 8px;
	margin-top: 8px;
 
	
}

.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 a, .content ul a{
	color: #b22222;
}

.content p.p1{
	
	font-size: 13px;
	font-style:italic;
	color: #315d84;
}

.content p.p2{
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	color: orange;
}

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

#powered { 
  font-family: "Trebuchet MS";
  font-size: 12px; 
  color: black;
  text-decoration: none; 
  vertical-align: middle; 
  text-align:center;
    
  }
  
   
 #powered img { 
  height: 12px; 
  width: 12px; 
  margin-bottom:2px; 
  margin-right: 4px; 
  vertical-align: middle; 
  border: 0px; 
  }

.txt{
	font-size: 24px;
	font-weight: bold;}
