﻿html,body
{
    background: #000000 url(/App_Themes/KitchenParty/MacQueenTartan.gif) repeat;
    /*background: #000000;*/
	color: #FFFFFF;
    /*font-family: Garamond, Geneva, Arial, Helvetica, sans-serif;*/
    font-family: Garamond, Palatino Linotype, Trebuchet MS, Arial;
	font-size: .85em;
	line-height: 160%;
}

/* Section de mise en forme des contrôles */
.cell-centered
{
    font-size: .85em;
    margin: auto;
    text-align: center;
}

.cell-centered-big
{
    font-size: 1em;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.contenu
{
    font-size: .85em;
    height: 100%;
    margin: 0px;
    overflow: auto;
    padding: 0px;
    scrollbar-3dlight-color:#555555;
    scrollbar-arrow-color:#88AA88;
    scrollbar-base-color:#555555;
    scrollbar-darkshadow-color:#555555;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#555555;
    scrollbar-shadow-color:#555555;
    width: 590px;
}

.contenu-firefox
{
    font-size: .85em;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 590px;
}

.entete
{
    color: #88AA88;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}

.header-menus
{
	border-bottom: 2px solid #1F1F1F;
	font-size: .85em;
	font-weight: bold;
	height:10px;
    margin: 0px;
	padding: 5px;
}

.gris
{
    color: #555555
}

.gris-bleu
{
    font-size: .85em;
    color: #88AA88;
}

.margin-left
{
    border-right: 2px solid #1F1F1F;
    margin: 0px;
    width: 160px;
}

.mois
{
    font-size: 1.2em;
    font-weight: bold;
    color: #88AA88;
}

.note
{
    font-size: 1.2em;
    font-style: italic;
}

.nouvelle-titre
{
    color: #88AA88;
    font-size: 1.1em;
    font-weight: bold;
}

.nouvelle-date
{
    color: #88AA88;
}

.nouvelle-description
{
    border-top: 2px solid #555555;
}


/* Section pour les tailles des polices */
.petit
{
    font-size: .85em;    
}

.moyen
{
    font-size: 1em;    
}

.moyen-semi-gros
{
    font-size: 1.1em;    
}

.moyen-gros
{
    font-size: 1.2em;
}

.gros
{
    font-size: 1.3em;
}

.spectacle-date-heure
{
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    width: 180px;
}

.spectacle-endroit-adresse
{
    font-size: 1em;
    font-weight: normal;
    color: #88AA88;
}

/* Section des liens (ATTENTION L'ORDRE EST IMPORTANT: link, visited, hover, active */
a:link
{
	color:#88AA88;
}

a:visited
{
	color:#88AA88;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

a:active
{
	color:#669966;
}

h4
{
	font-size: 1em;
	margin: 5px 0px 5px 0px;
}

hr 
{
    color: #555555;
}