/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-weight: normal;
    font-size: 8pt;
    word-spacing: normal;
    text-transform: none;
    color: brown;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: LemonChiffon;
    text-align: left;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: maroon;
    font-family: verdana;
}
H1
{
    font-size: 10pt;
    line-height: 10pt;
    margin-bottom: 6pt;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
	}

	
.Menu
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana;
	background-color: brown;
}

.Footer
{
	font-size: 8pt;
}

.Label
{
	font-size: 8pt;
}

.LabelBold
{
    font-size: 8pt;
    font-weight: bold;
}

.LabelWhite
{
    font-size: 8pt;
    color: white;
}

.SearchResultsNameRow
{
    font-weight: bold;
    font-size: 10pt;
}

.Error
{
    font-weight: bold;
    font-size: 8pt;
    color: red;
}

.Link
{
    color: blue;
    font-size: 8pt;

}

.LinkBold
{
    font-weight: bold;
    font-size: 10pt;
    color: blue;
    margin: 4pt;
}
.AgriturismoNom
{
    font-weight: bold;
    font-size: 14pt;
}
.Bullet
{
    list-style-position: outside;
    list-style-type: disc;
}
.Titre
{
    font-weight: bold;
    font-size: 11pt;
}
.Cms
{
    font-size: 8pt;
    text-align: left;
    line-height: 10pt;
}
P
{
    margin-bottom: 6px;
}

