<?php
 header("Content-type: text/css");
?>
#Menu .Separator  {
 background: url("../images/menu/separator.gif") no-repeat;
 width: 2px;
 height: 25px;
 margin: 0 10px 0 10px;
 font-size: 1px;
}
.tdPhotos {
 /*background-color: #ccc;*/
 background: url("../images/bgTdAlbum.jpg");
 width: 160px;
 height: 120px;
}
#tarifs .Note  {
 text-align: center;
 font-style: italic;
 color: #A9A9A9;
}
.alignLeft { text-align: left; }
.locationName  {
 font-weight: bold;
 text-align: left;
}
.locationContent  {
 font-style: italic;
 color: #808080;
 text-align: left;
}
.textArea  {
 height: 100px;
}
.inputButton  {
 width: 150px;
}
.inputText,
.textArea  {
 width: 100%;
 margin: 0 0 5px 0;
} 
.inputButton,
.inputText,
.textArea  {
 font: 10px verdana, sans-serif;
}


