@charset "UTF-8"; 

.atelier-info{
 
                float : left;
margin : 20px;
}
.atelier-info TD{
	float: left;
	width: auto;
  margin-bottom : 9px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : olive;
  text-align : left;
}
.atelier-info TH{
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
	text-shadow: 0px 0px 0px #331709, 1px 1px 1px #1f3134;
}
.atelier-info CAPTION{
  font-weight : bold;
  border-bottom-width : 2px;
  border-bottom-style : double;
  border-bottom-color : olive;
}
.atelier-info-2{
 
                float : left;
margin : 20px;
}

.atelier-info-2 TD{
 
                float : left;
  width : 100px;
}
.atelier-info-2 TH{
 
                float : left;
  width : 170px;
}
.atelier-info-2 CAPTION{
  font-weight : bold;
  border-bottom-width : 2px;
  border-bottom-style : double;
  border-bottom-color : olive;
}
