﻿@import url('layout.css');
body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg.gif");
	background-color:#873D30;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	height:100%;
}
/* CLASSES UTILISEES PARTOUT */
img{
	border-color: inherit;
    border-width: 0px;
    border-style: none;
    margin-right: 0px;
}
a {
	text-decoration:underline;
	color :#4F004F;

}
a:hover {
}
h2 {
	font-size: x-large;
	color: #538069;
	margin-top: 0px;
	text-align:left;
}
h3 {
	font-size: large;
	color: #444422;
	margin-top: 0px;
	text-align: center;
}
h3.important{
	color: #812D23;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
.hiddentext
{
	text-decoration:none;
	color:#999966;
}
.update {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #812D23;
}
.center {
	text-align: center;
}
.left
{
    text-align:left;
}
.right {
	text-align: right;
}
.frameborder {
	border : 5px #BBBB88 double;
}
.strike {
	text-decoration: line-through;
}
.champion
{
	color: #993333;
	font-weight:bold;	
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

/* STYLES DES DIV */
#container {
	background-color:#fefbe6;
	background-image: url("../images/bg_romain.jpg");
	background-repeat: repeat-y;
}
#masthead {

}

#column_left {
	text-align:left;
	border-right: 1px #DDDDAA solid;	
}
#column_right {
	font-size:0.8em;
}
#footer {
}

#dogs {

}
#layout
{

}
#shows
{

}
#pedigree {

}

/* STYLES DU BANDEAU TITRE */
	
#masthead table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
#masthead td{
	border: 0px;
	padding:0px;
}

/* STYLES LOGIN */
#lgnGeneral
{
    border: solid 2px #DDDDAA;
    text-align:center;
    background-color:#fefbe6;
    margin-top:10px;
    margin-bottom:100px;
    margin-left:auto;
    margin-right:auto;
    
}
.logintitle
{
   background-color :#812D23;
   color: #fefbe6;
    font-weight:bold;
}
.logininstruction
{
    font-size:0.8em;
    font-style:italic;
    color:#555533;
}
.loginbutton
{
    background-color:#555533;
    color:#fefbe6;
    border:solid 1px #BBBB88;
    font-size: 13px;
font-family: "Book Antiqua", "Times New Roman", Times, serif;
  }

/* PIED DE PAGE */

#footer{
	font-size:0.75em;
}

#footer a {
	color: #555522;
	font-weight: bold;
}
#footer a:hover{
	background-color:#999966;
	text-decoration:none;
}
#footer table {
	border: 0px;
	width: 700px;
	padding: 0px;
}
#footer td.links {
	text-align: left;
}
#footer td.copyright {
	text-align: right;
}
/* TABLE DE LAYOUT */

#layout
{
	text-align:center;
}
#layout table {
	border : 0px;
	width: 100%;
}
#layout table.narrow
{
	width: 96%;
}
#layout td {
	vertical-align: top;
	text-align: left;
}
#layout td.illus {
	vertical-align: bottom;
}
#layout td.illusmiddle {
	vertical-align: middle;
}
#layout td.illusright {
	text-align:right;
}
/* TABLE DES RESULTATS D'EXPO */

#summary table {
	width: 90%;
	border: 2px solid #EEEECC;
	background-color: #F9F9EC;
	
}

#shows table {
	width: 96%;
	border: 2px solid #EEEECC;
	background-color: #F9F9EC;
	
}
#shows .narrow
{
	width: 90%;
}

#shows td {
	border: 1px solid #EEEECC;
	background-color: #F9F9EC;
	vertical-align: top;
	text-align:left;
}
#shows .date {
	width: 85px;
}
#shows .place {
	width: 154px;
	font-weight: bold;
}
#shows .judge {
	width: 144px;
}
#shows td.result {
	width: auto;
}

#contact 
{
    text-align:left;
    font-weight: bold;
}

/* CADRES DES CHIENS */
#dogs table
{
	width: 90%;
	border: 2px solid #EEEECC;
	background-color: #F9F9EC;
	text-align: left;
}
#dogs td{
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;

}
#dogs td.picture {
}
#dogs td.info {text-align:left;
}
/* TABLE PEDIGREE */

#pedigree table {
	width: 90%;
	border: 1px solid #BBBB88 ;
	text-align: center;
}
#pedigree td{
	width: 250px;
	border: 1px solid #BBBB88 ;
	vertical-align: middle;
	color: #444422;
}
#pedigree td.male {
	background-color: #F0FFFF;
}
#pedigree td.female {
	background-color: #FFF0FF;
}

/* TABLE DES LIENS */

#links {
	text-align:center;
}
#links table {
	width: 90%;
	border: 0;
	text-align: left;
}


